aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-22Only open /proc/cmdline if it exists, #189686 thanks to Christian AffolterRoy Marples
2007-08-20No point in having to lots of get the user code.Roy Marples
2007-08-17Mark the right service as failed and only output a new line if we outputted a...Roy Marples
2007-08-17needsme should always be valid tooRoy Marples
2007-08-17Stop un-needed services when changing runlevels, #189050.Roy Marples
2007-08-17When shutting down, stop the service even if dependants failed.Roy Marples
2007-08-17Intergrate our standard optionsRoy Marples
2007-08-17Allow --user and --group to also mean --chuid and --chgrpRoy Marples
2007-08-17Allow 'del' to work as a commandRoy Marples
2007-08-16Fully move esyslog into rcRoy Marples
2007-08-16Add esyslog supportRoy Marples
2007-08-15`config /etc/fstab' can now be used in depend() functions to show thatRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-08-09getoptify and simply the code even more.Roy Marples
2007-08-08Add help to rc-update #188170 and tidy up the code a fair bit.Roy Marples
2007-08-08Plug a leek for non selinux linux systemsRoy Marples
2007-08-08If given a pidfile, just match on that for seeing if we have crashedRoy Marples
2007-08-07More pppd fixesRoy Marples
2007-08-04Boot properly when we cannot set an early font, #187628.Roy Marples
2007-08-04Fix rc-update, #187487 and release rc2.Roy Marples
2007-08-03Wups, these definitions need to be in rc.h reallyRoy Marples
2007-08-02rc1Roy Marples
2007-08-01Fix up einfo output a littleRoy Marples
2007-07-31Wups, don't force those CFLAGSRoy Marples
2007-07-31Force some stuffRoy Marples
2007-07-31Fix building on uclibc thanks to SolarRoy Marples
2007-07-31Fix building on LinuxRoy Marples
2007-07-31Link the right objects against rcRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
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-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-16Fix compile on FreeBSDRoy Marples
2007-07-16env-update --fork-ldconfig really forks ldconfig and works nowRoy Marples
2007-07-13Don't use 'this' as a variable name as it confuses c++Roy Marples
2007-07-12Punt the RC_TTY variableRoy 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-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-10Remove a debug lineRoy Marples
2007-07-10We no longer care about numerical runlevels, #184733.Roy Marples
2007-07-09Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples