Commit graph

3 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
412690965e Commit the proper version of the rc.d script, not the POC version:
* Allow configuration of _confdir and _logfile
 * Put the pid file in /var/run/$name with proper permissions
 * Clean up pid file and directory on exit, remove log if empty

Feature safe:	yes
2010-07-01 19:25:48 +00:00
Doug Barton
a23b262799 Update to version 1.3.0_rc1, which has numerous improvements and fixes
Major work on the update done by:	lioux
Tweaks, bugs, and rc.d script by:	me

Feature safe:	yes
2010-07-01 08:34:35 +00:00