summaryrefslogtreecommitdiff
path: root/src/rc/rc-applets.c
Commit message (Collapse)AuthorAge
* Remove coldplug and just have hotplug which is a list of allowed/disallowed ↵Roy Marples2008-10-10
| | | | services. Makes things much easier.
* Clean up warnings regarding printf.Roy Marples2008-10-08
|
* Clean up some compile warnings.Roy Marples2008-09-18
|
* Attempt to make s-s-d simpler by not enforcing the need for a full path and ↵Roy Marples2008-07-27
| | | | maybe working better with interpreted scripts.
* Fix is_older_than a little better, and make is_newer_than correct.Roy Marples2008-07-03
|
* Add older_than function to complement newer_than function. Also make the ↵Roy Marples2008-07-03
| | | | userland instance reversed to be compatable with current baselayout, which truely does suck.
* Include time headers for ewaitfile.Roy Marples2008-06-04
|
* Add the ewaitfile function so init scripts can wait until sockts are ↵Roy Marples2008-06-03
| | | | created, Gentoo #175783.
* Cast to unsigned char for ctype calls.Roy Marples2008-04-17
|
* p could be null here.Roy Marples2008-04-06
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Fix exclusive removal.Roy Marples2008-03-25
|
* Add --list to rc-service to list all available services.Roy Marples2008-03-21
|
* Just warn about the incorrect service. Let the right service be more ↵Roy Marples2008-03-19
| | | | explanitory about missing options.
* Give a better error message when no service specified.Roy Marples2008-03-19
|
* Report wrong service correctly.Roy Marples2008-03-19
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
|
* Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵Roy Marples2008-03-16
| | | | from queue(3). Refactor code style around the BSD KNF.
* Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ↵Roy Marples2008-02-23
| | | | store all arguments used incase a service started the same daemon more than once with different paramters.
* Fix service_started_daemon, bug #11Roy Marples2008-01-28
|
* Quiet some more lint warnings.Roy Marples2008-01-22
|
* Checking first char for null is more efficient than strlen.Roy Marples2008-01-21
|
* should not produce a red starRoy Marples2008-01-21
|
* Fix shell_var as reported by lamusic.Roy Marples2008-01-14
|
* Fix is_older_than.Roy Marples2008-01-14
|
* Put the applets into rc-applet.c so that rc.c is easier to manage.Roy Marples2008-01-14