aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-28Relative links seem to cause an issue, so don't use them.Roy Marples
2007-12-28runlevel links are not relavtive, so don't install defaults as such.Roy Marples
2007-12-28net modules should always be installedRoy Marples
2007-12-27Add a license and do more quotingRoy Marples
2007-12-27Fix RC_COLDPLUG shim for real.Roy Marples
2007-12-27Add a misc var section and add unicode to it.Roy Marples
2007-12-27We no longer install rmnologinRoy Marples
2007-12-27Supply a default $INSTALL for GNU make.Roy Marples
2007-12-27Don't allow RPATH of . to escape to a tarball.Roy Marples
2007-12-27Fix displayRoy Marples
2007-12-24whitespaceRoy Marples
2007-12-24Automagically link our man pages.Roy Marples
2007-12-24add commaRoy Marples
2007-12-24Add man pages for all librc functions.Roy Marples
2007-12-24Remove forces spaces from ebracket and ensure ok matches eend output.Roy Marples
2007-12-24rc-update show not default to showRoy Marples
2007-12-24Add document ebracketRoy Marples
2007-12-24Add a man page for einfo.3Roy Marples
2007-12-20Don't mix code and decsRoy Marples
2007-12-20Remove rc-help.sh and replace with a man page for runscript 8.Roy Marples
2007-12-20Add a manpage for rc.8Roy Marples
2007-12-20Let service_started_daemon work off SVCNAMERoy Marples
2007-12-20Add restrict keyword to einfoRoy Marples
2007-12-20Constant data and pointersRoy Marples
2007-12-20Fix service_*_valueRoy Marples
2007-12-19checkown -> checkpathRoy Marples
2007-12-19get_options -> service_get_value and save_options -> service_set_valueRoy Marples
2007-12-19No need for that includeRoy Marples
2007-12-19cbasename -> basename_cRoy Marples
2007-12-19syslogd uses netRoy Marples
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-19Make checkown --user --group behave more like chownRoy Marples
2007-12-18usage now requires a global applet var instead of a define, don't prefix ↵Roy Marples
describe output and use generic usage for runscript.
2007-12-18We no longer need SVCNAME hereRoy Marples
2007-12-18Allow service_* functions to work off SVCNAME if no arguments passedRoy Marples
2007-12-18Allow service_* functions to work off SVCNAME if no arguments passedRoy Marples
2007-12-17Describe extra_started_commands also.Roy Marples
2007-12-17Rework the manpages into mdoc format for easier maintainenceRoy Marples
2007-12-14savecore happens before swap, so don't depend on it.Roy Marples
2007-12-14savecore happens before swap, so don't depend on it.Roy Marples
2007-12-14savecore happens before swap, so don't depend on it.Roy Marples
2007-12-14Our tools should not inherit EINFO_QUIET from the curret environmet, Gentoo ↵Roy Marples
bug #201352
2007-12-14Only assume the current runlevel if none specifiedRoy Marples
2007-12-14udev requires try function and the modules-update program should take care ↵Roy Marples
of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
2007-12-14Add some avahi scriptsRoy Marples
2007-12-14Remove the try and check_statedir functionsRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14Allow services to be in /usr/local/etc/init.d, but disallow them being added ↵Roy Marples
to the boot runlevel.
2007-12-14If we need to regenrate the deptree in the boot runlevel, remove it ↵Roy Marples
afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
2007-12-14Default to correct init dir and preserve depconfigRoy Marples