aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-applets.c
AgeCommit message (Expand)Author
2010-01-08random spelling fixesMike Frysinger
2009-10-13Add new utility and init script swclock that sets the system time based onRoy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-23Improve style for KNFRoy Marples
2009-04-18Move status to runscript.sh so init scripts can override it, #159Roy Marples
2009-01-12We now warn about clock skewsRoy Marples
2008-10-10Remove coldplug and just have hotplug which is a list of allowed/disallowed s...Roy Marples
2008-10-08Clean up warnings regarding printf.Roy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-07-27Attempt to make s-s-d simpler by not enforcing the need for a full path and m...Roy Marples
2008-07-03Fix is_older_than a little better, and make is_newer_than correct.Roy Marples
2008-07-03Add older_than function to complement newer_than function. Also make the user...Roy Marples
2008-06-04Include time headers for ewaitfile.Roy Marples
2008-06-03Add the ewaitfile function so init scripts can wait until sockts are created,...Roy Marples
2008-04-17Cast to unsigned char for ctype calls.Roy Marples
2008-04-06p could be null here.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-25Fix exclusive removal.Roy Marples
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 explanit...Roy Marples
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
2008-02-23Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ...Roy Marples
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