From 38503ac49864e6de1c90a9fd7c5ddad40076baa7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 10 Jan 2005 08:37:18 +0000 Subject: Add an option to urpmi, --expect-install, that tells urpmi to return with an exit status of 15 if it installed nothing. --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index a1e9d9af..d81e28a1 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -113,6 +113,7 @@ my %options_spec = ( 'excludepath|exclude-path=s' => sub { $urpm->{options}{excludepath} = $_[1] }, 'excludedocs|exclude-docs' => sub { $urpm->{options}{excludedocs} = 1 }, 'more-choices' => sub { $urpm->{options}{morechoices} = 1 }, + 'expect-install!' => \$::expect_install, a => \$::all, q => sub { --$::verbose; $::rpm_opt = '' }, v => sub { ++$::verbose; $::rpm_opt = 'vh' }, -- cgit v1.2.1