Go to file
2007-11-28 13:44:30 +00:00
conf.d Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
conf.d.BSD Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
conf.d.Linux lowercase clock vars 2007-11-23 22:29:18 +00:00
etc Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
etc.BSD Add devd and hooks 2007-11-23 12:16:12 +00:00
etc.Linux Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
init.d FreeBSD-7 and NetBSD support tmpfs, so try and use this first. 2007-11-28 10:06:13 +00:00
init.d.BSD Use shell expansion instead of basename 2007-11-23 22:22:50 +00:00
init.d.Linux Fix default 2007-11-23 22:45:22 +00:00
init.d.misc Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon. 2007-11-28 13:40:15 +00:00
man Our build chain now works with GNU and BSD make implementations 2007-11-19 13:48:43 +00:00
net Use yesno for more robustness 2007-11-22 13:28:14 +00:00
net.BSD Use yesno for more robustness 2007-11-22 13:28:14 +00:00
net.Linux Use yesno for more robustness 2007-11-22 13:31:19 +00:00
runlevels Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
runlevels.BSD Move syslogd to the boot runlevel 2007-11-23 13:11:40 +00:00
runlevels.Linux Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
sh Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon. 2007-11-28 13:40:15 +00:00
sh.BSD FreeBSD-7 and NetBSD support tmpfs, so try and use this first. 2007-11-28 10:06:13 +00:00
sh.Linux this is still an env var 2007-11-23 22:22:18 +00:00
src Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon. 2007-11-28 13:40:15 +00:00
support/openvpn Add OpenVPN support files 2007-11-28 13:44:30 +00:00
.gitignore git clean before dist, and add some ignore files 2007-11-27 16:13:42 +00:00
default.mk Try and work out multilib 2007-11-23 22:43:45 +00:00
HACKING document qemu hacking 2007-07-10 08:43:51 +00:00
Makefile git clean before dist, and add some ignore files 2007-11-27 16:13:42 +00:00
Makefile.BSD Our build chain now works with GNU and BSD make implementations 2007-11-19 13:48:43 +00:00
Makefile.Linux Our build chain now works with GNU and BSD make implementations 2007-11-19 13:48:43 +00:00
README Add devd and hooks 2007-11-23 12:12:38 +00:00
runlevels.mk Move the runlevel foo to it's own Makefile for ease of maintainance 2007-11-20 11:59:44 +00:00

OpenRC README


Installation
------------
make install
Yup, that simple. Works with GNU make, FreeBSD make and pmake. Should work
with every other make too.

You may wish to tweak the installation with the below arguments
LIB=lib64
DESTDIR=/tmp/openrc-image

If any of the following files exist then we do not overwrite them
/etc/devd.conf
/etc/rc
/etc/rc.shutdown
/etc/conf.d/*
/etc/inittab

rc and rc.shutdown are the hooks from the BSD init into OpenRC.
devd.conf is modified from FreeBSD to call /etc/rc.devd which is a generic
hook into OpenRC.
inittab is the same, but for SysVInit as used by most Linux distrubtions.
Obviously, if you're installing this onto a system that does not use OpenRC
by default then you may wish to backup the above listed files, remove them
and then install so that the OS hooks into OpenRC.

init.d.misc is not installed by default as the scripts will need
tweaking on a per distro basis. They are also non essential to the operation
of the system.


History - by Roy Marples
------------------------
I became a Gentoo/Linux developer in 2004 and wrote the modular network
scripts for the Gentoo baselayout package. baselayout is a collection of
bash scripts to bring up your computer and it's services.
Then towards the end of 2005 I found myself as the primary maintainer
for baselayout.

At the start of 2007, baselayout-2 is announced to the world, re-writing the
core of baselayout in C and allowing POSIX sh init scripts instead of
forcing the use of bash. By Mid 2007 I have re-written everything, including
init scripts, and alpha and pre baselayout-2 snapshots where put into Gentoo.
Towards the end of 2007 I retired as a Gentoo developer for reasons I won't
go into here. baselayout-2 was still in the pre stage, and aside from the
fbsd users, it was masked everywhere. However, I also desired to keep the
baselayout-2 project alive, but outside of Gentoo and into other projects
such as FreeBSD.

As such, the Gentoo Council have allowed the creation of OpenRC under the
2 clause BSD license, managed by me as an external project.