<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/sh/init.sh.Linux.in, branch origin/sysctl</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Fsysctl</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Fsysctl'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2025-11-12T18:23:00Z</updated>
<entry>
<title>sh/init.sh.Linux: make uucp group configurable</title>
<updated>2025-11-12T18:23:00Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-09-07T02:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3e25dd66593c4d318fb390f0810c9a3003b399e0'/>
<id>urn:sha1:3e25dd66593c4d318fb390f0810c9a3003b399e0</id>
<content type='text'>
Closes: https://github.com/OpenRC/openrc/pull/730
</content>
</entry>
<entry>
<title>sh/init.sh: restore cache recusivelly</title>
<updated>2025-04-05T13:51:42Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-04-05T13:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b532c3fa6f52c8ef152944b53d8020a19bfdd265'/>
<id>urn:sha1:b532c3fa6f52c8ef152944b53d8020a19bfdd265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openrc: don't use libexec for data cache</title>
<updated>2025-04-04T01:39:33Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-04-04T01:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b71db4053651662a37b42f0b1273a92a870a85aa'/>
<id>urn:sha1:b71db4053651662a37b42f0b1273a92a870a85aa</id>
<content type='text'>
instead, move caches to /var/cache/openrc. If /var is not mounted, cache
will not be used and the deptree would be regenerated

user services use ${XDG_CACHE_HOME}/rc, defaulting to ~/.cache

Closes: https://github.com/OpenRC/openrc/issues/339
</content>
</entry>
<entry>
<title>init: add missing eend to /run mount #554</title>
<updated>2023-01-15T19:58:27Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2023-01-15T19:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=ec04e087077c8e8c643fea94d0a16fbafde7badc'/>
<id>urn:sha1:ec04e087077c8e8c643fea94d0a16fbafde7badc</id>
<content type='text'>
Fixes #554.
</content>
</entry>
<entry>
<title>init.sh: rework the /run setup for linux xystems</title>
<updated>2021-03-22T20:47:21Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-03-22T20:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5f890ee8ab94f8760f4840d280feb7eced999068'/>
<id>urn:sha1:5f890ee8ab94f8760f4840d280feb7eced999068</id>
<content type='text'>
- fix mount options for /run.
- run restorecon after everything is set up.

X-Gentoo-Bug: 740576
X-Gentoo-Bug-URL: https://bugs.gentoo.org/740576
</content>
</entry>
<entry>
<title>standardize the default shell</title>
<updated>2018-12-08T18:06:26Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-12-07T19:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5427783fdf3d183ea4e63afc507c31d88f0d2c9c'/>
<id>urn:sha1:5427783fdf3d183ea4e63afc507c31d88f0d2c9c</id>
<content type='text'>
I do not know of a need to have the default shell be a build-time
configurable setting. All *nix systems I am aware of have /bin/sh as a
default posix compatible shell.
If some systems running OpenRC do not make that assumption about
/bin/sh, I will consider bringing this back, so feel free to open an
issue.
</content>
</entry>
<entry>
<title>init.sh: apply SELinux label for /run early in boot</title>
<updated>2018-02-28T18:42:58Z</updated>
<author>
<name>Jason Zaman</name>
<email>jason@perfinion.com</email>
</author>
<published>2018-02-28T18:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5bb6f9aa318a6d0507971b74d88c3fd2803bae4b'/>
<id>urn:sha1:5bb6f9aa318a6d0507971b74d88c3fd2803bae4b</id>
<content type='text'>
Some initramfs mount /run which then ends up with the wrong labels.
Force relabel all of /run right after its mounted to fix.
</content>
</entry>
<entry>
<title>sh/init.sh.Linux.in: remove unused check for Gnu/KFreeBSD</title>
<updated>2016-12-18T17:53:12Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-12-18T17:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d3f833179b39368442221c448f90b87f76d28ee8'/>
<id>urn:sha1:d3f833179b39368442221c448f90b87f76d28ee8</id>
<content type='text'>
This script only runs on Linux, so the check will always be false.
</content>
</entry>
<entry>
<title>sh/init.sh.Linux.in: skip /proc test if no md5sum</title>
<updated>2016-12-17T23:27:37Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2016-12-17T19:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=856eafb006655b7dda630a94cbd16f5db9f781be'/>
<id>urn:sha1:856eafb006655b7dda630a94cbd16f5db9f781be</id>
<content type='text'>
This will also warn users if md5sum is missing, which serves as a pretty
good indicator that /usr is not mounted.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2016-12-17T18:41:02Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2016-12-17T18:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=8ad460c54ce66aa0900cf872d9ebfacf0c03f9da'/>
<id>urn:sha1:8ad460c54ce66aa0900cf872d9ebfacf0c03f9da</id>
<content type='text'>
Fixes #99
</content>
</entry>
</feed>
