[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5952: Require network and local filesystem to be initialized in init scripts.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 07 Jun 2011 15:30:50 -0000

------------------------------------------------------------
revno: 5952
committer: David Martin <david.martin.mailbox@xxxxxxxxxxxxxx>
branch nick: hipl_init-scripts
timestamp: Tue 2011-06-07 16:33:45 +0200
message:
  Require network and local filesystem to be initialized in init scripts.
  
  The HIPL daemons should only be started after the filesystems and the
  network have been already set up. They should be exited before the
  filesystems and network gets teared down as well.
  
  Documentation on possible boot dependencies can be found here:
  http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/ \
   LSB-Core-generic/facilname.html
modified:
  debian/hipl-daemon.init
  debian/hipl-dnsproxy.init
  debian/hipl-firewall.init


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'debian/hipl-daemon.init'
--- debian/hipl-daemon.init     2011-05-13 09:26:49 +0000
+++ debian/hipl-daemon.init     2011-06-07 14:33:45 +0000
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:             hipd
-# Required-Start:       $remote_fs $syslog
-# Required-Stop:        $remote_fs $syslog
+# Required-Start:       $local_fs $remote_fs $syslog $network
+# Required-Stop:        $local_fs $remote_fs $syslog $network
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6
 # Short-Description:    HIPL IPsec key and mobility management daemon

=== modified file 'debian/hipl-dnsproxy.init'
--- debian/hipl-dnsproxy.init   2010-12-28 16:53:40 +0000
+++ debian/hipl-dnsproxy.init   2011-06-07 14:33:45 +0000
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:             hipdnsproxy
-# Required-Start:       $remote_fs $syslog
-# Required-Stop:        $remote_fs $syslog
+# Required-Start:       $local_fs $remote_fs $syslog $network
+# Required-Stop:        $local_fs $remote_fs $syslog $network
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6
 # Short-Description:    HIP DNS proxy

=== modified file 'debian/hipl-firewall.init'
--- debian/hipl-firewall.init   2010-12-28 16:53:40 +0000
+++ debian/hipl-firewall.init   2011-06-07 14:33:45 +0000
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:             hipfw
-# Required-Start:       $remote_fs $syslog
-# Required-Stop:        $remote_fs $syslog
+# Required-Start:       $local_fs $remote_fs $syslog $network
+# Required-Stop:        $local_fs $remote_fs $syslog $network
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6
 # Short-Description:    HIPL firewall daemon

Other related posts: