<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/man/Makefile, 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>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/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>man: remove service(8) man page</title>
<updated>2017-10-12T23:47:36+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-10-12T23:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=2b6eeea01d1c64d58929788f4bfa0758393885bf'/>
<id>urn:sha1:2b6eeea01d1c64d58929788f4bfa0758393885bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add init process</title>
<updated>2017-04-06T22:13:59+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-04-06T22:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=13ca79856e5836117e469c3edbcfd4bf47b6bab0'/>
<id>urn:sha1:13ca79856e5836117e469c3edbcfd4bf47b6bab0</id>
<content type='text'>
openrc-init.c and openrc-shutdown.c are based on code which was written by
James Hammons &lt;jlhamm@acm.org&gt;, so I would like to publically
thank him for his work.
</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/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>
<entry>
<title>Add rc-sstat script</title>
<updated>2015-06-10T23:45:29+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-06-09T21:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=d2ce07e227ec95370e8aee5f1199edc6ad61aff9'/>
<id>urn:sha1:d2ce07e227ec95370e8aee5f1199edc6ad61aff9</id>
<content type='text'>
The rc-sstat script is written to display status of s6 services and
run rc-status to display all services status.

This currently only works on Linux.
</content>
</entry>
<entry>
<title>Rename runscript to openrc-run</title>
<updated>2013-12-30T04:57:31+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-21T20:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/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>Rename the rc binary to openrc</title>
<updated>2013-12-13T00:31:29+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-12-11T23:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7'/>
<id>urn:sha1:7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7</id>
<content type='text'>
Debian requested this rename due to the "rc" binary conflicting with the
"rc" binary from the plan 9 shell.

We also add a deprecation warning to the binary when it is run as rc to
encourage users to switch to openrc instead.

X-Gentoo-Bug: 493958
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=493958
</content>
</entry>
<entry>
<title>Revert "Make einfo routines private"</title>
<updated>2013-10-21T18:49:41+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-10-16T17:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=48981be8a872c7a0191d2519793205276fdc423a'/>
<id>urn:sha1:48981be8a872c7a0191d2519793205276fdc423a</id>
<content type='text'>
This reverts commit de88aff0a839844526ae262f8961ec4372fed238.
I was advised that splashutils links to libeinfo, so we do have a
consumer for this library.
</content>
</entry>
<entry>
<title>Make einfo routines private</title>
<updated>2013-09-27T03:18:21+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-09-23T01:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=de88aff0a839844526ae262f8961ec4372fed238'/>
<id>urn:sha1:de88aff0a839844526ae262f8961ec4372fed238</id>
<content type='text'>
The libeinfo library has no consumers other than OpenRC, so there is no
reason for it to be maintained as a library. The einfo routines are now
an object that links with the rc binary.
</content>
</entry>
<entry>
<title>Add service applet</title>
<updated>2013-05-02T18:52:27+00:00</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-05-01T23:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=a09a60c4cf6e390fc4c2964c4a7a3674214283ee'/>
<id>urn:sha1:a09a60c4cf6e390fc4c2964c4a7a3674214283ee</id>
<content type='text'>
The service applet is equivalent to rc-service. This was added so that
we will be more compatible with Debian and Fedora.

Reported-by: cardoe@gentoo.org
X-Gentoo-Bug: 468168
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=468168
</content>
</entry>
</feed>
