mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Apply small fix from PR ports/14090.
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
This commit is contained in:
parent
70b8a0d273
commit
3fd7d1bce2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22146
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue