From 32e60f7453ded83a7800853ead66cd1b8493cdb0 Mon Sep 17 00:00:00 2001 From: Paul J R Date: Sun, 8 Sep 2013 01:42:09 +1000 Subject: [PATCH] new startup --- .../custom/filesystem/etc/init.d/S99final_sequence | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence index f391ed0..dab5a72 100755 --- a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence +++ b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence @@ -30,5 +30,5 @@ then cldate=`date '+%d.%m.%Y'` touch /var/www/data/ntp.log.$cldate - (while(true); do ntpq -c lpe -n >> /var/www/data/ntp.log.*; sleep 30; done) + (while(true); do date '+%s' >> /var/www/data/ntp.log.$cldate; ntpq -c lpe -n >> /var/www/data/ntp.log.$cldate; sleep 30; done) & fi -- 1.7.0.4