diff options
Diffstat (limited to 'init.d.FreeBSD/clock')
-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 6a8485c9..7fcb0256 100644 --- a/init.d.FreeBSD/clock +++ b/init.d.FreeBSD/clock @@ -21,7 +21,7 @@ depend() [ "${clock}" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then need root fi - keywords nojail + keyword nojail } start() |