<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/idled, branch 6-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=6-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=6-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2010-03-27T00:15:24Z</updated>
<entry>
<title>Begin the process of deprecating sysutils/rc_subr by</title>
<updated>2010-03-27T00:15:24Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-03-27T00:15:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d6b4b3f9145338f9413b8827d5fdb118ac9be1f'/>
<id>urn:sha1:1d6b4b3f9145338f9413b8827d5fdb118ac9be1f</id>
<content type='text'>
s#. %%RC_SUBR%%#. /etc/rc.subr#
</content>
</entry>
<entry>
<title>- Convert from utmp.h to utmpx.h</title>
<updated>2010-02-02T06:03:37Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2010-02-02T06:03:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d2253bb205f27fb8ad3e14d2c967046c20cbcf20'/>
<id>urn:sha1:d2253bb205f27fb8ad3e14d2c967046c20cbcf20</id>
<content type='text'>
PR:		ports/143238
Submitted by:	Rob Farmer &lt;rfarmer@predatorlabs.net&gt;
</content>
</entry>
<entry>
<title>Fix a few "bad example" problems in the rc.d scripts that have been</title>
<updated>2009-07-15T16:56:10Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2009-07-15T16:56:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0175383f0a1f8b78ed514778532f0467a8ccc6dc'/>
<id>urn:sha1:0175383f0a1f8b78ed514778532f0467a8ccc6dc</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>- USE_RC_SUBR != yes</title>
<updated>2009-07-15T05:09:46Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2009-07-15T05:09:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e76bc9a22c16728b21b455e9e9e2bc7162bf00fc'/>
<id>urn:sha1:e76bc9a22c16728b21b455e9e9e2bc7162bf00fc</id>
<content type='text'>
- PLIST_FILES
- portlint cleanups
</content>
</entry>
<entry>
<title>- provide a working MASTER_SITE</title>
<updated>2006-07-28T06:02:33Z</updated>
<author>
<name>Ion-Mihai Tetcu</name>
<email>itetcu@FreeBSD.org</email>
</author>
<published>2006-07-28T06:02:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b73a9dcea130dc81f8315d54b94ceff0e3ea882'/>
<id>urn:sha1:6b73a9dcea130dc81f8315d54b94ceff0e3ea882</id>
<content type='text'>
- remove bad WWW [1]

PR:		ports/100862 [1]
Submitted by:	Dr. Markus Waldeck [1]
</content>
</entry>
<entry>
<title>Reset andrew@ugh.net.au due to multiple timeouts.</title>
<updated>2006-06-14T08:15:13Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2006-06-14T08:15:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3bc6a737bd824db12a954406d33320b92cf5c84a'/>
<id>urn:sha1:3bc6a737bd824db12a954406d33320b92cf5c84a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.</title>
<updated>2006-02-20T20:47:50Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2006-02-20T20:47:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c49d1a3273d77f35b5564b3722856ca8b9dcc291'/>
<id>urn:sha1:c49d1a3273d77f35b5564b3722856ca8b9dcc291</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>SHA256ify</title>
<updated>2006-01-24T01:06:45Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-24T01:06:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=32487a10ad8c8833d2bdea39aae20545b6bbfdf2'/>
<id>urn:sha1:32487a10ad8c8833d2bdea39aae20545b6bbfdf2</id>
<content type='text'>
Approved by: krion@
</content>
</entry>
<entry>
<title>Add size data, approved by maintainers.</title>
<updated>2004-03-19T01:51:15Z</updated>
<author>
<name>Trevor Johnson</name>
<email>trevor@FreeBSD.org</email>
</author>
<published>2004-03-19T01:51:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=488e7fe939533ff9675088a206ea6d42fcdd9e7e'/>
<id>urn:sha1:488e7fe939533ff9675088a206ea6d42fcdd9e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] sysutils/idled 1.16</title>
<updated>2004-01-03T06:59:22Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2004-01-03T06:59:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2192ea32a193b2c706c7ec5ff62a87caccc33e65'/>
<id>urn:sha1:2192ea32a193b2c706c7ec5ff62a87caccc33e65</id>
<content type='text'>
	This patch adds rc_subr support to the idled port.

PR:		ports/57383
Submitted by:	Martin Matuska &lt;martin@tradex.sk&gt;
Approved by: 	maintainer timeout
</content>
</entry>
</feed>
