[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5954: Do not depend on network and local filesystem in debian init script.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Wed, 08 Jun 2011 13:43:12 -0000

------------------------------------------------------------
revno: 5954
committer: David Martin <david.martin.mailbox@xxxxxxxxxxxxxx>
branch nick: hipl_init-scripts
timestamp: Wed 2011-06-08 15:32:52 +0200
message:
  Do not depend on network and local filesystem in debian init script.
  
  To avoid having network communication leaked without being handled by
  hipd or hipfw we should not force it to be started after the network
  has been established.
  We are only working on our local filesystem and should not wait for
  the setup of the remote filesystem either.
  
  This commit is a follow up to the review of commit 5952 archived
  here: //www.freelists.org/post/hipl-dev/
        Branch-hiplcorehipltrunk-Rev-5952-Require-network-and-local
        -filesystem-to-be-initialized-in-init-scripts
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-06-07 15:25:35 +0000
+++ debian/hipl-daemon.init     2011-06-08 13:32:52 +0000
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:             hipd
-# Required-Start:       $local_fs $remote_fs $syslog $network
-# Required-Stop:        $local_fs $remote_fs $syslog $network
+# Required-Start:       $local_fs $syslog
+# Required-Stop:        $local_fs $syslog
 # 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   2011-06-07 14:33:45 +0000
+++ debian/hipl-dnsproxy.init   2011-06-08 13:32:52 +0000
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:             hipdnsproxy
-# Required-Start:       $local_fs $remote_fs $syslog $network
-# Required-Stop:        $local_fs $remote_fs $syslog $network
+# Required-Start:       $local_fs $syslog
+# Required-Stop:        $local_fs $syslog
 # 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   2011-06-07 14:33:45 +0000
+++ debian/hipl-firewall.init   2011-06-08 13:32:52 +0000
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:             hipfw
-# Required-Start:       $local_fs $remote_fs $syslog $network
-# Required-Stop:        $local_fs $remote_fs $syslog $network
+# Required-Start:       $local_fs $syslog
+# Required-Stop:        $local_fs $syslog
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6
 # Short-Description:    HIPL firewall daemon

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5954: Do not depend on network and local filesystem in debian init script. - noreply