diff options
author | Roy Marples <roy@marples.name> | 2008-01-31 18:01:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-31 18:01:20 +0000 |
commit | 1e9be161b9cdca4734d891f1ea3cc58af03c9d21 (patch) | |
tree | c673ab541b87c00ccd3b3e4a57c91910d4b3bb96 /src/rc | |
parent | cf567c844fa0fcef5f190ce21a805db9b9ed7ffb (diff) |
Fix up deps for new scripts.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 9324203a..c52ae157 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -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) { |