warn against relative path names as arguments to the -c

option [RT #428]
This commit is contained in:
Andreas Gustafsson 2000-11-09 18:09:12 +00:00
parent c379c1bddb
commit f9e2ce8223
2 changed files with 16 additions and 2 deletions

View file

@ -13,7 +13,7 @@
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: named.8,v 1.9 2000/08/30 20:43:27 bwelling Exp $
.\" $Id: named.8,v 1.10 2000/11/09 18:09:12 gson Exp $
.\"
.Dd Jun 30, 2000
.Dt NAMED 8
@ -53,6 +53,13 @@ use
.Ar config-file
as the configuration file instead of the default,
.Pa /etc/named.conf .
To ensure that reloading the configuration file continues to
work after the server has changed its working directory
due to to a possible
.Dv directory
option in the configuration file,
.Ar config-file
should be an absolute pathname.
.It Fl d
set the daemon's debug level to
.Ar debuglevel .

View file

@ -13,7 +13,7 @@
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: named.8,v 1.9 2000/08/30 20:43:27 bwelling Exp $
.\" $Id: named.8,v 1.10 2000/11/09 18:09:12 gson Exp $
.\"
.Dd Jun 30, 2000
.Dt NAMED 8
@ -53,6 +53,13 @@ use
.Ar config-file
as the configuration file instead of the default,
.Pa /etc/named.conf .
To ensure that reloading the configuration file continues to
work after the server has changed its working directory
due to to a possible
.Dv directory
option in the configuration file,
.Ar config-file
should be an absolute pathname.
.It Fl d
set the daemon's debug level to
.Ar debuglevel .