From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 21 Feb 2007 20:55:15 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh Message-ID: <20070221205515.22884.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: lhh at sourceware.org 2007-02-21 20:55:15 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=STABLE&r1=1.3.2.2.6.7&r2=1.3.2.2.6.8 --- cluster/rgmanager/src/resources/nfsclient.sh 2006/11/03 16:29:58 1.3.2.2.6.7 +++ cluster/rgmanager/src/resources/nfsclient.sh 2007/02/21 20:55:14 1.3.2.2.6.8 @@ -212,9 +212,9 @@ ;; no_all_squash) ;; - anonuid) + anonuid=*) ;; - anongid) + anongid=*) ;; *) ocf_log err "Export Option $o invalid"