diff options
Diffstat (limited to 'init.d/swclock.in')
-rw-r--r-- | init.d/swclock.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in index 077f258d..465f76cf 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -1,4 +1,4 @@ -#!@PREFIX@/sbin/runscript +#!@SBINDIR@/runscript # Copyright (c) 2009 Roy Marples <roy@marples.name> # Released under the 2-clause BSD license. @@ -17,7 +17,7 @@ start() { ebegin "Setting the local clock based on last shutdown time" if ! swclock 2> /dev/null; then - swclock --warn @PREFIX@/sbin/runscript + swclock --warn @SBINDIR@/runscript fi eend $? } |