From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci init.d/Makefile site/Makefile sysco ...
Date: 11 Sep 2007 17:27:47 -0000 [thread overview]
Message-ID: <20070911172747.22554.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2007-09-11 17:27:46
Modified files:
luci/init.d : Makefile
luci/site : Makefile
luci/sysconfig : Makefile
luci/utils : Makefile
Log message:
More makefile tweaks
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/sysconfig/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3
--- conga/luci/init.d/Makefile 2007/09/11 16:02:18 1.3
+++ conga/luci/init.d/Makefile 2007/09/11 17:27:46 1.4
@@ -8,6 +8,8 @@
##
################################################################################
+include ../make/defines.mk
+
all:
install:
--- conga/luci/site/Makefile 2007/09/11 16:02:18 1.16
+++ conga/luci/site/Makefile 2007/09/11 17:27:46 1.17
@@ -45,7 +45,7 @@
install:
${INSTALL_DIR} ${DESTDIR}/var/lib/luci
echo False > ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
- ${INSTALL_FILE} -m 640 ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
+ chmod 640 ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/bin
${INSTALL_BIN} luci/bin/runzope ${DESTDIR}/var/lib/luci/bin
@@ -60,19 +60,18 @@
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/Extensions/ClusterModel
${INSTALL_FILE} -m 644 `find luci/Extensions/ClusterModel -maxdepth 1 -type f -name \*.py | grep -v \~ | grep -v \#` ${DESTDIR}/var/lib/luci/Extensions/ClusterModel
- ${INSTALL_DIR} ${DESTDIR}/var/lib/luci/import
-
+ ${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/import
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/log
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/Products
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/Products/ManagedSystem
${INSTALL_FILE} -m 644 `find luci/Products/ManagedSystem -maxdepth 1 -type f | grep .py | grep -v \~ | grep -v \#` ${DESTDIR}/var/lib/luci/Products/ManagedSystem
- ${INSTALL_DIR} ${DESTDIR}/var/lib/luci/Products/ManagedSystem/skins
+ ${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/Products/ManagedSystem/skins
${INSTALL_FILE} -m 644 `find luci/Products/ManagedSystem/skins -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/Products/ManagedSystem/skins
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/var
${INSTALL_FILE} -m 600 luci/var/Data.fs ${DESTDIR}/var/lib/luci/var/Data.fs
- ${INSTALL_DIR} ${DESTDIR}/var/lib/luci/var/pts
+ ${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/var/pts
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/var/certs
${INSTALL_DIR} -m 700 ${DESTDIR}/var/lib/luci/var/certs/peers
${INSTALL_FILE} -m 644 luci/var/certs/cacert.config ${DESTDIR}/var/lib/luci/var/certs
--- conga/luci/sysconfig/Makefile 2007/09/11 16:02:19 1.3
+++ conga/luci/sysconfig/Makefile 2007/09/11 17:27:46 1.4
@@ -8,6 +8,8 @@
##
################################################################################
+include ../make/defines.mk
+
all:
install:
--- conga/luci/utils/Makefile 2007/09/11 16:02:19 1.2
+++ conga/luci/utils/Makefile 2007/09/11 17:27:46 1.3
@@ -8,6 +8,8 @@
##
################################################################################
+include ../make/defines.mk
+
all:
install:
reply other threads:[~2007-09-11 17:27 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=20070911172747.22554.qmail@sourceware.org \
--to=rmccabe@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).