Fix up deps for new scripts.

This commit is contained in:
Roy Marples
2008-01-31 18:01:20 +00:00
parent cf567c844f
commit 1e9be161b9
4 changed files with 3 additions and 4 deletions

View File

@@ -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
}