cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: mgrac@sourceware.org <mgrac@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager/src/resources apache.sh
Date: 20 Sep 2006 08:50:13 -0000	[thread overview]
Message-ID: <20060920085013.19707.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	mgrac at sourceware.org	2006-09-20 08:50:12

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

Log message:
	After upgrade to 'unified names for PID files' we can clean code a bit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/apache.sh.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- cluster/rgmanager/src/resources/apache.sh	2006/09/20 08:07:04	1.4
+++ cluster/rgmanager/src/resources/apache.sh	2006/09/20 08:50:12	1.5
@@ -39,35 +39,6 @@
 
 declare APACHE_parseConfig=$(dirname $0)/utils/httpd-parse-config.pl
 
-apache_pidFile()
-{
-	declare tmpFile="/tmp/httpd.$OCF_RESKEY_name.$$"
-	declare CFG_serverRoot
-
-	if [ -f "$APACHE_genConfig" ]; then
-		sha1_verify "$APACHE_genConfig"
-		if [ $? -ne 0 ]; then
-			ocf_log debug "Config file changed; skipping"
-			cp "$APACHE_genConfig" "$tmpFile"
-		else 
-			generate_configFile "$APACHE_serverConfigFile" "$tmpFile"
-		fi
-	else
-		generate_configFile "$APACHE_serverConfigFile" "$tmpFile"
-	fi	
-
-	CFG_serverRoot=`grep -e '^ServerRoot' "$tmpFile" | head -n 1 | \
-		sed 's/^ServerRoot "\(.*\)"/\1/;s/^ServerRoot \(.*\)/\1/'`
-
-	if [ -z "$CFG_serverRoot" ]; then
-		CFG_serverRoot="$OCF_RESKEY_server_root"
-	fi
-
-	rm -f "$tmpFile"
-
-	return;
-}
-
 apache_serverConfigFile()
 {
 	if [[ "$OCF_RESKEY_config_file" =~ '^/' ]]; then
@@ -256,7 +227,6 @@
 
 if [ "$1" != "meta-data" ]; then
 	apache_serverConfigFile
-	apache_pidFile
 fi;
 		
 case $1 in



             reply	other threads:[~2006-09-20  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-20  8:50 mgrac [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-14  5:26 [Cluster-devel] cluster/rgmanager/src/resources apache.sh fabbione

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060920085013.19707.qmail@sourceware.org \
    --to=mgrac@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).