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.BSD/moused | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.d.BSD/moused') diff --git a/init.d.BSD/moused b/init.d.BSD/moused index 14f2f6d1..bf9623fe 100644 --- a/init.d.BSD/moused +++ b/init.d.BSD/moused @@ -12,12 +12,14 @@ fi name="Console Mouse Daemon" [ -n "${moused_device}" ] && name="${name} (${moused_device})" -depend() { +depend() +{ need localmount after bootmisc } -start() { +start() +{ ebegin "Starting ${name}" if [ -z "${moused_device}" ]; then @@ -57,5 +59,3 @@ start() { eend ${retval} "Failed to start moused" } - -# vim: set ts=4 : -- cgit v1.2.3