|
@@ -2,12 +2,12 @@
|
|
|
.\" Title: b10-cfgmgr
|
|
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
|
-.\" Date: March 10, 2010
|
|
|
+.\" Date: April 12, 2010
|
|
|
.\" Manual: BIND10
|
|
|
.\" Source: BIND10
|
|
|
.\" Language: English
|
|
|
.\"
|
|
|
-.TH "B10\-CFGMGR" "8" "March 10, 2010" "BIND10" "BIND10"
|
|
|
+.TH "B10\-CFGMGR" "8" "April 12, 2010" "BIND10" "BIND10"
|
|
|
.\" -----------------------------------------------------------------
|
|
|
.\" * set default formatting
|
|
|
.\" -----------------------------------------------------------------
|
|
@@ -22,7 +22,7 @@
|
|
|
b10-cfgmgr \- Configuration manager
|
|
|
.SH "SYNOPSIS"
|
|
|
.HP \w'\fBb10\-cfgmgr\fR\ 'u
|
|
|
-\fBb10\-cfgmgr\fR [\fB\-c\fR\fB\fIconfig\-filename\fR\fR] [\fB\-p\fR\fB\fIdata_path\fR\fR]
|
|
|
+\fBb10\-cfgmgr\fR [\fB\-c\ \fR\fB\fIconfig\-filename\fR\fR] [\fB\-p\ \fR\fB\fIdata_path\fR\fR] [\fB\-\-clear\-config\fR] [\fB\-\-config\-filename\ \fR\fB\fIconfig\-filename\fR\fR] [\fB\-\-data\-path\ \fR\fB\fIdata_path\fR\fR]
|
|
|
.SH "DESCRIPTION"
|
|
|
.PP
|
|
|
The
|
|
@@ -50,14 +50,21 @@ When it exits, it saves its current configuration to
|
|
|
.PP
|
|
|
The arguments are as follows:
|
|
|
.PP
|
|
|
-\fB\-c\fR\fIconfig\-filename\fR, \fB\-\-config\-filename\fR \fIconfig\-filename\fR
|
|
|
+\fB\-\-clear\-config\fR
|
|
|
+.RS 4
|
|
|
+This will create a backup of the existing configuration file, remove it, and
|
|
|
+b10\-cfgmgr(8)
|
|
|
+will use the default configurations\&. The name of the backup file can be found in the logs (\fICFGMGR_RENAMED_CONFIG_FILE\fR)\&. (It will append a number to the backup filename if a previous backup file exists\&.)
|
|
|
+.RE
|
|
|
+.PP
|
|
|
+\fB\-c\fR \fIconfig\-filename\fR, \fB\-\-config\-filename\fR \fIconfig\-filename\fR
|
|
|
.RS 4
|
|
|
The configuration database filename to use\&. Can be either absolute or relative to data path\&.
|
|
|
.sp
|
|
|
Defaults to b10\-config\&.db
|
|
|
.RE
|
|
|
.PP
|
|
|
-\fB\-p\fR\fIdata\-path\fR, \fB\-\-data\-path\fR \fIdata\-path\fR
|
|
|
+\fB\-p\fR \fIdata\-path\fR, \fB\-\-data\-path\fR \fIdata\-path\fR
|
|
|
.RS 4
|
|
|
The path where BIND 10 looks for files\&. The configuration file is looked for here, if it is relative\&. If it is absolute, the path is ignored\&.
|
|
|
.RE
|