Commit graph

11 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Diane Bruce
1140175a68 - correct paths in cgi script usermgmt.cgi so it will run correctly.
PR:		ports/157679
Submitted by:	takefu@airport.fm
2011-06-14 11:17:43 +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
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
Diane Bruce
aa4fe765d2 - Update to 1.06
PR:	ports/128601
2008-11-05 18:53:45 +00:00
Diane Bruce
ba5e7ab443 - Update to release 0.96 [1]
- Put addons into DATADIR for now
- Pet portlint

PR:		ports/121932 [1]
Submitted by:	Takefu <takefu@airport.fm>
2008-03-22 17:53:23 +00:00
Diane Bruce
705ed1872a - Update to 0.89
PR:		ports/120525
Submitted by:	Takefu Kenji <takefu@airport.fm>
2008-02-15 16:45:28 +00:00
Diane Bruce
7eb9d1cc93 - Update to release 0.85.
Submitted by:	Takefu <takefu@airport.fm>
PR:		ports/115067
Approved by:	ehaupt (mentor)
2007-08-08 03:44:33 +00:00
Pav Lucistnik
438e35206a - Update to 0.8.3
PR:		ports/103480
Submitted by:	Takefu Kenji <takefu@airport.fm> (maintainer)
2006-09-24 17:07:27 +00:00
Marcus Alves Grando
05561aadc8 - Update to 0.81
- portlint(1)

PR:		96996
Submitted by:	maintainer
2006-05-09 17:10:44 +00:00
Pav Lucistnik
8c3c4671f0 Add thebridge, an amateur radio EchoLink compatible conference bridge
reimplementation for UNIX

PR:		ports/68350
Submitted by:	Diane Bruce <db@db.net>
2004-06-27 13:56:54 +00:00