]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - TODO
Really fake network start if VSERVER_ISOLATION_NET is set.
[projects/rc-scripts.git] / TODO
diff --git a/TODO b/TODO
index 51dde4372ab05d40a11106b6aeebdb0bd1420e7e..6b1bc6bb37544790690f8a8654debe15fa5a479b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-$Id$
-
 Important:
 - don't set any flags automatically; always follow user
   suggestion (multicast, arp)
@@ -21,3 +19,17 @@ Other:
 - maybe merge ATM rc scripts
 
 We are waiting for suggestions.
+
+upstart:
++upstart_controlled --except reload
++
++# return true if service is considered "up"
++# with upstart, upstart is consulted
++# otherwise lockfile in subsys must exist
++is_service_up() {
++      use_upstart && is_upstart_running "$1" || [ -f /var/lock/subsys/"$1" ]
++}
++
+
+from nscd.init
+
This page took 0.091063 seconds and 4 git commands to generate.