diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-08-22 19:32:20 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-08-22 19:32:20 +0000 |
commit | 31b12d4b59c8aebd1d7ec410383e8cf202efedb5 (patch) | |
tree | a6184a79f2b5b4326e534e90e97d4f9b6eddc8d0 /man/bcfg2.1 | |
parent | e14a503bbab0421ff3cc1fbeedf50ce99317d1e9 (diff) | |
download | bcfg2-31b12d4b59c8aebd1d7ec410383e8cf202efedb5.tar.gz bcfg2-31b12d4b59c8aebd1d7ec410383e8cf202efedb5.tar.bz2 bcfg2-31b12d4b59c8aebd1d7ec410383e8cf202efedb5.zip |
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
Diffstat (limited to 'man/bcfg2.1')
-rw-r--r-- | man/bcfg2.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1 index 127e037a4..4af67efeb 100644 --- a/man/bcfg2.1 +++ b/man/bcfg2.1 @@ -57,6 +57,11 @@ Cause bcfg2 to remove extra configuration elements it detects. Mode is one of al .RS Assert a profile for the current client. .RE +.B "\-k" +.RS +Run in bulletproof mode. This currently only effect behavior in the +debian toolset; it calls apt-get update and clean and dpkg --configure --pending. +.RE .SH "SEE ALSO" .BR bcfg2-server(8), .BR bcfg2-info(8) |