From 6845b8641dbfb9be667a80f74483fb738900e025 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 15 Apr 2013 17:29:54 +0000 Subject: drakups: do not rely on legacy initscript for install test (mga#9474) --- perl-install/NEWS | 3 +++ perl-install/standalone/drakups | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)) { -- cgit v1.2.1