openrc/sh
Roy Marples 7cd70aee4d You can now log baselayout-2 again, through the RC_LOGGER conf.d/rc
setting. The log is temp stored in /lib/rc/init.d/rc.log and appended
to /var/log/rc.log if it's writeable. sysinit cannot be logged in Linux
as we rely on sysinit to bring the system up to a point where we can log.
single user cannot be logged on FreeBSD due to waitpid(0,0,0) incorrectly
waiting for the log daemon in another process group.
2007-10-31 15:46:56 +00:00
..
functions.sh -C should force no colour as well 2007-09-28 19:29:59 +00:00
gendepends.sh Don't use local here 2007-09-02 12:55:18 +00:00
init-common-post.sh You can now log baselayout-2 again, through the RC_LOGGER conf.d/rc 2007-10-31 15:46:56 +00:00
init-functions.sh Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
Makefile /lib/rcscripts -> /lib/rc 2007-09-19 13:53:40 +00:00
net.sh Embed newlines in __IFS to save our identing 2007-10-30 11:37:49 +00:00
rc-functions.sh netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772. 2007-10-09 15:33:05 +00:00
rc-help.sh Document help and status 2007-10-04 14:57:51 +00:00
rc-mount.sh netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772. 2007-10-09 15:33:05 +00:00
runscript.sh init scripts and their extra options can now have descriptions, #184327. 2007-07-10 19:09:41 +00:00