aboutsummaryrefslogtreecommitdiff
path: root/adjtime.cron
diff options
context:
space:
mode:
authorSebastien Luttringer <seblu@seblu.net>2011-04-10 03:16:39 +0200
committerTom Gundersen <teg@jklm.no>2011-04-13 17:40:13 +0800
commit28fce838117d0db1008b8b1207829b00b62570ef (patch)
tree6800fa373f3754ea52c1d3d93374b4c9d196a8c9 /adjtime.cron
parent643bfecc67504d3765307534307c818441553081 (diff)
downloadinitscripts-28fce838117d0db1008b8b1207829b00b62570ef.tar.xz
Move /var/run/daemons to /run/daemons
Signed-off-by: Sebastien Luttringer <seblu@seblu.net> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'adjtime.cron')
-rwxr-xr-xadjtime.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/adjtime.cron b/adjtime.cron
index dac8cea..8a894f1 100755
--- a/adjtime.cron
+++ b/adjtime.cron
@@ -10,6 +10,6 @@ case $HARDWARECLOCK in
*) HWCLOCK_PARAMS="";;
esac
-if [[ $HWCLOCK_PARAMS && -f /var/run/daemons/hwclock ]]; then
+if [[ $HWCLOCK_PARAMS && -f /run/daemons/hwclock ]]; then
/sbin/hwclock $HWCLOCK_PARAMS
fi