From e800e3cdf5b11c1c7feecbd10964f52023031c67 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 3 Nov 2003 14:24:22 +0000 Subject: check_prog will check first arg, specifying parameters must hence be done with other args --- perl-install/printer/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm index 0a3750b95..9fd9997c3 100644 --- a/perl-install/printer/main.pm +++ b/perl-install/printer/main.pm @@ -1559,7 +1559,7 @@ sub poll_ppd_base() { #- If cups continue to modify it (because it reads the ppd files #- available), the poll_ppd_base program simply cores :-) # else cups will not be happy! and ifup lo don't run ? - run_program::rooted($::prefix, "ifconfig lo 127.0.0.1"); + run_program::rooted($::prefix, 'ifconfig', 'lo', '127.0.0.1'); printer::services::start_not_running_service("cups"); my $driversthere = scalar(keys %thedb); foreach (1..60) { -- cgit v1.2.1