From 1984bc1c1202e0e7b467360e0464b9a649fb2f43 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 14 Sep 2001 15:48:18 +0000 Subject: make test_pms happy --- perl-install/printer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printer.pm') 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() { + while () { if (($_ =~ /Devices.*down/) || # Are there configured devices which # are down ($_ =~ /Devices.*modified/)) { # Configured devices which are not -- cgit v1.2.1