summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-10 19:47:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-10 19:47:44 +0000
commit93629767962b7adf5b8ca6afc45c31372374f406 (patch)
treec8b94302043a5f79c38939df2e39d1f2a044c0e1 /etc
parent17faca5821f267d292381eeb8dfe02bf1336a0f9 (diff)
downloadpfsense-93629767962b7adf5b8ca6afc45c31372374f406.zip
pfsense-93629767962b7adf5b8ca6afc45c31372374f406.tar.gz
Start syslgod earlier
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 597cb2a..8c16fd0 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -117,6 +117,9 @@
/* start devd (dhclient now uses it */
start_devd();
+ /* start syslogd */
+ system_syslogd_start();
+
/* set up VLAN virtual interfaces */
interfaces_vlan_configure();
@@ -165,9 +168,6 @@
/* enable routing */
system_routing_enable();
-
- /* start syslogd */
- system_syslogd_start();
/* ensure passwords are sync'd */
system_password_configure();
OpenPOWER on IntegriCloud