aboutsummaryrefslogtreecommitdiff
path: root/adjtime
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-04 19:58:14 -0400
committerTom Gundersen <teg@jklm.no>2011-06-05 02:25:32 +0200
commit71ef9c40189ff87d84c7bf354fb43038997913d1 (patch)
treedaaae1c2b39ed6df222ed20c7861ef010cbf30b1 /adjtime
parentc6adbe7a36a7330debfaa07d4351bcd80d479214 (diff)
downloadinitscripts-71ef9c40189ff87d84c7bf354fb43038997913d1.tar.xz
remove absolute paths from daemons and rc.d
These are run from a context where PATH will be set, so defining absolute paths is unnecessary.
Diffstat (limited to 'adjtime')
-rwxr-xr-xadjtime2
1 files changed, 1 insertions, 1 deletions
diff --git a/adjtime b/adjtime
index 8a894f1..6a825ca 100755
--- a/adjtime
+++ b/adjtime
@@ -11,5 +11,5 @@ case $HARDWARECLOCK in
esac
if [[ $HWCLOCK_PARAMS && -f /run/daemons/hwclock ]]; then
- /sbin/hwclock $HWCLOCK_PARAMS
+ hwclock $HWCLOCK_PARAMS
fi