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
Bill Fumerola e8835815f8 Typo "sbin/upsmon" -> "sbin/upsmond"
Submitted by:	Igor Vinokurov
1998-11-25 22:04:29 +00:00

8 lines
189 B
Bash

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