diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 145ea94006..2ee0d32fdb 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -556,10 +556,9 @@ var/ - etc/bind10/ — + etc/bind10-devel/ — configuration files. - @@ -569,7 +568,7 @@ var/ - libexec/bind10/ — + libexec/bind10-devel/ — executables that a user wouldn't normally run directly and are not run independently. These are the BIND 10 modules which are daemons started by @@ -584,7 +583,7 @@ var/ - share/bind10/ — + share/bind10-devel/ — configuration specifications. @@ -596,7 +595,7 @@ var/ - var/bind10/ — + var/bind10-devel/ — data source and configuration databases. @@ -751,7 +750,7 @@ config changes are actually commands to cfgmgr The stored configuration file is at - /usr/local/var/bind10/b10-config.db. + /usr/local/var/bind10-devel/b10-config.db. (The full path is what was defined at build configure time for . The default is /usr/local/var/.) @@ -844,13 +843,13 @@ but you might wanna check with likun The HTTPS server requires a private key, such as a RSA PRIVATE KEY. The default location is at - /usr/local/etc/bind10/cmdctl-keyfile.pem. + /usr/local/etc/bind10-devel/cmdctl-keyfile.pem. (A sample key is at - /usr/local/share/bind10/cmdctl-keyfile.pem.) + /usr/local/share/bind10-devel/cmdctl-keyfile.pem.) It also uses a certificate located at - /usr/local/etc/bind10/cmdctl-certfile.pem. + /usr/local/etc/bind10-devel/cmdctl-certfile.pem. (A sample certificate is at - /usr/local/share/bind10/cmdctl-certfile.pem.) + /usr/local/share/bind10-devel/cmdctl-certfile.pem.) This may be a self-signed certificate or purchased from a certification authority. @@ -886,11 +885,11 @@ but that is a single file, maybethis should go back to that format? The b10-cmdctl daemon also requires the user account file located at - /usr/local/etc/bind10/cmdctl-accounts.csv. + /usr/local/etc/bind10-devel/cmdctl-accounts.csv. This comma-delimited file lists the accounts with a user name, hashed password, and salt. (A sample file is at - /usr/local/share/bind10/cmdctl-accounts.csv. + /usr/local/share/bind10-devel/cmdctl-accounts.csv. It contains the user named root with the password bind10.) @@ -1059,7 +1058,7 @@ This may be a temporary setting until then. By default, the SQLite3 backend uses the data file located at - /usr/local/var/bind10/zone.sqlite3. + /usr/local/var/bind10-devel/zone.sqlite3. (The full path is what was defined at build configure time for . The default is /usr/local/var/.) @@ -1122,7 +1121,7 @@ This may be a temporary setting until then. In the Y1 prototype release, only the SQLite3 back end is used. By default, it stores the zone data in - /usr/local/var/bind10/zone.sqlite3 + /usr/local/var/bind10-devel/zone.sqlite3 unless the switch is used to set the database filename. Multiple zones are stored in a single SQLite3 zone database. diff --git a/src/bin/cfgmgr/b10-cfgmgr.8 b/src/bin/cfgmgr/b10-cfgmgr.8 index b3161f49af..481f945259 100644 --- a/src/bin/cfgmgr/b10-cfgmgr.8 +++ b/src/bin/cfgmgr/b10-cfgmgr.8 @@ -40,13 +40,14 @@ will exit\&. .PP The daemon may be cleanly stopped by sending the SIGTERM signal to the process\&. This shutdown does not notify the subscribers\&. .PP -When it exits, it saves its current configuration to /var/bind10/b10\-config\&.db +When it exits, it saves its current configuration to +/usr/local/var/bind10\-devel/b10\-config\&.db\&. .PP The daemon has no command line options\&. It ignores any arguments\&. .SH "FILES" .PP -/var/bind10/b10\-config\&.db +/usr/local/var/bind10\-devel/b10\-config\&.db \(em Configuration storage file\&. .SH "SEE ALSO" .PP diff --git a/src/bin/cfgmgr/b10-cfgmgr.xml b/src/bin/cfgmgr/b10-cfgmgr.xml index adb406f9d5..644415eeb9 100644 --- a/src/bin/cfgmgr/b10-cfgmgr.xml +++ b/src/bin/cfgmgr/b10-cfgmgr.xml @@ -83,7 +83,7 @@ When it exits, it saves its current configuration to - /var/bind10/b10-config.db + /usr/local/var/bind10-devel/b10-config.db. @@ -115,7 +115,7 @@ FILES - /var/bind10/b10-config.db + /usr/local/var/bind10-devel/b10-config.db — Configuration storage file. diff --git a/src/bin/cmdctl/b10-cmdctl.8 b/src/bin/cmdctl/b10-cmdctl.8 index de5418e696..c8c938b910 100644 --- a/src/bin/cmdctl/b10-cmdctl.8 +++ b/src/bin/cmdctl/b10-cmdctl.8 @@ -72,13 +72,13 @@ Display the version number and exit\&. .RE .SH "FILES" .PP -/usr/local/etc/bind10/cmdctl\-accounts\&.csv +/usr/local/etc/bind10\-devel/cmdctl\-accounts\&.csv \(em account database containing the name, hashed password, and the salt\&. .PP -/usr/local/etc/bind10/cmdctl\-keyfile\&.pem +/usr/local/etc/bind10\-devel/cmdctl\-keyfile\&.pem \(em contains the Private key\&. .PP -/usr/local/etc/bind10/cmdctl\-certfile\&.pem +/usr/local/etc/bind10\-devel/cmdctl\-certfile\&.pem \(em contains the Certificate\&. .SH "SEE ALSO" .PP diff --git a/src/bin/cmdctl/b10-cmdctl.xml b/src/bin/cmdctl/b10-cmdctl.xml index c7b75c3f0f..c0ac36ad3a 100644 --- a/src/bin/cmdctl/b10-cmdctl.xml +++ b/src/bin/cmdctl/b10-cmdctl.xml @@ -144,17 +144,17 @@ - /usr/local/etc/bind10/cmdctl-accounts.csv + /usr/local/etc/bind10-devel/cmdctl-accounts.csv — account database containing the name, hashed password, and the salt. - /usr/local/etc/bind10/cmdctl-keyfile.pem + /usr/local/etc/bind10-devel/cmdctl-keyfile.pem — contains the Private key. - /usr/local/etc/bind10/cmdctl-certfile.pem + /usr/local/etc/bind10-devel/cmdctl-certfile.pem — contains the Certificate. diff --git a/src/bin/loadzone/b10-loadzone.8 b/src/bin/loadzone/b10-loadzone.8 index a5b4d98585..d563ff2ed2 100644 --- a/src/bin/loadzone/b10-loadzone.8 +++ b/src/bin/loadzone/b10-loadzone.8 @@ -55,7 +55,7 @@ When re\-loading an existing zone, the prior version is completely removed\&. Wh \-d \fIdatabase\fR .RS 4 Defines the filename for the database\&. The default is -/usr/local/var/bind10/zone\&.sqlite3\&. +/usr/local/var/bind10\-devel/zone\&.sqlite3\&. .RE .PP \-o \fIorigin\fR diff --git a/src/bin/loadzone/b10-loadzone.xml b/src/bin/loadzone/b10-loadzone.xml index f25b8639d5..3bed19eedc 100644 --- a/src/bin/loadzone/b10-loadzone.xml +++ b/src/bin/loadzone/b10-loadzone.xml @@ -95,7 +95,7 @@ Defines the filename for the database. The default is - /usr/local/var/bind10/zone.sqlite3. + /usr/local/var/bind10-devel/zone.sqlite3.