<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/init.d/sysctl.Linux.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>Disable service scripts for systemd-nspawn</title>
<updated>2015-05-01T14:14:09Z</updated>
<author>
<name>Mike Gilbert</name>
<email>floppym@gentoo.org</email>
</author>
<published>2015-04-29T01:03:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=7bd456ed7bf35da2d7a53650baa33637e178064e'/>
<id>urn:sha1:7bd456ed7bf35da2d7a53650baa33637e178064e</id>
<content type='text'>
This adds the -systemd-nspawn keyword to service scripts which are not
intended to run in systemd-nspawn containers.

This fixes #52.

    X-Gentoo-Bug: 548058
    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548058
</content>
</entry>
<entry>
<title>Make sysctl on Linux respect rc_verbose setting</title>
<updated>2015-04-07T22:57:56Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-04-03T16:10:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3e9bb3b021620654f99a0ead71ed73d34b5c6826'/>
<id>urn:sha1:3e9bb3b021620654f99a0ead71ed73d34b5c6826</id>
<content type='text'>
We do not need to spam the console with variable settings by default.
This fixes #51.

X-Gentoo-Bug: 541922
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=541922
</content>
</entry>
<entry>
<title>sysctl.linux.in: use the --system option</title>
<updated>2014-08-09T17:35:04Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-08-07T03:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d29db70efb2adfbd200ba4a03fa78653e97893a6'/>
<id>urn:sha1:d29db70efb2adfbd200ba4a03fa78653e97893a6</id>
<content type='text'>
According to the sysctl man page, the --system option causes sysctl to
process all system configuration files, which include the following:

/run/sysctl.d/*.conf
/etc/sysctl.d/*.conf
/usr/local/lib/sysctl.d/*.conf
/usr/lib/sysctl.d/*.conf
/lib/sysctl.d/*.conf
/etc/sysctl.conf

X-Gentoo-Bug: 484796
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=484796
</content>
</entry>
<entry>
<title>sysctl.Linux.in: remove -lxc from keywords</title>
<updated>2014-07-04T13:33:55Z</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2014-07-02T08:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=143f1c64c13e4930e3880a393b7253d6fbc0ed58'/>
<id>urn:sha1:143f1c64c13e4930e3880a393b7253d6fbc0ed58</id>
<content type='text'>
certain tunables can be set independently for each container

X-Gentoo-Bug: 516050
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516050
</content>
</entry>
<entry>
<title>Rename runscript to openrc-run</title>
<updated>2013-12-30T04:57:31Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-21T20:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3470eda3f5cea437a6de132b1ead3f27effd3902'/>
<id>urn:sha1:3470eda3f5cea437a6de132b1ead3f27effd3902</id>
<content type='text'>
This was requested by Debian, because the minicom software, which is
available on Debian and other distros, has a binary named runscript. We
are keeping a backward compatibility symlink for now, but this allows
Debian or any other distro to safely remove the symlink.

X-Gentoo-Bug: 494220
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=494220
</content>
</entry>
<entry>
<title>Fix shebangs in services to point to the correct location of runscript</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:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=8a44067838e268db88ea2158258f8006cb1344b7'/>
<id>urn:sha1:8a44067838e268db88ea2158258f8006cb1344b7</id>
<content type='text'>
SBINDIR and BINDIR can be set independently of PREFIX.  This fixes
broken shebangs in service files when SBINDIR is set to something other
than PREFIX/sbin

Signed-off-by: Andrew Gregory &lt;andrew.gregory.8@gmail.com&gt;
</content>
</entry>
<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>Add -lxc keyword to sysctl script for linux systems</title>
<updated>2012-03-26T19:51:03Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-03-26T19:51:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f9162438bca8c8449f1f663a60c47229f0c08316'/>
<id>urn:sha1:f9162438bca8c8449f1f663a60c47229f0c08316</id>
<content type='text'>
Kernel parameters should not be set from inside a lxc guest.

Reported-by: Piotr Karbowski &lt;piotr.karbowski@gmail.com&gt;
</content>
</entry>
<entry>
<title>sysctl: use @SYSCONFDIR@ in the scripts instead of hard coding /etc</title>
<updated>2012-03-24T20:00:24Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-03-24T20:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=6ac182c9cab4bde83767ea82ba2013cf126d55de'/>
<id>urn:sha1:6ac182c9cab4bde83767ea82ba2013cf126d55de</id>
<content type='text'>
</content>
</entry>
</feed>
