<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/sh/Makefile, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/openrc.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/openrc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/'/>
<updated>2022-04-06T15:51:55+00:00</updated>
<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.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>combine test directories</title>
<updated>2019-02-23T00:08:19+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2019-02-22T21:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=52d4e566743f57b9de81c77fdb605c171c02eacb'/>
<id>urn:sha1:52d4e566743f57b9de81c77fdb605c171c02eacb</id>
<content type='text'>
This fixes #295.
</content>
</entry>
<entry>
<title>remove /run migration script again</title>
<updated>2018-12-24T03:04:00+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-12-24T00:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=d328de198d0ad980188b105decc09405652aa3d6'/>
<id>urn:sha1:d328de198d0ad980188b105decc09405652aa3d6</id>
<content type='text'>
This time it was done correctly.
I missed a '\' the last time.
</content>
</entry>
<entry>
<title>Revert "remove /run migration script"</title>
<updated>2018-12-24T00:13:06+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-12-24T00:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=894995176e827eef16bf90b6479b7c285677ceef'/>
<id>urn:sha1:894995176e827eef16bf90b6479b7c285677ceef</id>
<content type='text'>
For some reason removing this broke the build.

This reverts commit 5246ea7b6f8c6a247403f725f8301457f6ddfffd.
</content>
</entry>
<entry>
<title>remove /run migration script</title>
<updated>2018-12-23T23:49:34+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-12-23T23:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=5246ea7b6f8c6a247403f725f8301457f6ddfffd'/>
<id>urn:sha1:5246ea7b6f8c6a247403f725f8301457f6ddfffd</id>
<content type='text'>
We have used /run for some time now and we have had this migration
script for 6 years. Linux users should have upgraded by now to a version
of OpenRC which stores its information in /run.
</content>
</entry>
<entry>
<title>rc-cgroup.sh: remove shebang line</title>
<updated>2018-12-07T21:31:13+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-12-07T21:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=d95425b08a1675efb66def056d0f92e6b2d78a77'/>
<id>urn:sha1:d95425b08a1675efb66def056d0f92e6b2d78a77</id>
<content type='text'>
This is not a stand-alone script, so it does not need the shebang line.
This also means it is not necessary to run this through sed.
</content>
</entry>
<entry>
<title>rc-functions.sh: Remove addon support</title>
<updated>2018-07-10T00:44:40+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-07-09T23:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=2eea73bfd5ce2f9993d52293fe7d25c0c804d592'/>
<id>urn:sha1:2eea73bfd5ce2f9993d52293fe7d25c0c804d592</id>
<content type='text'>
This is an old relic from Gentoo baselayout-1.x which should not be used
any longer.
</content>
</entry>
<entry>
<title>split tmpfiles processing into opentmpfiles</title>
<updated>2016-12-01T18:04:54+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-11-15T00:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=e0ac661419042cb39c1ccf93df2981504d1e6339'/>
<id>urn:sha1:e0ac661419042cb39c1ccf93df2981504d1e6339</id>
<content type='text'>
The openntmpfiles package is designed so that it can be used on systems
independently of whether openrc is used.
</content>
</entry>
<entry>
<title>Add support for runit</title>
<updated>2016-07-27T21:26:26+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-07-27T21:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=f62253b8334a85dac4671e42817b96a3bedd1881'/>
<id>urn:sha1:f62253b8334a85dac4671e42817b96a3bedd1881</id>
<content type='text'>
X-Gentoo-Bug: 501364
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501364
</content>
</entry>
<entry>
<title>add daemon supervisor</title>
<updated>2016-04-27T16:13:50+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-02-01T18:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc.git/commit/?id=62410eaf4ba92516a58a550717d7f3faf63bb79f'/>
<id>urn:sha1:62410eaf4ba92516a58a550717d7f3faf63bb79f</id>
<content type='text'>
The supervise-daemon process is meant to be a lightweight supervisor
which can monitor and restart a daemon if it crashes.
</content>
</entry>
</feed>
