Apply small fix from PR ports/14090.

Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
This commit is contained in:
Dan Moschuk 1999-10-03 21:38:11 +00:00
parent 70b8a0d273
commit 3fd7d1bce2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22146

View file

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