<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/src/librc, 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>rc.map: remove references to rc_sys_v{1,2}</title>
<updated>2015-12-08T18:50:47Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-08T18:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f9bdb072e8d88079a20834fe921d43e326a9a18a'/>
<id>urn:sha1:f9bdb072e8d88079a20834fe921d43e326a9a18a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert rc_sys() calls to detect_container() and detect_vm()</title>
<updated>2015-12-08T18:09:33Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-07T23:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9f6e05671d6d48faa7b83aec05a637bcdfcb3f82'/>
<id>urn:sha1:9f6e05671d6d48faa7b83aec05a637bcdfcb3f82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add detection for rkt containers</title>
<updated>2015-12-02T16:20:39Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-02T15:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=a0cf8f91246ff4487b36d6432dab787e5b10957d'/>
<id>urn:sha1:a0cf8f91246ff4487b36d6432dab787e5b10957d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add detection for docker containers</title>
<updated>2015-12-02T16:20:15Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-02T00:20:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9fedb3b40b5983372b2c2de29dfe321c6dfaadf4'/>
<id>urn:sha1:9fedb3b40b5983372b2c2de29dfe321c6dfaadf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sys</title>
<updated>2015-12-01T23:39:04Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-01T23:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=635e33cdc8f18bb290756633ce0714c496383cfb'/>
<id>urn:sha1:635e33cdc8f18bb290756633ce0714c496383cfb</id>
<content type='text'>
These functions were never meant to be used outside of OpenRC, and they
were added when we thought we were going to do away with the automatic
detection of subsystems. Since the autodetection is not going away, we
can combine these functions into rc_sys.
</content>
</entry>
<entry>
<title>Implement "want" dependency</title>
<updated>2015-11-12T18:32:45Z</updated>
<author>
<name>Ian Stakenvicius</name>
<email>axs@gentoo.org</email>
</author>
<published>2015-10-26T19:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=33d3f33b3ca7dd2ce616b8182d588d0743c2f124'/>
<id>urn:sha1:33d3f33b3ca7dd2ce616b8182d588d0743c2f124</id>
<content type='text'>
The want dependency is similar to the use dependency. If a service
script, for example called service1, adds "want service2" to its depend
function, OpenRC will attempt to start service2, if it exists on the
system,  when service1 is started.

However, service1 will start regardless of the status of
service2.

X-Gentoo-Bug: 406021
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=406021
</content>
</entry>
<entry>
<title>Standardize macro tests for gnu hurd</title>
<updated>2015-11-11T19:37:41Z</updated>
<author>
<name>Benda Xu</name>
<email>heroxbd@gentoo.org</email>
</author>
<published>2015-11-11T19:37:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=085d77f17e3bedd23ffa96fe7e4eb8515ae8bfc6'/>
<id>urn:sha1:085d77f17e3bedd23ffa96fe7e4eb8515ae8bfc6</id>
<content type='text'>
This also fixes breakage of GNU/hurd builds introduced by commit 3f82edbeb92.
</content>
</entry>
<entry>
<title>librc: rework overriding rc.conf options from the kcl</title>
<updated>2015-11-05T17:20:57Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-11-05T17:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c831f1f994e187afd8edfff15e4063b99440bbcb'/>
<id>urn:sha1:c831f1f994e187afd8edfff15e4063b99440bbcb</id>
<content type='text'>
Rename the rc_conf_override function to describe its purpose better,
drop one conditional compile by making it available everywhere, and move
the call to it after the optional rc.conf.d directory is processed.
</content>
</entry>
<entry>
<title>librc: Remove redundant code from rc_config_load</title>
<updated>2015-11-05T17:20:57Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-11-05T15:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=591aea28215a8b5ad8660184dc6f6f15ff0c18b4'/>
<id>urn:sha1:591aea28215a8b5ad8660184dc6f6f15ff0c18b4</id>
<content type='text'>
</content>
</entry>
</feed>
