aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-applets.c
AgeCommit message (Collapse)Author
2008-03-21Add --list to rc-service to list all available services.Roy Marples
2008-03-19Just warn about the incorrect service. Let the right service be more ↵Roy Marples
explanitory about missing options.
2008-03-19Give a better error message when no service specified.Roy Marples
2008-03-19Report wrong service correctly.Roy Marples
2008-03-19SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples
2008-03-19Add rc-service and update all softlevel refs to runlevel.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵Roy Marples
from queue(3). Refactor code style around the BSD KNF.
2008-02-23Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ↵Roy Marples
store all arguments used incase a service started the same daemon more than once with different paramters.
2008-01-28Fix service_started_daemon, bug #11Roy Marples
2008-01-22Quiet some more lint warnings.Roy Marples
2008-01-21Checking first char for null is more efficient than strlen.Roy Marples
2008-01-21 should not produce a red starRoy Marples
2008-01-14Fix shell_var as reported by lamusic.Roy Marples
2008-01-14Fix is_older_than.Roy Marples
2008-01-14Put the applets into rc-applet.c so that rc.c is easier to manage.Roy Marples