From 21a85e34d327b27b243ae069aa1fffff382832ae Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 23 Nov 2006 14:33:50 +0000 Subject: Allow bcfg2 -n -r all to work properly (Resolves Ticket #284) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2534 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index 67cfd8dbc..5f2094453 100755 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -79,9 +79,6 @@ class Client: if (self.setup["file"] != False) and (self.setup["cache"] != False): print "cannot use -f and -c together" raise SystemExit, 1 - if self.setup['remove'] and self.setup['dryrun']: - print "cannot use -n and -r together" - raise SystemExit, 1 def run_probe(self, probe): '''Execute probe''' -- cgit v1.2.3-1-g7c22