From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 21 May 2007 15:58:09 -0000 Subject: [Cluster-devel] cluster/rgmanager/src/resources clusterfs.sh f ... Message-ID: <20070521155809.3784.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 Changes by: lhh at sourceware.org 2007-05-21 15:58:06 Modified files: rgmanager/src/resources: clusterfs.sh fs.sh netfs.sh Log message: Fix typos in resource script logging Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/clusterfs.sh.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/fs.sh.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/netfs.sh.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- cluster/rgmanager/src/resources/clusterfs.sh 2007/04/19 19:54:35 1.18 +++ cluster/rgmanager/src/resources/clusterfs.sh 2007/05/21 15:58:04 1.19 @@ -771,7 +771,7 @@ ;; *) # invalid format ocf_log err \ -"startFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" +"stopFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" return $FAIL ;; esac --- cluster/rgmanager/src/resources/fs.sh 2007/04/19 17:53:05 1.22 +++ cluster/rgmanager/src/resources/fs.sh 2007/05/21 15:58:04 1.23 @@ -1103,7 +1103,7 @@ ;; *) # invalid format ocf_log err \ -"startFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" +"stopFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" return $FAIL ;; esac --- cluster/rgmanager/src/resources/netfs.sh 2007/04/05 15:08:20 1.8 +++ cluster/rgmanager/src/resources/netfs.sh 2007/05/21 15:58:04 1.9 @@ -472,7 +472,7 @@ ;; *) # invalid format ocf_log err \ -"startFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" +"stopNFSFilesystem: Invalid mount point format (must begin with a '/'): \'$mp\'" return $FAIL ;; esac