diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 03:25:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 03:25:13 +0800 |
commit | 760c82818cd013bcce2a7cce3abd1e019b5f8cc3 (patch) | |
tree | 4dbb8d741243906afa603146a8b4e444c21cc801 | |
parent | b6125f3dbcfc3c0c1b5395adc50e1265bd100f39 (diff) | |
download | freebsd-ports-gnome-760c82818cd013bcce2a7cce3abd1e019b5f8cc3.tar.gz freebsd-ports-gnome-760c82818cd013bcce2a7cce3abd1e019b5f8cc3.tar.zst freebsd-ports-gnome-760c82818cd013bcce2a7cce3abd1e019b5f8cc3.zip |
Be a little less chatty on startup in upsmon.sh.
PR: 17949
Submitted by: nik
-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 23f86fa5d6b6..3b1c302c4cb7 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 |