* [Cluster-devel] cluster/rgmanager/src/resources mysql.sh
@ 2006-08-31 15:04 mgrac
0 siblings, 0 replies; only message in thread
From: mgrac @ 2006-08-31 15:04 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: mgrac at sourceware.org 2006-08-31 15:04:42
Modified files:
rgmanager/src/resources: mysql.sh
Log message:
Minor changes.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/mysql.sh.diff?cvsroot=cluster&r1=1.1&r2=1.2
--- cluster/rgmanager/src/resources/mysql.sh 2006/08/31 13:52:21 1.1
+++ cluster/rgmanager/src/resources/mysql.sh 2006/08/31 15:04:42 1.2
@@ -46,7 +46,7 @@
fi
if [ -z "$OCF_RESKEY_configFile" ]; then
- clog_check_file_exist $CLOG_FAILED_INVALID
+ clog_check_file_exist $CLOG_FAILED_INVALID "$OCF_RESKEY_configFile"
clog_service_verify $CLOG_FAILED
return $OCF_ERR_ARGS
fi
@@ -159,7 +159,7 @@
if [ ! -e "$MYSQL_pidFile" ]; then
clog_check_file_exist $CLOG_FAILED_NOT_FOUND "$MYSQL_pidFile"
- clog_service_statuts $CLOG_FAILED
+ clog_service_status $CLOG_FAILED
return $OCF_GENERIC_ERROR
fi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-31 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 15:04 [Cluster-devel] cluster/rgmanager/src/resources mysql.sh mgrac
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).