Commit graph

9 commits

Author SHA1 Message Date
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
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Pav Lucistnik
fd42068259 - Readd without keyword expansion 2006-10-07 15:18:14 +00:00
Pav Lucistnik
af5aa5b6b2 - Remove temporarily 2006-10-07 15:17:52 +00:00
Pav Lucistnik
3ec03bb237 - Fix build
- Style

PR:		ports/101178
Submitted by:	Michael Bushkov <bushman@rsu.ru> (maintainer)
2006-10-07 15:12:29 +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
a6bc5f8f2b - Unbreak on 6.X
PR:		ports/84780
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	portmgr (marcus)
2005-08-11 22:17:34 +00:00
Tilman Keskinoz
ba9b271fcd Update to 0.3.c
PR:		70066
Submitted by:	Michael Bushkov <bushman@stinger.cc.rsu.ru>
2004-08-10 12:39:40 +00:00
Oliver Eikemeier
84e6916181 add lookupd, a name service lookup daemon, and lookupd_ldap, an LDAP plugin
PR:		68811, 68810
Submitted by:	Michael Bushkov <bushman@rsu.ru>
2004-07-24 17:27:36 +00:00