From 760c82818cd013bcce2a7cce3abd1e019b5f8cc3 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 30 Apr 2000 19:25:13 +0000 Subject: Be a little less chatty on startup in upsmon.sh. PR: 17949 Submitted by: nik --- sysutils/upsmon/files/upsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/upsmon') 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 -- cgit v1.1