summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-07 13:46:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-07 13:46:00 +0000
commitbf94534373388ca9045276bbea9ee861f06926f6 (patch)
tree681456bff57bd4928053971fb53da0561a9da650 /perl-install
parentb233155754c9651f23c388eace0d70b59893cd37 (diff)
downloaddrakx-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')
-rw-r--r--perl-install/detect_devices.pm1
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";