All of lore.kernel.org
 help / color / mirror / Atom feed
From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager/src/resources Makefile servi ...
Date: 14 Feb 2007 19:03:10 -0000	[thread overview]
Message-ID: <20070214190310.8129.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	lhh at sourceware.org	2007-02-14 19:03:10

Modified files:
	rgmanager/src/resources: Makefile service.sh 

Log message:
	Make sure utility stuff is installed in the right place

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/Makefile.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.4.2.3.6.4&r2=1.4.2.3.6.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/service.sh.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.1.6.4&r2=1.1.2.1.6.5

--- cluster/rgmanager/src/resources/Makefile	2007/01/22 23:10:01	1.4.2.3.6.4
+++ cluster/rgmanager/src/resources/Makefile	2007/02/14 19:03:10	1.4.2.3.6.5
@@ -25,7 +25,9 @@
 METADATA=apache.metadata openldap.metadata samba.metadata \
 	mysql.metadata postgres-8.metadata tomcat-5.metadata
 
-TARGETS=${RESOURCES} ocf-shellfuncs svclib_nfslock \
+TARGETS=${RESOURCES} ocf-shellfuncs svclib_nfslock
+
+UTIL_TARGETS= \
 	utils/config-utils.sh utils/ra-skelet.sh utils/messages.sh \
 	utils/httpd-parse-config.pl utils/tomcat-parse-config.pl
 
@@ -37,9 +39,11 @@
 	install -d ${sharedir}
 	install -d ${sharedir}/utils
 	install $(TARGETS) ${sharedir}
+	install $(UTIL_TARGETS) ${sharedir}/utils
 	install -m 644 $(METADATA) ${sharedir}
 
 uninstall:
+	${UNINSTALL} ${UTIL_TARGETS} ${sharedir}/utils
 	${UNINSTALL} ${TARGETS} ${sharedir}
 
 clean:
--- cluster/rgmanager/src/resources/service.sh	2007/02/14 16:23:06	1.1.2.1.6.4
+++ cluster/rgmanager/src/resources/service.sh	2007/02/14 19:03:10	1.1.2.1.6.5
@@ -149,7 +149,7 @@
         <child type="netfs" start="4" stop="6"/>
 	<child type="nfsexport" start="5" stop="5"/>
 
-	<child type="nfsclient" start="6" stop="4"/>
+	<child type="nfsclient" start="6" stop=""/>
 
         <child type="ip" start="7" stop="2"/>
         <child type="smb" start="8" stop="3"/>



                 reply	other threads:[~2007-02-14 19:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070214190310.8129.qmail@sourceware.org \
    --to=lhh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.