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:
parent
e477f4b0c9
commit
e49af57ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28164
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user