diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-07 13:46:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-07 13:46:00 +0000 |
commit | bf94534373388ca9045276bbea9ee861f06926f6 (patch) | |
tree | 681456bff57bd4928053971fb53da0561a9da650 /perl-install/detect_devices.pm | |
parent | b233155754c9651f23c388eace0d70b59893cd37 (diff) | |
download | drakx-backup-do-not-use-bf94534373388ca9045276bbea9ee861f06926f6.tar drakx-backup-do-not-use-bf94534373388ca9045276bbea9ee861f06926f6.tar.gz drakx-backup-do-not-use-bf94534373388ca9045276bbea9ee861f06926f6.tar.bz2 drakx-backup-do-not-use-bf94534373388ca9045276bbea9ee861f06926f6.tar.xz drakx-backup-do-not-use-bf94534373388ca9045276bbea9ee861f06926f6.zip |
(hasPCMCIA): created (check for /proc/pcmcia)
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index e9b3a2b1c..31ec39eaf 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -223,6 +223,7 @@ sub syslog { } sub hasSMP { c::detectSMP() } +sub hasPCMCIA { -e "/proc/pcmcia" } sub hasUltra66 { die "hasUltra66 deprecated"; |