summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-06 15:41:36 -0500
committersullrich <sullrich@pfsense.org>2009-12-06 15:41:36 -0500
commitf99cd0a7a3a14108901b4415d2b2888c787bb272 (patch)
tree7a281d98605bf6541130163a9278fbec10acb72f /etc/rc.bootup
parentbcc84d48db0ab65ef3f79c2f43ed20bfc8a5007b (diff)
downloadpfsense-f99cd0a7a3a14108901b4415d2b2888c787bb272.zip
pfsense-f99cd0a7a3a14108901b4415d2b2888c787bb272.tar.gz
Bring syslog up after all interfaces are up and running
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 560f265..2b982fd 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -203,9 +203,6 @@ function rescue_detect_keypress() {
unmute_kernel_msgs();
echo "done.\n";
- /* start syslogd - needs to be after LAN bringup. */
- system_syslogd_start();
-
/* set up WAN interface */
echo "Configuring WAN interface...";
mute_kernel_msgs();
@@ -225,6 +222,9 @@ function rescue_detect_keypress() {
/* bring up carp interfaces */
interfaces_carp_configure();
+ /* start syslogd - needs to be after LAN bringup. */
+ system_syslogd_start();
+
/* generate resolv.conf */
system_resolvconf_generate();
OpenPOWER on IntegriCloud