aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Expand)Author
2011-07-04eat trailing whitespaceMike Frysinger
2011-07-02slight formatting changeWilliam Hubbs
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-06-27Revert "remove functions.sh symbolic link in init.d"William Hubbs
2011-06-27remove functions.sh symbolic link in init.dWilliam Hubbs
2011-06-03fix underquoting of wrapped color stubs of exit statusMike Frysinger
2011-05-16only warn about /run if it existsMike Frysinger
2011-05-11do not run services if openrc did not boot the systemWilliam Hubbs
2011-04-26change udhcpc support to busybox udhcpcWilliam Hubbs
2011-04-19fix permissions for /run/lockWilliam Hubbs
2011-04-18Add support for /run directoryAmadeusz Żołnowski
2011-03-24rework test for mounted /procWilliam Hubbs
2011-01-18sh/init: Detect a mounted /proc without sleepingRobin H. Johnson
2011-01-17more whitespace cleanupMike Frysinger
2011-01-12bug 351160: make openrc exit codes LSB compliantEray Aslan
2011-01-12bug 328675: add error checking to runscript.shWilliam Hubbs
2010-12-03fix selinux context for rc-svcdir (bug #347503)Robin Johnson
2010-10-28correction for unmounting volumes with weird characters, thanks BrantJory A. Pratt
2010-10-27allow net_fs_list to be extended but not replacedWilliam Hubbs
2010-09-30surpress output of loadkeys, fix setfont path checkJory A. Pratt
2010-03-16Send SIGKILL after 2 failed SIGTERM when unmounting.Roy Marples
2010-02-26Mount xenfs early so OpenRC can detect it.Juan RP
2010-02-20Fix rc_${rc_svcname}_need.Roy Marples
2009-11-20If mounting tmpfs fails, try ramfs.Roy Marples
2009-09-04Allow init scripts to show their dependencies easierRoy Marples
2009-05-26We need to use eval so we can pass "*" as an argument.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2009-05-05Fix compile on NetBSDRoy Marples
2009-05-05Ignore more foo for the BSDsRoy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-30Go back to gitRoy Marples
2009-04-27Allow templates to define a stop signalRoy Marples
2009-04-26Stop using needless {} in varsRoy Marples
2009-04-26Try and set a keymap as early as possible, #169Roy Marples
2009-04-19Use a bashism for a minor speedup in gendepends.shRoy Marples
2009-04-18Allow user to provide custom status function and still hook into the system oneRoy Marples
2009-04-18Move status to runscript.sh so init scripts can override it, #159Roy Marples
2009-04-16Avoid needless forking, #165Roy Marples
2009-01-29We should always mount $RC_SVCDIR unless in a vserver or it's already mounted.Roy Marples
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