[Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh

lhh at sourceware.org lhh at sourceware.org
Wed Feb 21 20:54:51 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2007-02-21 20:54:51

Modified files:
	rgmanager/src/resources: nfsclient.sh 

Log message:
	Fix anonuid/anongid parsing in nfsclient.sh

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.10&r2=1.3.2.11

--- cluster/rgmanager/src/resources/nfsclient.sh	2006/10/20 20:34:25	1.3.2.10
+++ cluster/rgmanager/src/resources/nfsclient.sh	2007/02/21 20:54:51	1.3.2.11
@@ -212,9 +212,9 @@
 			;;
 		no_all_squash)
 			;;
-		anonuid)
+		anonuid=*)
 			;;
-		anongid)
+		anongid=*)
 			;;
 		*)
 			ocf_log err "Export Option $o invalid"




More information about the Cluster-devel mailing list