summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-04-30 19:25:13 +0000
committerSteve Price <steve@FreeBSD.org>2000-04-30 19:25:13 +0000
commite49af57ebb78c8b2d4094ba54b5ffbd61e0eb57a (patch)
treedc2161e926fc207e7cc41bbfef506092454fe0ba /sysutils
parentFrom the submitter: (diff)
Be a little less chatty on startup in upsmon.sh.
PR: 17949 Submitted by: nik
Notes
Notes: svn path=/head/; revision=28164
Diffstat (limited to 'sysutils')
-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