Roy Marples
|
3d37005a3d
|
We now warn about clock skews
rc-update -u will force a regen of the dep tree
rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime
|
2009-01-12 23:53:13 +00:00 |
|
Roy Marples
|
50b8aba8d9
|
Remove coldplug and just have hotplug which is a list of allowed/disallowed services. Makes things much easier.
|
2008-10-10 09:08:59 +00:00 |
|
Roy Marples
|
8c8751fa60
|
Clean up warnings regarding printf.
|
2008-10-08 15:56:47 +00:00 |
|
Roy Marples
|
80a17eb596
|
Clean up some compile warnings.
|
2008-09-18 13:09:51 +00:00 |
|
Roy Marples
|
cea206014d
|
Attempt to make s-s-d simpler by not enforcing the need for a full path and maybe working better with interpreted scripts.
|
2008-07-27 11:30:49 +00:00 |
|
Roy Marples
|
157db50df7
|
Fix is_older_than a little better, and make is_newer_than correct.
|
2008-07-03 13:30:17 +00:00 |
|
Roy Marples
|
a88a177f99
|
Add older_than function to complement newer_than function. Also make the userland instance reversed to be compatable with current baselayout, which truely does suck.
|
2008-07-03 13:11:47 +00:00 |
|
Roy Marples
|
ba8008fb05
|
Include time headers for ewaitfile.
|
2008-06-04 14:09:25 +00:00 |
|
Roy Marples
|
587051ec67
|
Add the ewaitfile function so init scripts can wait until sockts are created, Gentoo #175783.
|
2008-06-03 11:57:15 +00:00 |
|
Roy Marples
|
f0aacec02e
|
Cast to unsigned char for ctype calls.
|
2008-04-17 10:19:58 +00:00 |
|
Roy Marples
|
5d38d4d6e9
|
p could be null here.
|
2008-04-06 13:21:42 +00:00 |
|
Roy Marples
|
15d34d0a16
|
Add license blurb to a few files and append my email to my name.
|
2008-03-26 17:53:37 +00:00 |
|
Roy Marples
|
068c90c82b
|
Fix exclusive removal.
|
2008-03-25 18:20:23 +00:00 |
|
Roy Marples
|
494fb0a5f6
|
Add --list to rc-service to list all available services.
|
2008-03-21 09:10:59 +00:00 |
|
Roy Marples
|
ec2d39d024
|
Just warn about the incorrect service. Let the right service be more explanitory about missing options.
|
2008-03-19 22:26:45 +00:00 |
|
Roy Marples
|
d948e65d60
|
Give a better error message when no service specified.
|
2008-03-19 20:04:48 +00:00 |
|
Roy Marples
|
97abd91577
|
Report wrong service correctly.
|
2008-03-19 20:01:48 +00:00 |
|
Roy Marples
|
6159a32f39
|
SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.
|
2008-03-19 19:57:24 +00:00 |
|
Roy Marples
|
d9ec62b22a
|
Add rc-service and update all softlevel refs to runlevel.
|
2008-03-19 17:11:50 +00:00 |
|
Roy Marples
|
cb9da6a262
|
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF.
|
2008-03-16 17:00:56 +00:00 |
|
Roy Marples
|
8b4b958678
|
Now that s-s-d accepts >1 argument for stopping a daemon on match we need to store all arguments used incase a service started the same daemon more than once with different paramters.
|
2008-02-23 00:26:11 +00:00 |
|
Roy Marples
|
9ce3086bf5
|
Fix service_started_daemon, bug #11
|
2008-01-28 13:16:33 +00:00 |
|
Roy Marples
|
649a710552
|
Quiet some more lint warnings.
|
2008-01-22 11:07:39 +00:00 |
|
Roy Marples
|
07728abbc1
|
Checking first char for null is more efficient than strlen.
|
2008-01-21 15:30:40 +00:00 |
|
Roy Marples
|
28618c8174
|
should not produce a red star
|
2008-01-21 14:31:21 +00:00 |
|
Roy Marples
|
46294cba02
|
Fix shell_var as reported by lamusic.
|
2008-01-14 16:17:03 +00:00 |
|
Roy Marples
|
62d793f7ff
|
Fix is_older_than.
|
2008-01-14 14:41:02 +00:00 |
|
Roy Marples
|
e068757810
|
Put the applets into rc-applet.c so that rc.c is easier to manage.
|
2008-01-14 14:24:20 +00:00 |
|