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

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