Adopt a more C style for scripts and remove vim settings.

This commit is contained in:
Roy Marples
2008-01-11 12:13:46 +00:00
parent 1f4422c72f
commit 3bf49a9bd1
38 changed files with 264 additions and 213 deletions

View File

@@ -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 :