View | Details | Raw Unified | Return to bug 96240
Collapse All | Expand All

(-)apcupsd.sh (-1 / +1 lines)
Lines 25-31 Link Here
25
: ${apcupsd_enable="NO"}
25
: ${apcupsd_enable="NO"}
26
: ${apcupsd_flags="--kill-on-powerfail"}
26
: ${apcupsd_flags="--kill-on-powerfail"}
27
: ${apcupsd_pidfile="/var/run/apcupsd.pid"}
27
: ${apcupsd_pidfile="/var/run/apcupsd.pid"}
28
: ${apcupsd_lockfile"/var/spool/lock/apcupsd.lock"}
28
: ${apcupsd_lockfile="/var/spool/lock/apcupsd.lock"}
29
29
30
pidfile="/var/run/apcupsd.pid"
30
pidfile="/var/run/apcupsd.pid"
31
required_files="/usr/local/etc/apcupsd/apcupsd.conf"
31
required_files="/usr/local/etc/apcupsd/apcupsd.conf"

Return to bug 96240