From 0490a9290a6af4a4923cc79fd380bc00a0a702e3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 5 Dec 2007 17:48:07 +0000 Subject: Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot. --- init.d/checkroot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.d/checkroot') diff --git a/init.d/checkroot b/init.d/checkroot index 1397374a..acfb914a 100755 --- a/init.d/checkroot +++ b/init.d/checkroot @@ -27,6 +27,10 @@ description="Check the root filesystem according to /etc/fstab for errors \ and optionally repair them." +depend() { + keywords notimeout +} + do_mtab() { # Don't create mtab if /etc is readonly if ! printf "" 2>/dev/null >/etc/mtab; then -- cgit v1.2.3