From db02946e5f58e282d5056a57d50208022f2fc796 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 2 Aug 2004 06:52:22 +0000 Subject: introduce ->ensure_binary_is_installed and use it --- 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 9ebadc838..a3027d098 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -380,6 +380,6 @@ foreach my $i (@pages) { #------------------------------------------------------------------ # let's start the show: -$in->do_pkgs->ensure_is_installed('nut-server', '/usr/sbin/upsd') if !$::testing; +$in->do_pkgs->ensure_binary_is_installed('nut-server', 'upsd') if !$::testing; $w->{rwindow}->show_all; $w->main; -- cgit v1.2.1