summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-10-05 06:37:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-10-05 06:37:06 +0000
commite7c6831acc9ae526118dee0d85e69e669a33f0cf (patch)
tree88b324df957b8d033a653fae517f0b9cd5030e4f /perl-install/standalone/drakups
parent8b7b7815cc0e0df9b727671d6f10bd7db1d618fc (diff)
downloaddrakx-backup-do-not-use-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar
drakx-backup-do-not-use-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar.gz
drakx-backup-do-not-use-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar.bz2
drakx-backup-do-not-use-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar.xz
drakx-backup-do-not-use-e7c6831acc9ae526118dee0d85e69e669a33f0cf.zip
fix installing nut
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-xperl-install/standalone/drakups2
1 files changed, 1 insertions, 1 deletions
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;