summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-07-25 19:10:27 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-07-25 19:10:27 +0545
commitde00c381fd5351f1d4f901dd10088c29845a20b7 (patch)
treef8dabfd3cab4b394fcf8a6292e13164f44ebe54d /etc/rc.bootup
parent983fb4d2dea59f3867e4f50f9de5b9ac248e216d (diff)
downloadpfsense-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/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
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
OpenPOWER on IntegriCloud