1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Commit Graph

5 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
Rong-En Fan
6fa413742d - Update to 3.0.708
- Update maintainer's mail

PR:		ports/124413
Submitted by:	Emil Mikulic <emil at cs.rmit.edu.au> (maintainer)
2008-06-10 03:32:15 +00:00
Martin Wilke
e6e13e90f0 - Update to 3.0.707
PR:		116869
Submitted by:	Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
2007-10-05 21:53:35 +00:00
Martin Wilke
bd71df172d - Update to 3.0.619
PR:		112241
Submitted by:	Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
2007-04-29 21:04:43 +00:00
Cheng-Lung Sung
40a12eca65 - update to 3.0.540
- fix build on 4.X

PR:		ports/101545
Submitted by:	maintainer (Emil Mikulic)
Reviewed by:	clsung
2006-08-09 14:20:07 +00:00