From f99cd0a7a3a14108901b4415d2b2888c787bb272 Mon Sep 17 00:00:00 2001 From: sullrich Date: Sun, 6 Dec 2009 15:41:36 -0500 Subject: Bring syslog up after all interfaces are up and running --- etc/rc.bootup | 6 +++--- 1 file 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(); -- cgit v1.1