summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/moused
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2008-06-23 04:46:54 +0000
committermtm <mtm@FreeBSD.org>2008-06-23 04:46:54 +0000
commita12ffbbd8b36c6672bd6c89e5a538d2678caa9aa (patch)
treebc1266247fd858c69b6e861ee154d01d8f866893 /etc/rc.d/moused
parentab11d78bfd2622cce4e516f6384f6ac9d92cae9a (diff)
downloadFreeBSD-src-a12ffbbd8b36c6672bd6c89e5a538d2678caa9aa.zip
FreeBSD-src-a12ffbbd8b36c6672bd6c89e5a538d2678caa9aa.tar.gz
Move a lot of diagnostic output behind $rc_quiet in scripts that
implement their own start command.
Diffstat (limited to 'etc/rc.d/moused')
-rw-r--r--etc/rc.d/moused4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.d/moused b/etc/rc.d/moused
index df1e27e..06a013b 100644
--- a/etc/rc.d/moused
+++ b/etc/rc.d/moused
@@ -51,7 +51,7 @@ moused_start()
mytype="$moused_type"
fi
- echo -n "Starting ${ms} moused:"
+ [ -z "${rc_quiet}" ] && echo -n "Starting ${ms} moused."
/usr/sbin/moused ${myflags} -p ${myport} -t ${mytype} ${pidarg}
mousechar_arg=
@@ -59,7 +59,6 @@ moused_start()
[Nn][Oo] | '')
;;
*)
- echo -n ' mousechar_start'
mousechar_arg="-M ${mousechar_start}"
;;
esac
@@ -67,7 +66,6 @@ moused_start()
for ttyv in /dev/ttyv* ; do
vidcontrol < ${ttyv} ${mousechar_arg} -m on
done
- echo '.'
}
run_rc_command $*
OpenPOWER on IntegriCloud