From de00c381fd5351f1d4f901dd10088c29845a20b7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 25 Jul 2012 19:10:27 +0545 Subject: Add done after NTP Time Client start message Add a done and newline so the console messages at boot all line up the same. --- etc/rc.bootup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/rc.bootup') 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 -- cgit v1.1