diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-26 20:33:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-26 20:33:58 +0000 |
commit | fdaac035e29f4915c34cb25d747706c5f4a860ce (patch) | |
tree | e2cc3aa651f1337cfac0f01453259fd7c729200f | |
parent | a596999b40a991cd404c730003fa085e6139446e (diff) | |
download | drakx-backup-do-not-use-fdaac035e29f4915c34cb25d747706c5f4a860ce.tar drakx-backup-do-not-use-fdaac035e29f4915c34cb25d747706c5f4a860ce.tar.gz drakx-backup-do-not-use-fdaac035e29f4915c34cb25d747706c5f4a860ce.tar.bz2 drakx-backup-do-not-use-fdaac035e29f4915c34cb25d747706c5f4a860ce.tar.xz drakx-backup-do-not-use-fdaac035e29f4915c34cb25d747706c5f4a860ce.zip |
dev_is_devfs always return false during install
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 43d3b785d..1a0aba020 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -22,7 +22,7 @@ my %serialprobe; #-###################################################################################### #- Functions #-###################################################################################### -sub dev_is_devfs { -e "/dev/.devfsd" } +sub dev_is_devfs { -e "/dev/.devfsd" } #- no $::prefix, returns false during install and that's nice :) sub get { |