/devel/m17n-lib/

nk rel='alternate' type='text/html' href='http://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=83eb2c37009874672764765ec3bf3b59286c7391'/> 83eb2c37009874672764765ec3bf3b59286c7391 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.
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.
- Update to v3.0 2010-10-28T16:20:38+00:00 Henrik Brix Andersen brix@FreeBSD.org 2010-10-28T16:20:38+00:00 f7fe6d747c9bdf1a58bd63aa8337cafe7f150cee - Add LICENSE information
- Add LICENSE information
- Update to v1.2.6a 2010-04-23T16:12:25+00:00 Henrik Brix Andersen brix@FreeBSD.org 2010-04-23T16:12:25+00:00 c5f34b589cf46631323e74fc060143227ee2e352 - Use UIDs/GIDs files for automatic user/group creation
- Use UIDs/GIDs files for automatic user/group creation
Begin the process of deprecating sysutils/rc_subr by 2010-03-27T00:15:24+00:00 Doug Barton dougb@FreeBSD.org 2010-03-27T00:15:24+00:00 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f s#. %%RC_SUBR%%#. /etc/rc.subr#
s#. %%RC_SUBR%%#. /etc/rc.subr#
- Simplify RC script 2009-09-21T18:29:16+00:00 Henrik Brix Andersen brix@FreeBSD.org 2009-09-21T18:29:16+00:00 02bedc3a7624f6d5d7a13af05c015680a9530785 Submitted by: dougb@ Feature safe: yes
Submitted by:	dougb@
Feature safe:	yes
- Use -u ${user} option to bitlbee instead of su in rc.d script 2009-09-13T10:35:23+00:00 Henrik Brix Andersen brix@FreeBSD.org 2009-09-13T10:35:23+00:00 749781186cc768071e376aeb443a38b41b3b1744 PR: ports/138268 Submitted by: garga
PR:		ports/138268
Submitted by:	garga
Fix a few "bad example" problems in the rc.d scripts that have been 2009-07-15T16:56:10+00:00 Doug Barton dougb@FreeBSD.org 2009-07-15T16:56:10+00:00 0175383f0a1f8b78ed514778532f0467a8ccc6dc 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.
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.