summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-11-23 14:33:50 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-11-23 14:33:50 +0000
commit21a85e34d327b27b243ae069aa1fffff382832ae (patch)
treef7dd3e3f7e5854316cd857bef3e3c4a2da1815df /src/sbin
parent820b2a677475e26aa29a23cd9c4eadcaf4ec4730 (diff)
downloadbcfg2-21a85e34d327b27b243ae069aa1fffff382832ae.tar.gz
bcfg2-21a85e34d327b27b243ae069aa1fffff382832ae.tar.bz2
bcfg2-21a85e34d327b27b243ae069aa1fffff382832ae.zip
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
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg23
1 files changed, 0 insertions, 3 deletions
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'''