From e7c6831acc9ae526118dee0d85e69e669a33f0cf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Oct 2004 06:37:06 +0000 Subject: fix installing nut --- perl-install/standalone/drakups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakups') diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 6ea7264c8..7d36aad0b 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -395,6 +395,6 @@ foreach my $i (@pages) { #------------------------------------------------------------------ # let's start the show: -$in->do_pkgs->ensure_binary_is_installed('nut-server', 'upsd') if !$::testing; +$in->do_pkgs->ensure_is_installed('nut-server', '/etc/rc.d/init.d/upsd') if !$::testing; $w->{rwindow}->show_all; $w->main; -- cgit v1.2.1