mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3fd7d1bce2
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
8 lines
190 B
Bash
8 lines
190 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 && echo -n ' upsmond'
|
|
fi
|