1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

14 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
Martin Wilke
c1c73112df - Unbreak
- Fix pkg-plist
- Bump PORTREVISION

PR              109999
Submitted by:   Udo Schweigert (maintainer)
2007-03-06 18:22:21 +00:00
Pav Lucistnik
03f41b009d - Update to 2.2.8
PR:		ports/97884
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2006-05-26 19:24:11 +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
Sergey Matveychuk
c2d7ce68a6 - Upgrade to 2.2.0 2004-11-06 11:46:44 +00:00
Volker Stolz
d157fa040e - Add WITHOUT_NESSUS_GTK knob.
- Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that.
- Add CONFLICTS.

PR:		ports/69877
Submitted by:	Udo Schweigert (maintainer)
2004-08-13 13:36:02 +00:00
Pav Lucistnik
5a5e873d18 - Add sample rc script
PR:		ports/66052
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2004-05-02 18:09:24 +00:00
Oliver Braun
506f0e73b4 Upgrade to 2.0.7.
PR:		ports/54050
Submitted by:	maintainer
2003-07-04 20:59:42 +00:00
Jimmy Olgeni
432c35b9d1 Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.
Give maintainership to udo.schweigert@siemens.com, who already maintains
the -devel ports.
2002-06-19 11:13:16 +00:00
Jimmy Olgeni
5f4f437c94 Fix compilation: do not redefine the strcasestr function.
PR:		33999
Submitted by:	Miguel Mendez <flynn@eneryhq.homeip.net>
2002-01-19 21:43:26 +00:00
Vanilla I. Shu
7db99ecdb8 Upgrade to 1.0.7.
PR:		ports/24501, ports/24502, ports/24503, ports24504
Submitted by:	maintainer
2001-01-24 03:26:02 +00:00
Chris D. Faulhaber
ab67010544 Update port to 0.99.4
PR:		16478
Submitted by:	Maintainer
2000-02-01 00:07:54 +00:00
Steve Price
c6e1440585 Update to version 0.99.2
PR:		15714 (1 of 4)
Submitted by:	maintainer
1999-12-27 21:49:06 +00:00
Foxfair Hu
788058aac1 PR: ports/14773
Submitted by:		maintainer
Update to 0.99.1, and disable nessus for compiling in -current.
Original patch submitted by the maintainer, and some fixes from me.
1999-12-01 05:27:13 +00:00