All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4508E02D.8080805@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 3a2c630..fff30d8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,12 +7,3 @@ Signed-off-by: Lon Hohberger  <lhh@redhat.com>
 
  nfs-utils-1.0.8-rc4/utils/statd/monitor.c |    7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)
-
-
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: gfs_statd_user.patch
-Type: text/x-patch
-Size: 1128 bytes
-Desc: not available
-URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20060914/28ae37e0/attachment.bin>
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..6229ce3
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,5 @@
+Content-Type: text/x-patch;
+ name="gfs_statd_user.patch"
+Content-Transfer-Encoding: 7bit
+Content-Disposition: inline;
+ filename="gfs_statd_user.patch"
diff --git a/N1/2.txt b/N1/2.txt
new file mode 100644
index 0000000..31536b3
--- /dev/null
+++ b/N1/2.txt
@@ -0,0 +1,37 @@
+--- nfs-util/nfs-utils-1.0.8-rc4/utils/statd/monitor.c	2006-07-07 17:58:22.000000000 -0400
++++ nfs-user/nfs-utils-1.0.8-rc4/utils/statd/monitor.c	2006-08-13 02:06:52.000000000 -0400
+@@ -68,7 +68,7 @@ sm_mon_1_svc(struct mon *argp, struct sv
+ 		goto failure;
+ 	}
+ 	my_addr.s_addr = htonl(INADDR_LOOPBACK);
+-	my_name = "127.0.0.1";
++	note(N_DEBUG, "sm_mon_1_svc my_name=%s\n", my_name);
+ 
+ 	/* 2.	Reject any registrations for non-lockd services.
+ 	 *
+@@ -181,6 +181,7 @@ sm_mon_1_svc(struct mon *argp, struct sv
+ 		goto failure;
+ 	}
+ 	free(path);
++
+ 	/* PRC: do the HA callout: */
+ 	ha_callout("add-client", mon_name, my_name, -1);
+ 	nlist_insert(&rtnl, clnt);
+@@ -231,7 +232,7 @@ sm_unmon_1_svc(struct mon_id *argp, stru
+ 			inet_ntoa(caller));
+ 		goto failure;
+ 	}
+-	my_name = "127.0.0.1";
++	note(N_DEBUG, "sm_unmon_1_svc my_name=%s\n", my_name);
+ #endif
+ 
+ 	/* Check if we're monitoring anyone. */
+@@ -296,7 +297,7 @@ sm_unmon_all_1_svc(struct my_id *argp, s
+ 			inet_ntoa(caller));
+ 		goto failure;
+ 	}
+-	my_name = "127.0.0.1";
++	note(N_DEBUG, "sm_unmon_all_1_svc my_name=%s\n", my_name);
+ #endif
+ 
+ 	result.state = MY_STATE;
diff --git a/N1/3.hdr b/N1/3.hdr
new file mode 100644
index 0000000..4b86001
--- /dev/null
+++ b/N1/3.hdr
@@ -0,0 +1,4 @@
+Content-Type: text/plain; charset="us-ascii"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Content-Disposition: inline
diff --git a/N1/3.txt b/N1/3.txt
new file mode 100644
index 0000000..b5ca0c1
--- /dev/null
+++ b/N1/3.txt
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------------
+Using Tomcat but need to do more? Need to support web services, security?
+Get stuff done quickly with pre-integrated technology to make your job easier
+Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
+http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
diff --git a/N1/4.hdr b/N1/4.hdr
new file mode 100644
index 0000000..4b86001
--- /dev/null
+++ b/N1/4.hdr
@@ -0,0 +1,4 @@
+Content-Type: text/plain; charset="us-ascii"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Content-Disposition: inline
diff --git a/N1/4.txt b/N1/4.txt
new file mode 100644
index 0000000..5264bf8
--- /dev/null
+++ b/N1/4.txt
@@ -0,0 +1,3 @@
+_______________________________________________
+NFS maillist  -  NFS@lists.sourceforge.net
+https://lists.sourceforge.net/lists/listinfo/nfs
diff --git a/a/content_digest b/N1/content_digest
index ab9bea7..899defb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,10 @@
  "From\0Wendy Cheng <wcheng@redhat.com>\0"
- "Subject\0[Cluster-devel] [PATCH 4/4 Reference] NLM failover - user mode statd\0"
+ "Subject\0[PATCH 4/4 Reference] NLM failover - user mode statd\0"
  "Date\0Thu, 14 Sep 2006 00:53:01 -0400\0"
