summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-11-17 22:38:02 +0000
committerache <ache@FreeBSD.org>1999-11-17 22:38:02 +0000
commitef80f4fe7698628a9772de9a6108332d6524975f (patch)
treead00efb84c9fb511bd7a75c297261394cf2272ea /etc/rc
parentaeb2d2626b24c89dbb68adb9caebd10bbe02dd43 (diff)
downloadFreeBSD-src-ef80f4fe7698628a9772de9a6108332d6524975f.zip
FreeBSD-src-ef80f4fe7698628a9772de9a6108332d6524975f.tar.gz
Add network pass4 - after all local (/usr/local/etc/rc.d f.e.)
daemons started. Move log_in_vain option there. It is needed to avoid lot of connections to port 80 logged on production WWW server prior Apache started from /usr/local/etc/rc.d
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 62c2785..7a73fb4 100644
--- a/etc/rc
+++ b/etc/rc
@@ -523,6 +523,10 @@ case ${local_startup} in
;;
esac
+if [ -n "${network_pass3_done}" ]; then
+ network_pass4
+fi
+
# Raise kernel security level. This should be done only after `fsck' has
# repaired local file systems if you want the securelevel to be greater than 1.
#
OpenPOWER on IntegriCloud