aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Expand)Author
2008-12-04Punt .gitignore files.Roy Marples
2008-11-28Save screen space.Roy Marples
2008-11-13Fix lib.Roy Marples
2008-11-12Mark the addon code as deprecated.Roy Marples
2008-11-04Move romount to mount-ro and use the umount -r option as it's more reliable f...Roy Marples
2008-11-03Add a new shutdown runlevel, Gentoo #224537.Roy Marples
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
2008-10-09Fix umounting reporting exit status, Gentoo #239922.Roy Marples
2008-09-22Allow forcefsck instead of gentoo=forcefsck on the kernel command line.Roy Marples
2008-08-19Allow OpenVZ to mount /sys and device managers, #102Roy Marples
2008-06-21Set the default RC_SVCDIR higher up.Roy Marples
2008-06-21We need to replace @LIB@ here.Roy Marples
2008-05-01There could be a space between #! and /sbin/runscript, Gentoo #218001.Roy Marples
2008-04-29We need to ensure that the init script started is correct, translating symlin...Roy Marples
2008-04-26Always define template start/stop functions so that the real script name isn'...Roy Marples
2008-04-21Fix logic for templates.Roy Marples
2008-04-21TypoRoy Marples
2008-04-21Punt is_function in favour of POSIX shell builtin command, thanks to Harald v...Roy Marples
2008-04-18We should check type output to ensure that we're really calling a shell funct...Roy Marples
2008-04-16We should only check dependencies in files.Roy Marples
2008-04-08Add a silly rc_runlevel function to appease SpanKY :)Roy Marples
2008-04-07Tests now work on NetBSD.Roy Marples
2008-04-06Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples
2008-03-27We would sanitize $RC_LIBDIR/sbin as well. If it's really needed then rc-func...Roy Marples
2008-03-27Sanitize the write rc dir.Roy Marples
2008-03-27No need for the extra rc.Roy Marples
2008-03-27Fix mulitlib issues.Roy Marples
2008-03-26Ignore more files.Roy Marples
2008-03-26Fix linux compile.Roy Marples
2008-03-26use $CP and $SED instead of cp and sedRoy Marples
2008-03-26.sh.BSD.in is a better extension.Roy Marples
2008-03-26Split sysctl into Linux and BSD specific files.Roy Marples
2008-03-25Try and fix more prefix stuff.Roy Marples
2008-03-25INITDIR should already be prefixed.Roy Marples
2008-03-25These now need to be prefixed.Roy Marples
2008-03-25INITDIR should already be prefixed.Roy Marples
2008-03-25Rework our folder structure so that we don't have OS specific dirs, making it...Roy Marples
2008-03-24setup a bit of a test frameworkMike Frysinger
2008-03-24dont leak the _e varMike Frysinger
2008-03-21Clean up error display.Roy Marples
2008-03-21Some OS's block on umount -f, so don't use it.Roy Marples
2008-03-21More pathing fixes.Roy Marples
2008-03-20Fix pathing again.Roy Marples
2008-03-19SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples
2008-03-19Fix building on Linux.Roy Marples
2008-03-19Add rc-service and update all softlevel refs to runlevel.Roy Marples
2008-03-19Ensure that our path includes packages and localRoy Marples
2008-03-11RC_SERVICE now points to the service file, so daemons can recall us directly.Roy Marples
2008-03-10Fix the old RC_USE names.Roy Marples
2008-03-08Support baselayout-2 uppercase RC_NEED vars, #38.Roy Marples