From 1e9be161b9cdca4734d891f1ea3cc58af03c9d21 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 31 Jan 2008 18:01:20 +0000 Subject: Fix up deps for new scripts. --- init.d.FreeBSD/clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.FreeBSD') 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 } -- cgit v1.2.3