diff options
author | Phil Davis <phil.davis@world.inf.org> | 2012-07-25 19:10:27 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2012-07-25 19:10:27 +0545 |
commit | de00c381fd5351f1d4f901dd10088c29845a20b7 (patch) | |
tree | f8dabfd3cab4b394fcf8a6292e13164f44ebe54d /etc | |
parent | 983fb4d2dea59f3867e4f50f9de5b9ac248e216d (diff) | |
download | pfsense-de00c381fd5351f1d4f901dd10088c29845a20b7.zip pfsense-de00c381fd5351f1d4f901dd10088c29845a20b7.tar.gz |
Add done after NTP Time Client start message
Add a done and newline so the console messages at boot all line up the same.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.bootup | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index b6dad33..48fe740 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -141,7 +141,7 @@ system_check_reset_button(); if (file_exists("/root/firmware.tgz")) unlink("/root/firmware.tgz"); -/* start devd (dhclient now uses it */ +/* start devd (dhclient now uses it) */ echo "Starting device manager (devd)..."; mute_kernel_msgs(); start_devd(); @@ -318,6 +318,7 @@ echo "Starting NTP time client..."; /* At bootup this will just write the config, ntpd will launch from ntpdate_sync_once.sh */ system_ntp_configure(false); mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", true); +echo "done.\n"; /* start load balancer daemon */ relayd_configure(); @@ -439,4 +440,4 @@ led_normalize(); conf_mount_ro(); -?> +?>
\ No newline at end of file |