aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Expand)Author
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-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-13Use echo instead of touch - saves on forkingRoy Marples
2007-07-11Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples
2007-07-10init scripts and their extra options can now have descriptions, #184327.Roy Marples
2007-07-04Up the interface after preup incase preup brings it downRoy Marples
2007-05-30Use killall5 again so we can cleanly remount / readonly, #168977Roy Marples
2007-05-30Don't use -f with mountRoy Marples
2007-05-30Call umount with LC_ALL=C so that we can umount /usrRoy Marples
2007-05-18Be more resilient when the nettree is invalidRoy Marples
2007-05-05Better fixRoy Marples
2007-05-05Fix KV_to_int working with funky kernel versions, #177197.Roy Marples
2007-05-03Load the config file before the init script to stop badly coded init scripts ...Roy Marples
2007-05-02Correct tabsRoy Marples
2007-05-02Don't delete addresses for PPP interfaces, #176764.Roy Marples
2007-04-30Fix carrier_timeoutRoy Marples
2007-04-25Fix Makefile to clean and remove .svn when making dist. rc-mount no longer ap...Roy Marples
2007-04-24We now buffer stdout and stderr to a file and flush that when running in para...Roy Marples
2007-04-19Fix bridge some more, remove superflous warning from vewarn and error when no...Roy Marples
2007-04-17Rationalise our colour usage a little.Roy Marples
2007-04-17Allow user vars for colours in our shell scripts tooRoy Marples
2007-04-17Allow addons to pass up their exit status in import_addon. Simplify /dev han...Mike Frysinger
2007-04-13netmask -> CIDR is worked out correctly #174341.Roy Marples
2007-04-11Move carrier detection back into net.sh. Reserve a new hook numbersRoy Marples
2007-04-10Misc network fixes so we work on my stable server. Splash plugin removed as s...Roy Marples
2007-04-09routes_SSID now works, as does iwconfig.sh for BSDRoy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples