1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/upsmon/files/upsmon.sh
Dan Moschuk 3fd7d1bce2 Apply small fix from PR ports/14090.
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
1999-10-03 21:38:11 +00:00

8 lines
190 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 && echo -n ' upsmond'
fi