From 971e6adfa1e3ab43386ca0d449057125fc9a55e8 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/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 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