Roy Marples
|
e368a4b4f8
|
Add missing profile bits to env, #72.
|
2008-09-18 19:46:10 +00:00 |
|
Roy Marples
|
354fb96ee9
|
Use the new rc_stringlist_find function.
|
2008-09-18 15:36:22 +00:00 |
|
Roy Marples
|
312d6f3e57
|
Work with NULL lists.
|
2008-09-18 15:32:57 +00:00 |
|
Roy Marples
|
39ea0cb84d
|
Use the new rc_stringlist_find function.
|
2008-09-18 15:28:20 +00:00 |
|
Roy Marples
|
17bf78a539
|
Use the new rc_stringlist_find function.
|
2008-09-18 15:20:57 +00:00 |
|
Roy Marples
|
072328ff60
|
rc_nostop now lists services we should not stop on shutdown.
|
2008-09-18 15:13:53 +00:00 |
|
Roy Marples
|
e0dfa472d1
|
Add new functions, rc_stringlist_find and rc_stringlist_split.
|
2008-09-18 15:12:43 +00:00 |
|
Roy Marples
|
80a17eb596
|
Clean up some compile warnings.
|
2008-09-18 13:09:51 +00:00 |
|
Roy Marples
|
39304745d4
|
Allow interpreted daemons to use s-s-d a little easier.
|
2008-09-17 16:56:23 +00:00 |
|
Roy Marples
|
fabee4dc2d
|
Actually set the umask.
|
2008-08-20 10:19:03 +00:00 |
|
Roy Marples
|
1ab1e9328a
|
Add -k,--umask option, Gentoo #232455.
|
2008-08-20 10:02:11 +00:00 |
|
Roy Marples
|
15678263d5
|
Add new OpenVZ detection code
|
2008-08-19 06:36:43 +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
|
a566493eb8
|
Ignore core files
|
2008-07-09 14:04:40 +00:00 |
|
Roy Marples
|
53401cd35f
|
STAILQ -> TAILQ
|
2008-07-08 10:48:21 +00:00 |
|
Roy Marples
|
7a6112d3b0
|
Punt STAILQ and just use TAILQ so we're a bit more portable.
|
2008-07-07 14:16:46 +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
|
28a65393ca
|
More unit fixes.
|
2008-07-03 13:09:10 +00:00 |
|
Roy Marples
|
aa57dd1ff6
|
More unit fixes.
|
2008-07-03 12:33:42 +00:00 |
|
Roy Marples
|
e0968a1c2e
|
Fix test.
|
2008-07-03 12:20:32 +00:00 |
|
Roy Marples
|
2f5d2855ba
|
Add an is_older_than unit test, thanks to zzam
|
2008-07-03 12:07:46 +00:00 |
|
Roy Marples
|
db9bf18587
|
Fix compile with pcc.
|
2008-07-02 23:20:04 +00:00 |
|
Roy Marples
|
feac5ea1d5
|
Ignore ewaitfile.
|
2008-06-30 13:36:59 +00:00 |
|
Roy Marples
|
64dbae7f61
|
If filtering fstab, only match additional mounts asked for.
|
2008-06-30 13:33:42 +00:00 |
|
Roy Marples
|
11acce3c7d
|
Use CPPFLAGS so we work with -combine in CFLAGS.
|
2008-06-19 23:12:00 +00:00 |
|
Roy Marples
|
4f2bb5ceaf
|
open should use 3 args when using O_CREAT.
|
2008-06-17 15:14:33 +00:00 |
|
Roy Marples
|
bf8f0da921
|
fuzzy dependency ordering should be started, starting, stopped whilst checking runlevel, bootlevel, any at each stage.
|
2008-06-10 15:19:46 +00:00 |
|
Roy Marples
|
9b1cb4e246
|
When we have dependant scheduled services, don't error if a need is stopped.
|
2008-06-10 15:04:29 +00:00 |
|
Roy Marples
|
2adc99a8f5
|
No need to include this.
|
2008-06-05 12:26:53 +00:00 |
|
Roy Marples
|
fc747f9894
|
Remove the macro ;)
|
2008-06-05 12:19:49 +00:00 |
|
Roy Marples
|
76063daee5
|
Update style to more BSDish and replace the big macro with a function.
|
2008-06-05 12:17:41 +00:00 |
|
Roy Marples
|
dc891b0647
|
Remove broken before dependencies, Gentoo #224171.
|
2008-06-05 10:14:11 +00:00 |
|
Roy Marples
|
3525e602d6
|
Use addu instead of another loop.
|
2008-06-04 19:07:09 +00:00 |
|
Roy Marples
|
79ebd89d19
|
Only add a backreference if it doesn't already exist.
|
2008-06-04 19:00:46 +00:00 |
|
Roy Marples
|
ba8008fb05
|
Include time headers for ewaitfile.
|
2008-06-04 14:09:25 +00:00 |
|
Roy Marples
|
e6aed12328
|
No need to check type twice like this.
|
2008-06-04 12:47:06 +00:00 |
|
Roy Marples
|
83ade5b701
|
Style.
|
2008-06-04 12:44:45 +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
|
aaaa0b50d8
|
Be quiet when checking at start.
|
2008-05-27 16:48:47 +00:00 |
|
Roy Marples
|
ca6f289c80
|
When stopping with a pidfile, only read the pid once incase it vanishes but the process still hangs around.
|
2008-05-27 16:42:28 +00:00 |
|
Roy Marples
|
1df3ab05b5
|
realloc -> xrealloc
|
2008-05-19 13:41:16 +00:00 |
|
Roy Marples
|
775df18a70
|
Fix a potential segfault, thanks to Fernando J. Pereda.
|
2008-05-19 13:16:53 +00:00 |
|
Roy Marples
|
b7e598ad91
|
Install symlinks correctly, thanks to zlin.
|
2008-05-13 00:03:10 +00:00 |
|
Roy Marples
|
5c114d9430
|
When testing services to stop, we should trace it. More for #79.
|
2008-05-12 23:45:17 +00:00 |
|
Roy Marples
|
f13ea77491
|
The real fix for the last commit is to uncomment some code - d'oh.
|
2008-05-12 23:33:40 +00:00 |
|
Roy Marples
|
a89171ee9b
|
When stopping, stop services that need our provide as well, #79.
|
2008-05-12 23:17:45 +00:00 |
|
Roy Marples
|
6d5d655b52
|
Style.
|
2008-05-12 23:00:05 +00:00 |
|
Roy Marples
|
d667da8e5c
|
Check we have a deptree before using it, Gentoo #220579
|
2008-05-12 13:20:35 +00:00 |
|
Roy Marples
|
9894669742
|
Fix help text, #75.
|
2008-05-12 08:34:42 +00:00 |
|