<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/tools, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/'/>
<updated>2023-10-10T12:55:33+00:00</updated>
<entry>
<title>Force symlinking of openrc-init to init</title>
<updated>2023-10-10T12:55:33+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>adam.duskett@amarulasolutions.com</email>
</author>
<published>2023-10-10T08:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=b85d771e1f90e56008be5a0f2d9f986648c689f4'/>
<id>urn:sha1:b85d771e1f90e56008be5a0f2d9f986648c689f4</id>
<content type='text'>
When building on embedded SDKs such as Buildroot or Yocto, if OpenRC has a
previous installation, the package will fail the installation step as the
openrc-init is already a symlink to "${DESTDIR}/${sbindir}"/init. Force
symlinking to prevent errors when reinstalling the package.
</content>
</entry>
<entry>
<title>remove /lib/rc/tmp creation from meson script</title>
<updated>2023-09-01T16:54:30+00:00</updated>
<author>
<name>Timothy Kenno Handojo</name>
<email>timkenhan@gmail.com</email>
</author>
<published>2023-09-01T13:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=b2c4eb97b5818eec279d0b2f80886e7b2e37f283'/>
<id>urn:sha1:b2c4eb97b5818eec279d0b2f80886e7b2e37f283</id>
<content type='text'>
It is apparently for a piece of code that no longer exist.
There don't seem to be any part of the code referring to this directory (anymore, if there was).
</content>
</entry>
<entry>
<title>restore the init symlink for sysvinit mode</title>
<updated>2022-06-10T15:28:57+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2022-06-10T15:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=107b23819d6d6fa9ed05502599b2679606f2712f'/>
<id>urn:sha1:107b23819d6d6fa9ed05502599b2679606f2712f</id>
<content type='text'>
This symlink got lost in the transition to meson.

X-Gentoo-Bug: 850754
X-Gentoo-Bug-URL: https://bugs.gentoo.org/850754
</content>
</entry>
<entry>
<title>migrate fully to meson build system</title>
<updated>2022-04-06T15:51:55+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2022-04-06T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=391d12db48754861b5cecac92ee3321597ee02c1'/>
<id>urn:sha1:391d12db48754861b5cecac92ee3321597ee02c1</id>
<content type='text'>
- drop old build system
- move shared include and source files to common directory
- drop "rc-" prefix from shared include and source files
- move executable-specific code to individual directories under src
- adjust top-level .gitignore file for new build system

This closes #489.
</content>
</entry>
<entry>
<title>add seedrng service for Linux</title>
<updated>2022-03-31T03:07:35+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2022-03-30T16:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=0fb11190fa5911f6f9c20c38e74a664826157a34'/>
<id>urn:sha1:0fb11190fa5911f6f9c20c38e74a664826157a34</id>
<content type='text'>
This moves urandom to *bsd only and adds seedrng as a separate service
for Linux.

This fixes #510
</content>
</entry>
<entry>
<title>fix permission of installed version file</title>
<updated>2021-10-16T04:17:26+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-10-16T04:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=39086875591b6d638a27a96d7d156c8103734c04'/>
<id>urn:sha1:39086875591b6d638a27a96d7d156c8103734c04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing whitespace in tools/meson_runlevels.sh</title>
<updated>2021-09-09T08:14:59+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2021-09-08T02:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=b5cf79f7472e187c82f0acbee5311b868d1605b0'/>
<id>urn:sha1:b5cf79f7472e187c82f0acbee5311b868d1605b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix symlinks</title>
<updated>2021-09-08T16:59:38+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-09-08T16:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=46a0bfedd14001bd6df2e3ca7b96261ddabdfb71'/>
<id>urn:sha1:46a0bfedd14001bd6df2e3ca7b96261ddabdfb71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/meson_final.sh: typo fix</title>
<updated>2021-09-06T23:37:11+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-09-06T23:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=ca0270967c880ef87dbaea04c267c5c463377b2e'/>
<id>urn:sha1:ca0270967c880ef87dbaea04c267c5c463377b2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add meson build files</title>
<updated>2021-09-04T21:01:29+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-08-22T18:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=d6622a1156929294b909d08273fd227c7d817bb9'/>
<id>urn:sha1:d6622a1156929294b909d08273fd227c7d817bb9</id>
<content type='text'>
Closes #116.
Closes #171.
Closes #172.
Closes #175.
</content>
</entry>
</feed>
