summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-19 14:36:22 +0000
committerRoy Marples <roy@marples.name>2008-02-19 14:36:22 +0000
commite1e36b2872c1f87d3d0b5308561884af3cd013ac (patch)
tree12dd16c75681a567510b2765e93e038d79bdfb9c /src/rc/runscript.c
parent42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (diff)
downloadopenrc-e1e36b2872c1f87d3d0b5308561884af3cd013ac.tar.gz
openrc-e1e36b2872c1f87d3d0b5308561884af3cd013ac.tar.bz2
openrc-e1e36b2872c1f87d3d0b5308561884af3cd013ac.tar.xz
keywords -> keyword
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index a50edf2..3d900c0 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)
return (false);
/* Some services don't have a timeout, like fsck */
- keywords = rc_deptree_depend (depinfo, svc, "keywords");
+ keywords = rc_deptree_depend (depinfo, svc, "keyword");
STRLIST_FOREACH (keywords, s, i) {
if (strcmp (s, "notimeout") == 0) {
forever = true;