From 3bf49a9bd19d5bbcf6976dd42b4f87f1b173e287 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 12:13:46 +0000 Subject: Adopt a more C style for scripts and remove vim settings. --- init.d.Linux/procfs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.d.Linux/procfs') diff --git a/init.d.Linux/procfs b/init.d.Linux/procfs index eccb2ef5..fecaa425 100644 --- a/init.d.Linux/procfs +++ b/init.d.Linux/procfs @@ -4,11 +4,13 @@ description="Mounts misc filesystems in /proc." -depend() { +depend() +{ need checkfs } -start() { +start() +{ # Make sure we insert usbcore if its a module if [ -f /proc/modules -a ! -d /proc/bus/usb ]; then modprobe -q usbcore @@ -84,5 +86,3 @@ start() { return 0 } - -# vim: set ts=4 : -- cgit v1.2.3