diff options
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r-- | init.d.FreeBSD/clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock index 57829f2f..f26bef2a 100644 --- a/init.d.FreeBSD/clock +++ b/init.d.FreeBSD/clock @@ -19,7 +19,7 @@ depend() # BSD adjkerntz needs to be able to write to /etc if [ "${clock}" = "UTC" -a -e /etc/wall_cmos_clock ] || [ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then - need checkroot + need root fi } |