aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-07-21Work around a bash evaluation errorRoy Marples
2007-07-21RC_DEPEND_STRICT now controls dependency strictness.Roy Marples
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 mounti...Roy Marples
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 which...Roy Marples
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
2007-07-10We no longer care about numerical runlevels, #184733.Roy Marples
2007-07-10document qemu hackingMike Frysinger
2007-07-09Take no chances with PATH, use our env-updateRoy Marples
2007-07-09Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples
2007-07-09Fix iproute handling of -host and improve iwconfig scanningRoy Marples
2007-07-08Fix netmount - thanks to HollowRoy Marples
2007-07-06Add and delete IPv6 addresses and routes correctly on FreeBSD, #184430Roy Marples
2007-07-06Of course, glibc does not have strlcpyRoy Marples
2007-07-06Make the prefix length dynamicRoy Marples
2007-07-05Add the audio group for the BSD'sRoy Marples
2007-07-05Don't trust the pluginRoy Marples
2007-07-04Allow syncing of hwlock for BSD and make our config files look fairly similar.Roy Marples
2007-07-04Flush the ebuffer before and after running a plugin.Roy Marples
2007-07-04As we're running each plugin in a fork, we need to call our cleanup code so w...Roy Marples
2007-07-04We need the full path to the service before chdir /Roy Marples
2007-07-04Up the interface after preup incase preup brings it downRoy Marples