This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add fedfs_admin to /etc/rpc


A new RPC program number needs to be added to /etc/rpc. The entry is for the FedFS ADMIN service (see RFC 5716 and draft-ietf-nfsv4-federated-fs-admin-08.txt).

See RFC 5531, Appendix C, and section 7 of the fs-admin draft. The new entry should read:

fedfs_admin 100418

[ We've had this in Fedora since early 2012. ]

diff --git a/ChangeLog b/ChangeLog
index 0acc46b..73425e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-05  Jeff Law  <law@redhat.com>
+
+	* sunrpc/etc.rpc (fedfd_admin): Add entry.
+
 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
 
 	* soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
diff --git a/sunrpc/etc.rpc b/sunrpc/etc.rpc
index eb0092b..e099ebb 100644
--- a/sunrpc/etc.rpc
+++ b/sunrpc/etc.rpc
@@ -62,6 +62,7 @@ sadmind		100232
 nisd		100300	rpc.nisd
 nispasswd	100303	rpc.nispasswdd
 ufsd		100233	ufsd
+fedfs_admin	100418
 pcnfsd		150001	pcnfs
 amd		300019  amq
 sgi_fam		391002	fam

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]