1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/upsmon/files/upsmon.sh
Steve Price e49af57ebb Be a little less chatty on startup in upsmon.sh.
PR:		17949
Submitted by:	nik
2000-04-30 19:25:13 +00:00

8 lines
207 B
Bash

#!/bin/sh
# see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details
if [ -x !!PREFIX!!/sbin/upsmond ]; then
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 2>&1 > /dev/null && echo -n ' upsmond'
fi