From 28fce838117d0db1008b8b1207829b00b62570ef Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Sun, 10 Apr 2011 03:16:39 +0200 Subject: Move /var/run/daemons to /run/daemons Signed-off-by: Sebastien Luttringer Signed-off-by: Tom Gundersen --- adjtime.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adjtime.cron') 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 -- cgit v1.2.3