diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-05-08 22:28:49 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-05-08 22:28:49 +0000 |
commit | 057ef2f507f5e78b9a0e9997dfb40f08851aaf42 (patch) | |
tree | f346513fafbd991e03f16f73c9ed82a1cd9981b7 /etc/rc.bootup | |
parent | d415d821536c6a8e3689fcb344690169b9eac374 (diff) | |
download | pfsense-057ef2f507f5e78b9a0e9997dfb40f08851aaf42.zip pfsense-057ef2f507f5e78b9a0e9997dfb40f08851aaf42.tar.gz |
Add a wan interface up check before we start any time syncing.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 64362bf..b9e3263 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -168,6 +168,9 @@ /* generate resolv.conf */ system_resolvconf_generate(); + /* check if the wan interface is up, this might delay upto 10 seconds */ + is_wan_interface_up("wan"); + /* Sync the system time at boot before service startup */ sync_system_time(); |