Go to file
2008-01-05 20:54:34 +00:00
conf.d Move the env whitelists to an rc var and build in the system whitelist. 2008-01-05 20:43:08 +00:00
conf.d.BSD Move net.example to /usr/share/doc/openrc 2007-12-29 17:25:00 +00:00
conf.d.Linux _opts -> _args to match other scripts 2008-01-02 10:28:27 +00:00
doc.BSD Move net.example to /usr/share/doc/openrc 2007-12-29 17:25:00 +00:00
doc.Linux Move net.example to /usr/share/doc/openrc 2007-12-29 17:25:00 +00:00
etc Move the env whitelists to an rc var and build in the system whitelist. 2008-01-05 20:43:08 +00:00
etc.BSD Add a license and do more quoting 2007-12-27 20:41:08 +00:00
etc.Linux Move inittab to the support directorry as the sysvinit package normally owns it, not OpenRC. 2008-01-03 16:08:45 +00:00
init.d the reason we need portmap/rpcbind is so we can communicate with rpc.statd, so make sure we depend on it for nfs mounts 2008-01-01 18:11:45 +00:00
init.d.BSD get_options -> service_get_value and save_options -> service_set_value 2007-12-19 14:28:38 +00:00
init.d.Linux Instead of mirroring correct output, state that we're not running because of RC_SYS. 2008-01-04 12:50:04 +00:00
init.d.misc udev requires try function and the modules-update program should take care of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files. 2007-12-14 20:09:53 +00:00
man Automagically link our man pages. 2007-12-24 22:34:22 +00:00
net net modules should always be installed 2007-12-28 09:38:31 +00:00
net.BSD Move _shell_var shell function to shell_var C applet 2008-01-02 15:38:37 +00:00
net.Linux br2684ctl can also exist in /usr/sbin, Gentoo bug #204186 2008-01-03 20:02:27 +00:00
runlevels We no longer install rmnologin 2007-12-27 16:53:40 +00:00
runlevels.BSD Add a newsyslog init script 2007-12-05 16:31:23 +00:00
runlevels.Linux Move /etc/conf.d/rc to /etc/rc.conf. 2007-11-23 12:04:11 +00:00
sh Juggle the Makefiles so that sh knows about NET_LO 2008-01-03 15:48:33 +00:00
sh.BSD Remove the try and check_statedir functions 2007-12-14 14:19:03 +00:00
sh.Linux Don't check kernel version for features, check feature existance. 2008-01-03 20:19:32 +00:00
src Fix installing pam files 2008-01-05 20:54:34 +00:00
support Move inittab to the support directorry as the sysvinit package normally owns it, not OpenRC. 2008-01-03 16:08:45 +00:00
.gitignore git clean before dist, and add some ignore files 2007-11-27 16:13:42 +00:00
default.mk Add the missing changes from the recent Makefile updates 2008-01-05 20:43:32 +00:00
Makefile Juggle the Makefiles so that sh knows about NET_LO 2008-01-03 15:48:33 +00:00
README Add the missing changes from the recent Makefile updates 2008-01-05 20:43:32 +00:00
runlevels.mk Make depend a global target 2008-01-02 17:28:35 +00:00
subdir.mk Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. 2008-01-05 19:25:55 +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
PROGLDFLAGS=-static
LIB=lib64
DESTDIR=/tmp/openrc-image
PAM=pam
TERMCAP=ncurses
TERMCAP=termcap

We don't support building a static OpenRC with PAM.
You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static.

You can also brand OpenRC if you so wish like so
BRANDING=\"Gentoo/$(uname -s)\"

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

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.
This can be found in the support folder.
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.