aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-03Wups, these definitions need to be in rc.h reallyRoy Marples
2007-08-02rc1Roy Marples
2007-08-02Ensure that /var/log exists tooRoy Marples
2007-08-01Punt /dev/shm from default /etc/fstab as we handle it and add a helpful hint ↵Mike Frysinger
about the RC_USE_FSTAB option.
2007-08-01Fix up einfo output a littleRoy Marples
2007-07-31Remove baselayout-1 stuffRoy Marples
2007-07-31Wups, don't force those CFLAGSRoy Marples
2007-07-31Force some stuffRoy Marples
2007-07-31Fix building on uclibc thanks to SolarRoy Marples
2007-07-31Fix building on LinuxRoy Marples
2007-07-31Link the right objects against rcRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
a lot smaller.
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
a lot smaller.
2007-07-30Create needed dirs in bootmisc if they do not existRoy Marples
2007-07-27Duh, test itRoy Marples
2007-07-26Fix bootmisc stopping for pam_console and write halt record correctly.Roy Marples
2007-07-25Merge some of reb's OpenBSD fixes inRoy Marples
2007-07-23appending noinitd=xdm will skip the xdm service when first booting, #181858.Roy Marples
2007-07-22whitespaceRoy Marples
2007-07-22Had a brain fart - just echo to fd3Roy Marples
2007-07-22Cater for einfo calls inside the depend functionRoy Marples
2007-07-22Harden gendepends.sh some more so we only capture the stdout we want fromRoy Marples
the depend function, #186072.
2007-07-21Work around a bash evaluation errorRoy Marples
2007-07-21RC_DEPEND_STRICT now controls dependency strictness.Roy Marples
If yes then we only use services in the boot and default runlevels, regradless of service state. If no then we take into account coldplugged services and the state of currently running services. Fixes #185640.
2007-07-19Skip some files in env-update like portage env-update for more robustnessRoy Marples
2007-07-16Use printf so we don't put blank lines at the top of new files and fix ↵Roy Marples
mountinfo for nfs roots
2007-07-16Allow zsh to work as our shellRoy Marples
2007-07-16Yikes, removed that old bash gettextismRoy Marples
2007-07-16Fix compile on FreeBSDRoy Marples
2007-07-16env-update --fork-ldconfig really forks ldconfig and works nowRoy Marples
2007-07-15Remove hardcoded reference to iwi0Roy Marples
2007-07-15adsl module now finds the correct exe, #185276 thanks to Marcello Laganà.Roy Marples
2007-07-14Add --remove-destination to example /dev recover command #40987.Mike Frysinger
2007-07-13Don't use 'this' as a variable name as it confuses c++Roy Marples
2007-07-13Use echo instead of touch - saves on forkingRoy Marples
2007-07-12Document how to detect if docked or not in example preup, #167742Roy Marples
2007-07-12Punt the RC_TTY variableRoy Marples
2007-07-12alpha4Roy Marples
2007-07-11Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples
2007-07-11Fix restarting services with pluginsRoy Marples
2007-07-11Don't do interactive when changing init, #174141.Roy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts ↵Roy Marples
which also reduces our variable pollution.
2007-07-11Add the users groupRoy Marples
2007-07-11Only mount stuff if not already mountedRoy Marples
2007-07-10Allow non root users to describeRoy Marples
2007-07-10Rename variableRoy Marples
2007-07-10init scripts and their extra options can now have descriptions, #184327.Roy Marples
2007-07-10Support /etc/init.d/foo ineed and friends again.Roy Marples
2007-07-10Fix ifconfig using some iproute2 commands.Roy Marples
2007-07-10Remove a debug lineRoy Marples