diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-05 06:37:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-05 06:37:06 +0000 |
commit | e7c6831acc9ae526118dee0d85e69e669a33f0cf (patch) | |
tree | 88b324df957b8d033a653fae517f0b9cd5030e4f /perl-install/standalone/drakups | |
parent | 8b7b7815cc0e0df9b727671d6f10bd7db1d618fc (diff) | |
download | drakx-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar drakx-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar.gz drakx-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar.bz2 drakx-e7c6831acc9ae526118dee0d85e69e669a33f0cf.tar.xz drakx-e7c6831acc9ae526118dee0d85e69e669a33f0cf.zip |
fix installing nut
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
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; |