Go to file
2008-02-27 21:19:14 +00:00
conf.d Allow fsck to be multiplexed. 2008-02-20 00:33:38 +00:00
conf.d.BSD Move FreeBSD specific files to the new FreeBSD folders. 2008-01-10 20:17:55 +00:00
conf.d.FreeBSD Move FreeBSD specific files to the new FreeBSD folders. 2008-01-10 20:17:55 +00:00
conf.d.Linux Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's. 2008-01-10 16:35:59 +00:00
doc.BSD Use DOCDIR 2008-02-01 13:24:09 +00:00
doc.Linux Use DOCDIR 2008-02-01 13:24:09 +00:00
etc Remove rc_force_auto as users can now specify -y in fsck_args. 2008-01-31 17:18:39 +00:00
etc.BSD Makefile SH variable now tweaks the default shell used by our scripts. 2008-02-27 20:29:32 +00:00
etc.FreeBSD Update copyrights, my email and license. 2008-01-11 15:31:10 +00:00
etc.Linux Tidy up some code and remove the redundant single_user function as we now use exit codes. 2008-01-31 09:48:58 +00:00
init.d Makefile SH variable now tweaks the default shell used by our scripts. 2008-02-27 20:29:32 +00:00
init.d.BSD keywords -> keyword 2008-02-19 14:36:22 +00:00
init.d.FreeBSD keywords -> keyword 2008-02-19 14:36:22 +00:00
init.d.Linux keywords -> keyword 2008-02-19 14:36:22 +00:00
init.d.misc openvpn needs localmount 2008-01-23 12:08:52 +00:00
init.d.NetBSD Add wscons script. We still need to convert this to a conf.d format. 2008-01-11 19:19:33 +00:00
man Force the specification of a pidfile or process name if daemon is a script. Alternatively, document the use of starting the script interpreter and passing the daemon as an option. 2008-02-24 23:09:15 +00:00
mk Makefile SH variable now tweaks the default shell used by our scripts. 2008-02-27 20:29:32 +00:00
net Update copyrights, my email and license. 2008-01-11 15:31:10 +00:00
net.BSD NetBSD-4 doesn't support scanning via ifconfig, so mark it FreeBSD only for now. 2008-01-11 17:35:39 +00:00
net.FreeBSD NetBSD-4 doesn't support scanning via ifconfig, so mark it FreeBSD only for now. 2008-01-11 17:35:39 +00:00
net.Linux Fix openvpn detection. 2008-01-30 16:12:19 +00:00
runlevels Remove the over-engineered checkfs and checkroot scripts and replace with simple fsck, root and mtab scripts. Update dependencies accordingly. 2008-01-31 16:10:18 +00:00
sh Makefile SH variable now tweaks the default shell used by our scripts. 2008-02-27 20:29:32 +00:00
sh.BSD Makefile SH variable now tweaks the default shell used by our scripts. 2008-02-27 20:29:32 +00:00
sh.Linux Makefile SH variable now tweaks the default shell used by our scripts. 2008-02-27 20:29:32 +00:00
src Fix help for rc-update. 2008-02-27 21:19:14 +00:00
support Update copyrights, my email and license. 2008-01-11 15:31:10 +00:00
.gitignore git clean before dist, and add some ignore files 2007-11-27 16:13:42 +00:00
Makefile Add sys.mk 2008-01-11 18:29:47 +00:00
README Add a section about reporting bugs. 2008-01-14 10:04:45 +00:00
TODO Block signals to avoid fork /signal races. 2008-02-02 00:17:35 +00:00

OpenRC README


Installation
------------
make install
Yup, that simple. Works with GNU make and BSD make.

You may wish to tweak the installation with the below arguments
PROGLDFLAGS=-static
LIBNAME=lib64
DESTDIR=/tmp/openrc-image
MKPAM=pam
MKTERMCAP=ncurses
MKTERMCAP=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.



Reporting Bugs
-------------
If you installed OpenRC from your chosen distribution, you should report
bugs directly to them. For example, if you use Gentoo and emerged OpenRC
then you should reports bugs to http://bugs.gentoo.org.

Otherwise, you can report them directly to me at http://bugs.marples.name



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.