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