summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/drakups2
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 7e5e33cb1..05503b2cf 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- drakups:
+ o do not rely on legacy initscript for install test (mga#9474)
+
Version 15.37 - 9 April 2013
- library:
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups
index 4283e2e27..b5baee934 100755
--- a/perl-install/standalone/drakups
+++ b/perl-install/standalone/drakups
@@ -316,7 +316,7 @@ $in = 'interactive'->vnew;
$ugtk2::wm_icon = "drakups";
if (!$::testing) {
- $in->do_pkgs->ensure_is_installed('nut-server', '/etc/rc.d/init.d/upsd') or $in->exit(1);
+ $in->do_pkgs->ensure_is_installed('nut-server', '/usr/sbin/upsd') or $in->exit(1);
}
if (member('--wizard', @ARGV)) {