diff options
author | dan <dan@FreeBSD.org> | 1999-10-04 05:38:11 +0800 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-10-04 05:38:11 +0800 |
commit | e7b1f04eaaac7db443159ce139560ecee15eb095 (patch) | |
tree | 7506e4287db9ecc58e9accead59a0dc95ef4cf0f /sysutils | |
parent | 5fbfba304b80af670e277f8975810a2a55b2c0a5 (diff) | |
download | freebsd-ports-gnome-e7b1f04eaaac7db443159ce139560ecee15eb095.tar.gz freebsd-ports-gnome-e7b1f04eaaac7db443159ce139560ecee15eb095.tar.zst freebsd-ports-gnome-e7b1f04eaaac7db443159ce139560ecee15eb095.zip |
Apply small fix from PR ports/14090.
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/upsmon/files/upsmon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/upsmon/files/upsmon.sh b/sysutils/upsmon/files/upsmon.sh index 8b1b28850698..23f86fa5d6b6 100644 --- a/sysutils/upsmon/files/upsmon.sh +++ b/sysutils/upsmon/files/upsmon.sh @@ -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 |