1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix typo in rc.d script

PR:		96240
Submitted by:	Alexander Logvinov <user___blg.akavia.ru>
Approved by:	maintainer via email
This commit is contained in:
Marcus Alves Grando 2006-04-24 03:26:54 +00:00
parent 675e44d1ee
commit a1543c18d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160276

View File

@ -25,7 +25,7 @@ load_rc_config $name
: ${apcupsd_enable="NO"}
: ${apcupsd_flags="--kill-on-powerfail"}
: ${apcupsd_pidfile="/var/run/apcupsd.pid"}
: ${apcupsd_lockfile"/var/spool/lock/apcupsd.lock"}
: ${apcupsd_lockfile="/var/spool/lock/apcupsd.lock"}
pidfile="/var/run/apcupsd.pid"
required_files="%%PREFIX%%/etc/apcupsd/apcupsd.conf"