diff options
author | Denys Vlasenko | 2018-07-26 13:45:33 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-07-26 13:45:33 +0200 |
commit | 871bd2abaccd042cba757831fc4461806e8f446d (patch) | |
tree | ab221fc5926efe14a09881b3da373785321e5637 /examples/var_service/ntpd | |
parent | 79153cb6bc5a39b00e3c43988a265804ac609837 (diff) | |
download | busybox-871bd2abaccd042cba757831fc4461806e8f446d.zip busybox-871bd2abaccd042cba757831fc4461806e8f446d.tar.gz |
examples/var_service: add /var/run flag file to ntp.script
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/ntpd')
-rwxr-xr-x | examples/var_service/ntpd/ntp.script | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/var_service/ntpd/ntp.script b/examples/var_service/ntpd/ntp.script index 8542181..6cd8101 100755 --- a/examples/var_service/ntpd/ntp.script +++ b/examples/var_service/ntpd/ntp.script @@ -1,5 +1,4 @@ #!/bin/sh - # Note that there is no provision to prevent several copies of the script # to be run in quick succession. In fact, it happens rather often # if initial syncronization results in a step. @@ -8,6 +7,9 @@ # # Script should be ready to deal with this. +# For other parts of the system which prefer to run only on the stable clock +echo "$1" >rundir/sync_status + dt=`date '+%Y-%m-%d %H:%M:%S'` echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$" |