aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-04-08 14:01:13 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-04-08 14:01:13 -0500
commitc7c278dfd4765e0ad7935a9bbd0a130a2c9f1320 (patch)
tree838e9fe7c1c60e5585db28dfcaf0dc7dc8b897ce
parent73c862b7920c7d514209d77c584829da28bdd79d (diff)
do not timeout waiting for bootmisc to complete
It is possible for bootmisc to take longer than 60 seconds to complete and services should not time out waiting for it. X-Gentoo-Bug: 360405 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=360405
-rw-r--r--init.d/bootmisc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index 37f187bb..f9f020a0 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -7,7 +7,7 @@ depend()
need localmount
before logger
after clock sysctl
- keyword -prefix
+ keyword -prefix -timeout
}
dir_writeable()