Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using templates and fake commands if in background.
|
|
|
|
|
|
|
|
|
|
Lowercase all configurable variables, non configurations remain uppercase.
Replace rc_env_bool with rc_yesno.
Split localmount info procfs (Linux) and dumpon, savecore (BSD)
|
|
|
|
|
|
|
|
|
|
special kernel service to handle this. As sch, don't error if we don't have fuser
|
|
|
|
|
|
|
|
|
|
pidfile variables are set. We also run $cmd_pre and $cmd_post commands and return accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
|
|
see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772.
|
|
|
|
|
|
|
|
exists, #194074.
|
|
|
|
|
|
terminal again :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|