summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-09-14 15:48:18 +0000
committerdamien <damien@mandriva.com>2001-09-14 15:48:18 +0000
commit1984bc1c1202e0e7b467360e0464b9a649fb2f43 (patch)
tree123a0c918e4709d981169364d2de2a6ce5ba3a7f /perl-install/printer.pm
parent0676c599462c2627653a33a4704aa786eb273b3a (diff)
downloaddrakx-backup-do-not-use-1984bc1c1202e0e7b467360e0464b9a649fb2f43.tar
drakx-backup-do-not-use-1984bc1c1202e0e7b467360e0464b9a649fb2f43.tar.gz
drakx-backup-do-not-use-1984bc1c1202e0e7b467360e0464b9a649fb2f43.tar.bz2
drakx-backup-do-not-use-1984bc1c1202e0e7b467360e0464b9a649fb2f43.tar.xz
drakx-backup-do-not-use-1984bc1c1202e0e7b467360e0464b9a649fb2f43.zip
make test_pms happy
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r--perl-install/printer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index 6594641f7..6c29bd0b5 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -171,7 +171,7 @@ sub network_status {
open F, ($::testing ? "$prefix" : "chroot $prefix/ ") .
"/bin/sh -c \"export LC_ALL=C; /etc/rc.d/init.d/network status\" |" ||
die "Could not run \"/etc/rc.d/init.d/network status\"!";
- while(<F>) {
+ while (<F>) {
if (($_ =~ /Devices.*down/) || # Are there configured devices which
# are down
($_ =~ /Devices.*modified/)) { # Configured devices which are not