Commit graph

15 commits

Author SHA1 Message Date
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +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
Roman Bogorodskiy
3ab7960b0b Even more rc script improvements.
Suggested by:	dougb
2009-08-31 17:03:40 +00:00
Roman Bogorodskiy
f022f03a1c Improve USE_RC_SUBR usage.
PR:		136849
Submitted by:	pgollucci
2009-08-21 18:55:12 +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
Roman Bogorodskiy
8769da8e04 Update to 2.2.6. 2006-04-03 18:03:12 +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
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Roman Bogorodskiy
3f53954859 Use @freebsd.org address for my ports.
Approved by:	krion (mentor)
2005-03-08 07:38:35 +00:00
Volker Stolz
0ede75f1dd Fix path to scanlogd in rc-script (bump PORTREV)
PR:		ports/75034
Submitted by:	Hilko Meyer
Approved by:	maintainer
2004-12-15 08:04:56 +00:00
Kirill Ponomarev
124929833e Use RC_SUBR.
Cleanups for net/libnids dependency.

PR:		ports/75009
Submitted by:	maintainer
2004-12-13 10:07:13 +00:00
Tilman Keskinoz
eb479b9cc0 Fix CC, CFLAGS
PR:		70824
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-08-22 17:54:19 +00:00
Volker Stolz
2fdda80c13 Update to 2.2.5
PR:		ports/68842
Submitted by:	Roman Bogorodskiy (maintainer)
2004-07-09 07:22:07 +00:00
Pav Lucistnik
33a5e2be05 - Update to 2.2.4
PR:		ports/67611
Submitted by:	maintainer
2004-06-05 17:49:55 +00:00
Pav Lucistnik
131a5036b4 Add scanlogd, a TCP port scan detection tool, originally designed to illustrate
various attacks an IDS developer has to deal with. Unlike some of the other
port scan detection tools out there, scanlogd is designed to be totally safe
to use.

PR:		ports/66449
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-05-14 18:08:13 +00:00