<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/support, branch github/refactor</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2015-12-21T18:16:06Z</updated>
<entry>
<title>Convert OpenRC to a centralized copyright/license structure</title>
<updated>2015-12-21T18:16:06Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-04T22:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=000503fad72e4eb2ef956a24df358be84b2a9493'/>
<id>urn:sha1:000503fad72e4eb2ef956a24df358be84b2a9493</id>
<content type='text'>
In the past, OpenRC was a hybrid of a centralized and file-scope
license/copyright structure.

I followed the instructions from the Software Freedom Law Center [1] to
convert to a Centralized structure where possible, for easier future
maintenance.

[1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
</content>
</entry>
<entry>
<title>Rename the rc binary to openrc</title>
<updated>2013-12-13T00:31:29Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-11T23:39:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7'/>
<id>urn:sha1:7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7</id>
<content type='text'>
Debian requested this rename due to the "rc" binary conflicting with the
"rc" binary from the plan 9 shell.

We also add a deprecation warning to the binary when it is run as rc to
encourage users to switch to openrc instead.

X-Gentoo-Bug: 493958
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=493958
</content>
</entry>
<entry>
<title>remove type command</title>
<updated>2013-12-02T08:08:40Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-02T01:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=60d288a877a3671ea5b3483ed7c4612ec897b99a'/>
<id>urn:sha1:60d288a877a3671ea5b3483ed7c4612ec897b99a</id>
<content type='text'>
The posix equivalent of the type command is "command -v", so now we use
that. Thanks to Jonathan Callen &lt;jcallen@gentoo.org&gt; for informing me
wrt the fix.
</content>
</entry>
<entry>
<title>checkbashisms: clean up export statements.</title>
<updated>2012-11-07T00:22:33Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2012-11-07T00:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1b0130961ebc308bba4c9ced3988558bfac103d9'/>
<id>urn:sha1:1b0130961ebc308bba4c9ced3988558bfac103d9</id>
<content type='text'>
Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Remove non-standard reboot option from inittab</title>
<updated>2012-10-05T19:24:50Z</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2012-09-29T14:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=18bdbb68709280407ddb0c9443e033f178f1e5a3'/>
<id>urn:sha1:18bdbb68709280407ddb0c9443e033f178f1e5a3</id>
<content type='text'>
Gentoo adds a "-k" option to the reboot command in inittab. This is a
Gentoo-specific option, so it is being removed.

Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2012-01-22T00:17:42Z</updated>
<author>
<name>Christian Ruppert</name>
<email>idl0r@gentoo.org</email>
</author>
<published>2012-01-22T00:17:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=2990e5a2e3ec06180ebe63448239e1cdad7878dd'/>
<id>urn:sha1:2990e5a2e3ec06180ebe63448239e1cdad7878dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make shell math operations style more succulent</title>
<updated>2011-11-19T07:25:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-11T02:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140'/>
<id>urn:sha1:ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140</id>
<content type='text'>
Convert the style:
	var=$((${var} + 1))
to:
	: $(( var += 1 ))

The latter is easier to read imo.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>drop useless "All rights reserved" notice</title>
<updated>2011-06-29T23:46:31Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-29T23:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d0bc4f20adfe4392639ddda6721850fdc74ea123'/>
<id>urn:sha1:d0bc4f20adfe4392639ddda6721850fdc74ea123</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Supply a working default inittab</title>
<updated>2009-05-07T09:44:50Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-07T09:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=cc5e43922e0686c6c2bea661e1f2d20cfec887fd'/>
<id>urn:sha1:cc5e43922e0686c6c2bea661e1f2d20cfec887fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (c) to Copyright</title>
<updated>2009-05-01T14:11:40Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-01T14:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=658a22063820b6f3ebbae13e54bd98df529a6eef'/>
<id>urn:sha1:658a22063820b6f3ebbae13e54bd98df529a6eef</id>
<content type='text'>
</content>
</entry>
</feed>
