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

@ -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) {