1998-11-24 22:43:40 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details
|
|
|
|
|
|
|
|
if [ -x !!PREFIX!!/sbin/upsmon ]; then
|
1998-11-25 22:04:29 +00:00
|
|
|
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 && echo -n ' upsmond'
|
1998-11-24 22:43:40 +00:00
|
|
|
fi
|