aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-12-20Remove rc-help.sh and replace with a man page for runscript 8.Roy 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-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 desc...Roy 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-14Our tools should not inherit EINFO_QUIET from the curret environmet, Gentoo b...Roy Marples
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 of...Roy 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
2007-12-14If we need to regenrate the deptree in the boot runlevel, remove it afterward...Roy Marples
2007-12-08Mirror the action of rc-update in baselayout-1, with the exception of adding ...Roy Marples
2007-12-08Add termcap support.Roy Marples
2007-12-07whitespaceRoy Marples
2007-12-07Just check that ecolor returns a string > 0Roy Marples
2007-12-07Include time.h on linuxRoy Marples
2007-12-06Don't be spammy or interactive when we don't outputRoy Marples
2007-12-06Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples
2007-12-05Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen...Roy Marples
2007-12-03As ecolor does not take a tty, try and guess a valid one.Roy Marples
2007-12-03Warn about pidfiles not being created.Roy Marples
2007-11-28RC_DEPEND_STRICT -> rc_depend_strictRoy Marples
2007-11-28We don't care about update-rcRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-28Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon.Roy Marples
2007-11-28Use a more generic BSD define.Roy Marples
2007-11-27git clean before dist, and add some ignore filesRoy Marples
2007-11-26Change to hilite and space a little moreRoy Marples
2007-11-23Fix install permissions a littleRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-22touch upsRoy Marples
2007-11-22Fix execing a for argument list too longRoy Marples
2007-11-22Allow 'after *; before local;' to workRoy Marples
2007-11-21We cannot use realpath to resolv services as some are symlinks.Roy Marples
2007-11-20opts -> extra_commands. This is much more descriptive.Roy Marples
2007-11-20Open RC -> OpenRCRoy Marples
2007-11-19rc.c needs version.hRoy Marples
2007-11-19Move runlevel and lib logic to the sub MakefilesRoy Marples
2007-11-19Display version on start and allow --version to workRoy Marples
2007-11-19Our build chain now works with GNU and BSD make implementationsRoy Marples
2007-11-19Only start plugins once we have made an exclusive fileRoy Marples