<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/mk/sys.mk, branch github/gh-pages</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fgh-pages</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fgh-pages'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2014-12-03T16:13:41Z</updated>
<entry>
<title>initial commit</title>
<updated>2014-12-03T16:13:41Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-12-03T16:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1267025fb76af18e31b2c7de16606abbb9b87ea3'/>
<id>urn:sha1:1267025fb76af18e31b2c7de16606abbb9b87ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add SBINDIR variable to sys.mk</title>
<updated>2013-02-24T02:30:39Z</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2013-02-17T06:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9eb06745126de85d032d2f5d65ea713065f03c3d'/>
<id>urn:sha1:9eb06745126de85d032d2f5d65ea713065f03c3d</id>
<content type='text'>
BINDIR was pointing to PREFIX/sbin which was confusing and inconsistent
with src/rc/Makefile.  Add SBINDIR and redefine BINDIR appropriately.

Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix UPREFIX for Gentoo Prefix installations</title>
<updated>2012-08-31T21:50:49Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2012-08-31T20:54:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=8e4169e29e419bfd986455bb809463a3fa433afb'/>
<id>urn:sha1:8e4169e29e419bfd986455bb809463a3fa433afb</id>
<content type='text'>
Make sure UPREFIX in our make files gets set correctly when
MKPREFIX=yes. In this situation, UPREFIX should be ${PREFIX}/usr.

Reported-by: &lt;heroxdb@gentoo.org&gt;
X-Gentoo-Bug: 415899
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=415899
</content>
</entry>
<entry>
<title>sysctl.d: Include a README file for /etc/sysctl.d/</title>
<updated>2012-02-09T09:49:04Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2012-02-09T09:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5021c119c76176171dba865cd5f8357dbc804826'/>
<id>urn:sha1:5021c119c76176171dba865cd5f8357dbc804826</id>
<content type='text'>
Our sysctl script has read from /etc/sysctl.d/ but the directory was not
created by default, and we didn't document it.

X-Gentoo-Bug: 398189
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=398189
Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&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>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>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>change local to run programs</title>
<updated>2011-01-20T18:50:29Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-01-06T18:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=10ce67886d214850feaf60d6945fe2568da6ef84'/>
<id>urn:sha1:10ce67886d214850feaf60d6945fe2568da6ef84</id>
<content type='text'>
This changes the local service so that it will run programs located in
@sysconfdir@/local.d instead of the local_start and local_stop functions
from @sysconfdir@/conf.d/local.

The advantage for the user is that these programs are not part
of the openrc package, so the user does not have to worry about them
being overwritten when openrc is upgraded.

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