[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, master, updated. 2.0.871.3-1-7-g1004893

Ritesh Raj Sarraf rrs at researchut.com
Sat May 1 19:09:42 UTC 2010


The following commit has been merged in the master branch:
commit 10048938d40d339c332c02719c7e215336b217f1
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sun May 2 00:37:27 2010 +0530

    start service in 2 3 4 5 runlevels only
    
    I am not sure why we started in S.
    For root on iSCSI, initrd will be used.
    For normal start-up, the usual runlevels should suffice.
    
    Other distros also are  starting it in standard runlevels

diff --git a/debian/changelog b/debian/changelog
index a5a0e96..5aa543a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ open-iscsi (2.0.871.3-2) UNRELEASED; urgency=low
     (Closes: #507003) 
   * Fix double variable assignment in initramfs.local-top. Thanks to Aurelien
     Jarno (Closes: #576786) 
+  * Start the open-iscsi service in runlevels 2 3 4 and 5 only.
+    (Closes: #578250)
 
- -- Ritesh Raj Sarraf <rrs at researchut.com>  Wed, 07 Apr 2010 17:56:26 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Sun, 02 May 2010 00:36:34 +0530
 
 open-iscsi (2.0.871.3-1) unstable; urgency=low
 
diff --git a/debian/open-iscsi.init b/debian/open-iscsi.init
index 9181331..1c4cbcb 100644
--- a/debian/open-iscsi.init
+++ b/debian/open-iscsi.init
@@ -3,7 +3,7 @@
 # Provides:          open-iscsi iscsi
 # Required-Start:    $network $remote_fs
 # Required-Stop:     $network $remote_fs sendsigs
-# Default-Start:     S
+# Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Starts and stops the iSCSI initiator services and logs in to default targets
 ### END INIT INFO

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list