Commit graph

7 commits

Author SHA1 Message Date
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
Sergey Skvortsov
60566d8857 Use "@stopdaemon" in pkg-plist.
PR:		ports/134062
Submitted by:	Alexey V.Degtyarev <alexey xx renatasystems.org>
Approved by:	maintainer
2009-05-12 13:39:32 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Gabor Kovesdan
573aed523c - Add rc.d script
- Bump PORTREVISION

PR:		ports/107208
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	erwin (mentor)
2006-12-27 22:46:05 +00:00
Mark Linimon
24db567a8b Mark as not for 4.X and old 5.X (requires pf library).
PR:		ports/92483
Submitted by:	maintainer
2006-01-29 03:59:52 +00:00
Tilman Keskinoz
d56cd11d20 Update to 0.6
PR:		92120
Submitted by:	Cristiano Deana <cris@gufi.org>
2006-01-22 15:45:25 +00:00
Edwin Groothuis
0f76ae3ac3 New port: security/expiretable Utility used to remove entries from the pf(4) table based on their age
Expiretable is a utility used to remove entries from the pf(4) table
	based on their age.

	The age in question being the amount of time that has passed since
	the statistics for each entry in the target table was last cleared.

	WWW: http://expiretable.fnord.se/

PR:		ports/91481
Submitted by:	cris <cris@gufi.org>
2006-01-08 12:33:41 +00:00