1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Typo "sbin/upsmon" -> "sbin/upsmond"

Submitted by:	Igor Vinokurov
This commit is contained in:
Bill Fumerola 1998-11-25 22:04:29 +00:00
parent e7edc07553
commit e8835815f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14902

View File

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