diff options
author | arved <arved@FreeBSD.org> | 2005-07-25 16:04:30 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-07-25 16:04:30 +0000 |
commit | 3db78d4417b144fe4c1bdb8710bc0f9cc77de015 (patch) | |
tree | 409537f59360a7df6a3c23aa52f6c4b9b94d0613 /usr.sbin | |
parent | 96f2eb8f8a21f13bcc534dbc434fa918cd5fea62 (diff) | |
download | FreeBSD-src-3db78d4417b144fe4c1bdb8710bc0f9cc77de015.zip FreeBSD-src-3db78d4417b144fe4c1bdb8710bc0f9cc77de015.tar.gz |
Move DNS configuration before sendmail configuration, because
newaliases(1) may hang without proper DNS configuration.
Approved by: brueffer
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 56d62aa..698ce06 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -269,6 +269,10 @@ Disable the port mapper .Li rpcbind_enable="NO" ) (virtual server only) .It +Configure +.Pa /etc/resolv.conf +so that name resolution within the jail will work correctly +.It Run .Xr newaliases 1 to quell @@ -280,10 +284,6 @@ Disable interface configuration to quell startup warnings about .Pq Li network_interfaces="" (virtual server only) .It -Configure -.Pa /etc/resolv.conf -so that name resolution within the jail will work correctly -.It Set a root password, probably different from the real host system .It Set the timezone |