aboutsummaryrefslogtreecommitdiff
path: root/sysutils/upsmon
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/upsmon
parente477f4b0c944d6a29ffacb0e1b3fd1a5f08cde77 (diff)
downloadports-e49af57ebb78c8b2d4094ba54b5ffbd61e0eb57a.tar.gz
ports-e49af57ebb78c8b2d4094ba54b5ffbd61e0eb57a.zip
Notes
Diffstat (limited to 'sysutils/upsmon')
-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