<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/etc/rc.conf.NetBSD, 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>2012-07-26T15:54:48Z</updated>
<entry>
<title>Bring Back prefix support</title>
<updated>2012-07-26T15:54:48Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2012-07-03T03:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=e641b4384977011b93c3c2a90222d459bc4c5ca6'/>
<id>urn:sha1:e641b4384977011b93c3c2a90222d459bc4c5ca6</id>
<content type='text'>
We now have a team member who is interested in OpenRC on prefix, so I am
bringing it back to the main tree.
</content>
</entry>
<entry>
<title>Remove prefix support</title>
<updated>2012-02-21T13:27:16Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-01-25T17:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3247184d860aea7ccc2c58d399f62c088978e973'/>
<id>urn:sha1:3247184d860aea7ccc2c58d399f62c088978e973</id>
<content type='text'>
I spoke with the prefix team sometime back and was told that they do not
have an interest in using OpenRC on prefix systems.
</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>make rc_sys system specific</title>
<updated>2011-04-18T19:42:02Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-04-18T19:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=372bae32132ef4866cdff878f5457ec4361c9ddd'/>
<id>urn:sha1:372bae32132ef4866cdff878f5457ec4361c9ddd</id>
<content type='text'>
This rearranges the configuration files so it is more clear that the
rc_sys setting is system specific.

X-Gentoo-Bug: 363957
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=363957
</content>
</entry>
<entry>
<title>update documentation for rc_sys</title>
<updated>2011-03-22T04:04:08Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-03-11T22:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c9912942f0f4c2c150d81ed212a700b3508f0ab0'/>
<id>urn:sha1:c9912942f0f4c2c150d81ed212a700b3508f0ab0</id>
<content type='text'>
Originally the plan was to deprecate this code, but this will not be
happening. There are some subsystems which can still be autodetected, so
we are keeping this code and allowing users to override the automatic
detection with this variable as well as set it to other subtypes we
cannot autodetect.

X-Gentoo-Bug: 357247
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247
</content>
</entry>
<entry>
<title>remove references to the migration guide</title>
<updated>2011-03-05T06:11:24Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-03-05T06:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61'/>
<id>urn:sha1:0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61</id>
<content type='text'>
The openrc code base is not gentoo specific, so I feel that we should
not refer to the migration guide in the comments inside the configuration
files.
</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>Bug #351783: more documentation for rc_sys. But really see the OpenRC migration guide where this is covered.</title>
<updated>2011-01-16T22:48:10Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-16T22:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b113ad49e9bf99e78bac9b6529c22355c62cea94'/>
<id>urn:sha1:b113ad49e9bf99e78bac9b6529c22355c62cea94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug 351523: fix deprecation date for rc_sys</title>
<updated>2011-01-13T16:37:45Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-01-13T16:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=882a4b7d69d4a7baecba4b8620f36df2ef5445ba'/>
<id>urn:sha1:882a4b7d69d4a7baecba4b8620f36df2ef5445ba</id>
<content type='text'>
The deprecation notice for automatic detection of the system type stated
that the automatic detection will be removed no later than 2010/03/01,
but it should state 2011/03/01.
</content>
</entry>
<entry>
<title>Implement explicit selection of subsystem types.</title>
<updated>2011-01-06T06:09:34Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-06T06:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=09f990a7c835d75f67cfe696a35e8c46e67c612f'/>
<id>urn:sha1:09f990a7c835d75f67cfe696a35e8c46e67c612f</id>
<content type='text'>
- Fixes bugs #347583, #349389, both of which were triggered by cgroups
  being detected as the LXC subsystem type.
- Makes it much easier to select "prefix" type.
- "rc -S" will now print a warning if you have not configured rc_sys in
  /etc/rc.conf
- All other semantics of rc_sys are unchanged in this patch.

Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
</feed>
