non port: mail/exilog/files/exilog.sh.in |
Number of commits found: 5 |
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
 |
Saturday, 14 Jan 2012
|
08:57 dougb
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.
 |
Saturday, 27 Mar 2010
|
00:15 dougb
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
 |
Friday, 19 May 2006
|
22:50 pav
- Fix rc script installation
- Stop daemon on deinstall
- REQUIRE/PROVIDE
PR: ports/97327
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
 |
Monday, 15 May 2006
|
13:27 sem
- Fix PostgreSQL support
- Pet portlint
- Unquote BROKEN message
- Use modern USE_RC_SUBR style
PR: ports/97213
Submitted by: maintainer
 |
Number of commits found: 5 |