diff options
author | Roy Marples <roy@marples.name> | 2008-01-23 10:08:27 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-23 10:08:27 +0000 |
commit | 5fae9060aa22f141cea1a93347b4d478079bacaa (patch) | |
tree | b27a23e52ff41551379f2ad45da5acbb0e4e65a8 | |
parent | 34a675f4d925862f5c666265d58d56e4e785e1ec (diff) |
procfs uses getent which requires localmount
-rw-r--r-- | init.d.Linux/procfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/procfs b/init.d.Linux/procfs index 248e4194..9e55d885 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() |