mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
e8835815f8
Submitted by: Igor Vinokurov
8 lines
189 B
Bash
8 lines
189 B
Bash
#!/bin/sh
|
|
|
|
# see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details
|
|
|
|
if [ -x !!PREFIX!!/sbin/upsmon ]; then
|
|
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 && echo -n ' upsmond'
|
|
fi
|