[med-svn] r18906 - trunk/packages/orthanc/trunk/debian
    Sebastien Jodogne 
    jodogne-guest at moszumanska.debian.org
       
    Wed Mar  4 15:33:09 UTC 2015
    
    
  
Author: jodogne-guest
Date: 2015-03-04 15:33:08 +0000 (Wed, 04 Mar 2015)
New Revision: 18906
Modified:
   trunk/packages/orthanc/trunk/debian/orthanc-sqlite.orthanc.init
Log:
depends on $network
Modified: trunk/packages/orthanc/trunk/debian/orthanc-sqlite.orthanc.init
===================================================================
--- trunk/packages/orthanc/trunk/debian/orthanc-sqlite.orthanc.init	2015-03-04 14:24:47 UTC (rev 18905)
+++ trunk/packages/orthanc/trunk/debian/orthanc-sqlite.orthanc.init	2015-03-04 15:33:08 UTC (rev 18906)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          orthanc
-# Required-Start:    $local_fs $remote_fs $syslog
-# Required-Stop:     $local_fs $remote_fs $syslog
+# Required-Start:    $local_fs $remote_fs $network $syslog
+# Required-Stop:     $local_fs $remote_fs $network $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Orthanc init script
    
    
More information about the debian-med-commit
mailing list