diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-20 07:40:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-20 07:40:41 +0000 |
commit | ad4e61daef479b3541dd81a017b3ab7fba7c4248 (patch) | |
tree | b2c7d3c55036386bb12a2f8306ace41c62a86dbf | |
parent | 7c9164113b96b01d017458713d35602deca7b352 (diff) |
re-attempt nfs mounts after named is started...
-rw-r--r-- | etc/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.47 1997/09/17 09:37:11 deraadt Exp $ +# $OpenBSD: rc,v 1.48 1997/09/20 07:40:40 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -280,6 +280,7 @@ fi if [ "X${named_flags}" != X"NO" ]; then echo -n ' named'; named $named_flags fi +mount -a -t nfs # do again, in case DNS hostnames are used.. # $rwhod is imported from /etc/netstart; # if $rwhod == YES, rwhod is run. |