prometheanfire    15/08/08 05:42:15

  Modified:             iscsid-init.d
  Log:
  fixing bug 511064 and bug 501996
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.9                  sys-block/open-iscsi/files/iscsid-init.d

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d?r1=1.8&r2=1.9

Index: iscsid-init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iscsid-init.d       20 Oct 2013 20:19:52 -0000      1.8
+++ iscsid-init.d       8 Aug 2015 05:42:15 -0000       1.9
@@ -1,11 +1,11 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation, Inc.
+# Copyright 1999-2015 Gentoo Foundation, Inc.
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d,v 
1.8 2013/10/20 20:19:52 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d,v 
1.9 2015/08/08 05:42:15 prometheanfire Exp $
 
 command="/usr/sbin/iscsid"
 command_args="${OPTS}"
-start_stop_daemon_args="-w 10" # iscsid might fail e.g. when the iSCSI kernel 
modules aren't available
+start_stop_daemon_args="-w 100" # iscsid might fail e.g. when the iSCSI kernel 
modules aren't available
 pidfile=${PIDFILE:-/var/run/${SVCNAME}.pid}
 
 extra_started_commands="starttargets stoptargets"




Reply via email to