<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/sh/functions.sh.in, 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>functions.sh: yesno: (mostly) fix eval logic</title>
<updated>2013-11-30T21:33:31Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2013-11-30T21:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=af30c4b86e20512cbd2cfa861ff8346ed6bd1c3e'/>
<id>urn:sha1:af30c4b86e20512cbd2cfa861ff8346ed6bd1c3e</id>
<content type='text'>
We need to quote the expansion.

X-Gentoo-Bug: 475032
X-Gentoo-Bug: https://bugs.gentoo.org/475032
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>include BINDIR and SBINDIR in the sanitized PATH</title>
<updated>2013-02-24T02:30:40Z</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2013-02-12T22:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=a82a2b5f7c4d42e4d12f066aa35708501dc8794c'/>
<id>urn:sha1:a82a2b5f7c4d42e4d12f066aa35708501dc8794c</id>
<content type='text'>
Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</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>functions.sh: do not hard code path in e* wrapper functions</title>
<updated>2012-10-17T22:55:02Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2012-10-17T22:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f88637274991e4d427da6dae3ef0e181f0e1d9a1'/>
<id>urn:sha1:f88637274991e4d427da6dae3ef0e181f0e1d9a1</id>
<content type='text'>
We should use the "command" shell builtin to execute a binary from
within the wrapper with the same name. Hard coding the path to the
binary makes our test suite fail.
</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>slight formatting change</title>
<updated>2011-07-03T04:33:23Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-07-03T04:33:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9076baa573a6e7a0ad7fb0de1919b051c8b3b012'/>
<id>urn:sha1:9076baa573a6e7a0ad7fb0de1919b051c8b3b012</id>
<content type='text'>
Add a new line after "rc_runlevel()" for consistency.
</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>fix underquoting of wrapped color stubs of exit status</title>
<updated>2011-06-04T00:41:43Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-04T00:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=7ca74d7636b2fcd0c307ec2b972230f25457c786'/>
<id>urn:sha1:7ca74d7636b2fcd0c307ec2b972230f25457c786</id>
<content type='text'>
X-Gentoo-Bug: 369911
X-Gentoo-Bug-URL: http://bugs.gentoo.org/369911
Reported-by: Steve Dibb &lt;beandog@gentoo.org&gt;
Reported-by: Christian Ruppert &lt;idl0r@gentoo.org&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Move non compiled libraries from /lib/rc to /libexec/rc</title>
<updated>2009-05-23T19:38:12Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-23T19:38:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c0fd1b49e49cec28c1f5a3a76f9db11c62e550dc'/>
<id>urn:sha1:c0fd1b49e49cec28c1f5a3a76f9db11c62e550dc</id>
<content type='text'>
OpenRC version is now stored as plaintext in /libexec/rc/version

Plugins (cursplash, splashutils) will have to be re-compiled to pickup
the new directories. State data needs to be moved from /lib/rc/init.d
to /libexec/rc/init.d as well.
</content>
</entry>
</feed>
