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
}

View File

@ -24,7 +24,7 @@ fi
depend()
{
if yesno ${clock_adjfile}; then
use checkroot
use root
else
before *
fi

View File

@ -6,7 +6,6 @@ description="Loads a user defined list of kernel modules."
depend()
{
need checkroot
use isapnp
}

View File

@ -515,7 +515,7 @@ static bool svc_wait (rc_depinfo_t *depinfo, const char *svc)
if (! service)
return (false);
/* Some services don't have a timeout, like checkroot and checkfs */
/* Some services don't have a timeout, like fsck */
keywords = rc_deptree_depend (depinfo, svc, "keywords");
STRLIST_FOREACH (keywords, s, i) {
if (strcmp (s, "notimeout") == 0) {