diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:25:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:25:13 +0000 |
commit | e49af57ebb78c8b2d4094ba54b5ffbd61e0eb57a (patch) | |
tree | dc2161e926fc207e7cc41bbfef506092454fe0ba /sysutils/upsmon | |
parent | e477f4b0c944d6a29ffacb0e1b3fd1a5f08cde77 (diff) |
Notes
Diffstat (limited to 'sysutils/upsmon')
-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 |