aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Collapse)Author
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-29Network config arrays are now split by embedded new lines instead of being ↵Roy Marples
evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-09netmount, localmount, halt.sh and net scripts now check OS specific flags to ↵Roy Marples
see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772.
2007-10-04Document help and statusRoy Marples
2007-10-04Fix rc-help regarding per runlevel config filesRoy Marples
2007-09-28-C should force no colour as wellRoy Marples
2007-09-28net.sh now checks to see if root is net mounted if no predown functionRoy Marples
exists, #194074.
2007-09-24Use mkdir to test.Roy Marples
2007-09-24Split our rc commands out into general use vs service commandsRoy Marples
2007-09-21No need for this convulted sed now our prefixed output is on a direct ↵Roy Marples
terminal again :)
2007-09-19/lib/rcscripts -> /lib/rcRoy Marples
2007-09-17Fix fallback configurationsRoy Marples
2007-09-17PortabilityRoy Marples
2007-09-02Don't use local hereRoy Marples
2007-08-31Only generate dependencies for Gentoo scripts, #190547.Roy Marples
2007-08-28Undocument pause action, fix --nodeps and --ifstarted, #190045.Roy Marples
2007-08-25Make sure we list all config files in rc help output.Mike Frysinger
2007-08-16Fully move esyslog into rcRoy Marples
2007-08-15whitespaceRoy Marples
2007-08-15Add config to rc-help.shRoy Marples
2007-08-15`config /etc/fstab' can now be used in depend() functions to show thatRoy Marples
the deptree should be regenerated if /etc/fstab has changed.
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-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-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 ↵Roy Marples
which also reduces our variable pollution.
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
and #177689.
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
from erroring, #176548
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 ↵Roy Marples
appends -f for linux mount and uses -i instead to ignore helpers
2007-04-24We now buffer stdout and stderr to a file and flush that when running in ↵Roy Marples
parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
2007-04-19Fix bridge some more, remove superflous warning from vewarn and error when ↵Roy Marples
no interface correctly
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 ↵Mike Frysinger
handling in init.sh and add mdev as an option.
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