<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/mk/scripts.mk, 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>make BINDIR and SBINDIR available to input files</title>
<updated>2013-02-24T02:30:39Z</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2013-02-12T22:09:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=8c90042dee7cd0d7960c86b9fcfac5f1afec5784'/>
<id>urn:sha1:8c90042dee7cd0d7960c86b9fcfac5f1afec5784</id>
<content type='text'>
BINDIR and SBINDIR can be set independently of PREFIX and may not be set
to PREFIX/bin as scripts currently assume.

Note from William Hubbs:

This adds @BINDIR@ and @SBINDIR@ macros to the sed commands run to
convert *.in files to the executable form.
Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop rc_sys definition from build system</title>
<updated>2012-02-21T02:13:11Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-01-25T19:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=32c506a4c813b77f9cad4051409bac15f9696e14'/>
<id>urn:sha1:32c506a4c813b77f9cad4051409bac15f9696e14</id>
<content type='text'>
</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>Use pattern rules instead of suffix rules</title>
<updated>2011-10-29T14:43:24Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-10-28T16:14:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5066d40ac83fc9036843d670dbf816955b9f40a3'/>
<id>urn:sha1:5066d40ac83fc9036843d670dbf816955b9f40a3</id>
<content type='text'>
Rework the makefiles to use pattern rules instead of suffix rules.
This is the preferred way to write implicit rules according to the gnu
make manual.
</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>allow default rc_sys value to be set at build time</title>
<updated>2011-03-05T06:04:06Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-03-05T01:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3fca6bd0278bc2a21fdd72c3bf20220e81b2eab5'/>
<id>urn:sha1:3fca6bd0278bc2a21fdd72c3bf20220e81b2eab5</id>
<content type='text'>
This allows the default value of rc_sys to be set when openrc is
compiled. This will allow openrc to be installed, e.g. on vserver guests
and will allow them to be rebooted without the need to edit rc.conf.

This patch is a combined effort between myself and Robin Johnson.

X-Gentoo-Bug: 357247
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247
</content>
</entry>
<entry>
<title>use immediate evaluation for shell calls</title>
<updated>2011-01-31T20:05:57Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-01-29T23:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=cca7e9f7e1143f3405bc90ff8e2176d82ab491ef'/>
<id>urn:sha1:cca7e9f7e1143f3405bc90ff8e2176d82ab491ef</id>
<content type='text'>
This reworks the shell calls in the makefiles to use immediate
evaluation and should improve parallel building.

X-Gentoo-Bug: 289264
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264
</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>
<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>
