From 31b12d4b59c8aebd1d7ec410383e8cf202efedb5 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 22 Aug 2006 19:32:20 +0000 Subject: Add -k (kevlar) option, and move objectionable debian behavion in here. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2088 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index 299807b18..aa8b0b8a3 100755 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -59,6 +59,8 @@ class Client: False, ('communication', 'password'), 'password', False), 'retries': (('-R', '', 'the number of times to retry network communication'), False, ('communication', 'retries'), '3', False), + 'kevlar': (('-k', False, "run in kevlar (bulletproof) mode"), + False, False, False, True), } self.setup = Bcfg2.Options.OptionParser('bcfg2', optinfo).parse() -- cgit v1.2.3-1-g7c22