1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Be a little less chatty on startup in upsmon.sh.

PR:		17949
Submitted by:	nik
This commit is contained in:
Steve Price 2000-04-30 19:25:13 +00:00
parent e477f4b0c9
commit e49af57ebb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28164

View File

@ -3,5 +3,5 @@
# see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details
if [ -x !!PREFIX!!/sbin/upsmond ]; then
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 && echo -n ' upsmond'
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 2>&1 > /dev/null && echo -n ' upsmond'
fi