Commit graph

9 commits

Author SHA1 Message Date
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
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
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Pav Lucistnik
8f30f1c692 - Fix rc script and use modern USE_RC_SUBR infrastructure
PR:		ports/83946 (inspired by)
Approved by:	maintainer timeout (se; 4 months)
2005-11-17 18:55:18 +00:00
Christian Weisgerber
9df9abd00d Fix a format string vulnerability in ez-ipupdate.
Approved by:	se@
Obtained from:	Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
2004-11-11 15:46:04 +00:00
Stefan Eßer
e730fac3f6 Adjust to be compatible with rev. 1.2 of /etc/rc.d/localpkg 2004-07-26 23:23:57 +00:00
Stefan Eßer
338269cf11 Install startup script with expanded. 2004-07-26 23:13:03 +00:00
Stefan Eßer
c4f11582de Add rcNG start/stop script.
Based on the patch provided with the PR, but the PREFIX is determined
at run time in the committed version.

PR:		ports/56176
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-09-05 20:12:10 +00:00