diff options
author | steve <steve@FreeBSD.org> | 2000-04-30 19:25:13 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-30 19:25:13 +0000 |
commit | 760c82818cd013bcce2a7cce3abd1e019b5f8cc3 (patch) | |
tree | 4dbb8d741243906afa603146a8b4e444c21cc801 /sysutils/upsmon | |
parent | b6125f3dbcfc3c0c1b5395adc50e1265bd100f39 (diff) | |
download | FreeBSD-ports-760c82818cd013bcce2a7cce3abd1e019b5f8cc3.zip FreeBSD-ports-760c82818cd013bcce2a7cce3abd1e019b5f8cc3.tar.gz |
Be a little less chatty on startup in upsmon.sh.
PR: 17949
Submitted by: nik
Diffstat (limited to 'sysutils/upsmon')
-rw-r--r-- | sysutils/upsmon/files/upsmon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/upsmon/files/upsmon.sh b/sysutils/upsmon/files/upsmon.sh index 23f86fa..3b1c302 100644 --- a/sysutils/upsmon/files/upsmon.sh +++ b/sysutils/upsmon/files/upsmon.sh @@ -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 |