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

Ritesh Raj Sarraf rrs at researchut.com
Tue Jun 8 18:24:11 UTC 2010


The following commit has been merged in the master branch:
commit a79a06dafe46f85cefaa314c3163d6b93ae2eacd
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Tue Jun 8 19:21:54 2010 +0530

    refresh 002_bianry_spelling_error_fix.patch with some new spelling fixes

diff --git a/debian/patches/002_bianry_spelling_error_fix.patch b/debian/patches/002_bianry_spelling_error_fix.patch
index 31396ee..c212eaf 100644
--- a/debian/patches/002_bianry_spelling_error_fix.patch
+++ b/debian/patches/002_bianry_spelling_error_fix.patch
@@ -1,8 +1,8 @@
 Fix many spelling errors in source code
-Index: b/usr/initiator.c
+Index: open-iscsi/usr/initiator.c
 ===================================================================
---- a/usr/initiator.c	2010-06-08 14:09:09.999743105 +0530
-+++ b/usr/initiator.c	2010-06-08 19:04:43.309050527 +0530
+--- open-iscsi.orig/usr/initiator.c	2010-06-08 19:18:13.349024756 +0530
++++ open-iscsi/usr/initiator.c	2010-06-08 19:20:20.529023429 +0530
 @@ -1719,7 +1719,7 @@
  	case STATE_LOGGED_IN:
  	case STATE_IN_LOGOUT:
@@ -27,10 +27,10 @@ Index: b/usr/initiator.c
  			  "let connection cleanup");
  		break;
  	default:
-Index: b/usr/initiator.h
+Index: open-iscsi/usr/initiator.h
 ===================================================================
---- a/usr/initiator.h	2010-06-08 14:09:09.991750787 +0530
-+++ b/usr/initiator.h	2010-06-08 19:04:43.309050527 +0530
+--- open-iscsi.orig/usr/initiator.h	2010-06-08 19:18:13.337024686 +0530
++++ open-iscsi/usr/initiator.h	2010-06-08 19:20:20.529023429 +0530
 @@ -143,7 +143,7 @@
  	int socket_fd;
  	/* address being used for normal session connection */
@@ -40,10 +40,10 @@ Index: b/usr/initiator.h
  	struct sockaddr_storage failback_saddr;
  	int tcp_window_size;
  	int type_of_service;
-Index: b/usr/netlink.c
+Index: open-iscsi/usr/netlink.c
 ===================================================================
---- a/usr/netlink.c	2010-06-08 14:09:09.983743663 +0530
-+++ b/usr/netlink.c	2010-06-08 19:04:43.313051715 +0530
+--- open-iscsi.orig/usr/netlink.c	2010-06-08 19:18:13.325023569 +0530
++++ open-iscsi/usr/netlink.c	2010-06-08 19:21:03.585028877 +0530
 @@ -282,7 +282,7 @@
  				}
  				if (ev->iferror == -ENOSYS)
@@ -53,3 +53,25 @@ Index: b/usr/netlink.c
  						  ev->iferror,
  						  strerror(ev->iferror));
  				else if (ev->iferror < 0)
+@@ -831,7 +831,7 @@
+ 	ev.u.ep_disconnect.ep_handle = conn->transport_ep_handle;
+ 
+ 	if ((rc = __kipc_call(&ev, sizeof(ev))) < 0) {
+-		log_error("connnection %d:%d transport disconnect failed for "
++		log_error("connection %d:%d transport disconnect failed for "
+ 			  "ep %" PRIu64 " with error %d.", conn->session->id,
+ 			  conn->id, conn->transport_ep_handle, rc);
+ 	} else
+Index: open-iscsi/usr/auth.c
+===================================================================
+--- open-iscsi.orig/usr/auth.c	2010-06-08 19:20:30.221523630 +0530
++++ open-iscsi/usr/auth.c	2010-06-08 19:20:41.337024197 +0530
+@@ -2007,7 +2007,7 @@
+ 		"AuthMethod negotiation failed",
+ 		"AuthMethod negotiated to none",
+ 		"CHAP algorithm negotiation failed",
+-		"CHAP challange reflected",
++		"CHAP challenge reflected",
+ 		"Local password same as remote",
+ 		"Local password not set",
+ 		"CHAP identifier bad",

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list