From 5fae9060aa22f141cea1a93347b4d478079bacaa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 23 Jan 2008 10:08:27 +0000 Subject: procfs uses getent which requires localmount --- init.d.Linux/procfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.Linux') diff --git a/init.d.Linux/procfs b/init.d.Linux/procfs index 248e419..9e55d88 100644 --- a/init.d.Linux/procfs +++ b/init.d.Linux/procfs @@ -6,7 +6,7 @@ description="Mounts misc filesystems in /proc." depend() { - need checkfs + need localmount } start() -- cgit v1.2.3