- "To\0cluster-devel.redhat.com\0"
- "\00:1\0"
+ "To\0nfs@lists.sourceforge.net"
+ " cluster-devel@redhat.com\0"
+ "Cc\0lhh@redhat.com\0"
+ "\01:1\0"
  "b\0"
  "This is nfs-utils user mode patch based on nfs-utils-1.0.8-rc4. It \n"
  "re-enables my_name to the correct ip interface passed by kernel (via \n"
@@ -12,15 +14,58 @@
  "Signed-off-by: Lon Hohberger  <lhh@redhat.com>\n"
  "\n"
  " nfs-utils-1.0.8-rc4/utils/statd/monitor.c |    7 ++++---\n"
- " 1 files changed, 4 insertions(+), 3 deletions(-)\n"
- "\n"
- "\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: gfs_statd_user.patch\n"
- "Type: text/x-patch\n"
- "Size: 1128 bytes\n"
- "Desc: not available\n"
- URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20060914/28ae37e0/attachment.bin>
+  1 files changed, 4 insertions(+), 3 deletions(-)
+ "\01:2\0"
+ "fn\0gfs_statd_user.patch\0"
+ "b\0"
+ "--- nfs-util/nfs-utils-1.0.8-rc4/utils/statd/monitor.c\t2006-07-07 17:58:22.000000000 -0400\n"
+ "+++ nfs-user/nfs-utils-1.0.8-rc4/utils/statd/monitor.c\t2006-08-13 02:06:52.000000000 -0400\n"
+ "@@ -68,7 +68,7 @@ sm_mon_1_svc(struct mon *argp, struct sv\n"
+ " \t\tgoto failure;\n"
+ " \t}\n"
+ " \tmy_addr.s_addr = htonl(INADDR_LOOPBACK);\n"
+ "-\tmy_name = \"127.0.0.1\";\n"
+ "+\tnote(N_DEBUG, \"sm_mon_1_svc my_name=%s\\n\", my_name);\n"
+ " \n"
+ " \t/* 2.\tReject any registrations for non-lockd services.\n"
+ " \t *\n"
+ "@@ -181,6 +181,7 @@ sm_mon_1_svc(struct mon *argp, struct sv\n"
+ " \t\tgoto failure;\n"
+ " \t}\n"
+ " \tfree(path);\n"
+ "+\n"
+ " \t/* PRC: do the HA callout: */\n"
+ " \tha_callout(\"add-client\", mon_name, my_name, -1);\n"
+ " \tnlist_insert(&rtnl, clnt);\n"
+ "@@ -231,7 +232,7 @@ sm_unmon_1_svc(struct mon_id *argp, stru\n"
+ " \t\t\tinet_ntoa(caller));\n"
+ " \t\tgoto failure;\n"
+ " \t}\n"
+ "-\tmy_name = \"127.0.0.1\";\n"
+ "+\tnote(N_DEBUG, \"sm_unmon_1_svc my_name=%s\\n\", my_name);\n"
+ " #endif\n"
+ " \n"
+ " \t/* Check if we're monitoring anyone. */\n"
+ "@@ -296,7 +297,7 @@ sm_unmon_all_1_svc(struct my_id *argp, s\n"
+ " \t\t\tinet_ntoa(caller));\n"
+ " \t\tgoto failure;\n"
+ " \t}\n"
+ "-\tmy_name = \"127.0.0.1\";\n"
+ "+\tnote(N_DEBUG, \"sm_unmon_all_1_svc my_name=%s\\n\", my_name);\n"
+ " #endif\n"
+ " \n"
+ " \tresult.state = MY_STATE;"
+ "\01:3\0"
+ "b\0"
+ "-------------------------------------------------------------------------\n"
+ "Using Tomcat but need to do more? Need to support web services, security?\n"
+ "Get stuff done quickly with pre-integrated technology to make your job easier\n"
+ "Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo\n"
+ http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
+ "\01:4\0"
+ "b\0"
+ "_______________________________________________\n"
+ "NFS maillist  -  NFS@lists.sourceforge.net\n"
+ https://lists.sourceforge.net/lists/listinfo/nfs
 
-404e6150f28746be809f4320f9f7f08fba09bccd74299cec41c60b78cb0b2283
+2209ec6c7dfbac861b059c5333ea0db454c79d68d4b321fe9cc9cdcafd89d730

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.