aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-01 03:25:13 +0800
committersteve <steve@FreeBSD.org>2000-05-01 03:25:13 +0800
commit760c82818cd013bcce2a7cce3abd1e019b5f8cc3 (patch)
tree4dbb8d741243906afa603146a8b4e444c21cc801
parentb6125f3dbcfc3c0c1b5395adc50e1265bd100f39 (diff)
downloadfreebsd-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.sh2
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