From: kupcevic@sourceware.org <kupcevic@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./conga.spec.in.in luci/Makefile ricci/M ...
Date: 4 Aug 2006 17:55:25 -0000 [thread overview]
Message-ID: <20060804175525.11108.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: kupcevic at sourceware.org 2006-08-04 17:55:25
Modified files:
. : conga.spec.in.in
luci : Makefile
ricci : Makefile
ricci/ricci : Makefile
Log message:
chown luci:luci /var/lib/luci
chmod 700 /var/lib/luci
chown luci:luci /usr/lib/luci
chmod 700 /usr/lib/luci/zope
chown ricci:ricci /var/lib/ricci
chmod 700 /var/lib/ricci
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14
--- conga/conga.spec.in.in 2006/08/03 23:39:00 1.23
+++ conga/conga.spec.in.in 2006/08/04 17:55:24 1.24
@@ -139,11 +139,11 @@
%config(noreplace) %{_sysconfdir}/sysconfig/luci
%{_sysconfdir}/rc.d/init.d/luci
%{_sbindir}/luci_admin
+ %{_docdir}/luci-%{version}/
+%defattr(-,luci,luci)
%if "%{include_zope_and_plone}" == yes
%{_libdir}/luci/
%endif
- %{_docdir}/luci-%{version}/
-%defattr(-,luci,luci)
%{_localstatedir}/lib/luci
%pre -n luci
@@ -240,7 +240,7 @@
%config(noreplace) %{_sysconfdir}/oddjobd.conf.d/ricci.oddjob.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/ricci.systembus.conf
%{_sysconfdir}/rc.d/init.d/ricci
-%attr(-,ricci,root) %{_localstatedir}/lib/ricci
+%attr(-,ricci,ricci) %{_localstatedir}/lib/ricci
%{_sbindir}/ricci
%attr(4755,root,root) %{_sbindir}/ricci-auth
%{_sbindir}/ricci-worker
--- conga/luci/Makefile 2006/08/03 20:53:15 1.13
+++ conga/luci/Makefile 2006/08/04 17:55:24 1.14
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2006/08/03 20:53:15 kupcevic Exp $
+# $Id: Makefile,v 1.14 2006/08/04 17:55:24 kupcevic Exp $
ZOPEINSTANCE=/var/lib/luci
include ../make/version.in
@@ -20,17 +20,18 @@
install:
if [ "${include_zope_and_plone}" = "yes" ] ; then \
+ install -d ${libdir}/luci ; \
+ install -d -m 700 ${libdir}/luci/zope ; \
cd zope ; \
./configure --prefix=${libdir}/luci/zope --with-python=/usr/bin/python ; \
make ; \
make install ; \
fi
if [ "${include_zope_and_plone}" = "yes" ] ; then \
+ install -d ${libdir}/luci/zope/lib/python/Products ; \
cp -R plone/* ${libdir}/luci/zope/lib/python/Products/ ; \
fi
- install -d ${DESTDIR}/var
- install -d ${DESTDIR}/var/lib/
install -d -m 700 ${DESTDIR}/var/lib/luci
make -C site install
--- conga/ricci/Makefile 2006/07/05 21:33:46 1.9
+++ conga/ricci/Makefile 2006/08/04 17:55:24 1.10
@@ -23,6 +23,7 @@
install:
+ $(INSTALL_DIR) -m 700 ${localstatedir}/lib/ricci
make -C ricci install
make -C modules install
make -C init.d install
--- conga/ricci/ricci/Makefile 2006/07/25 19:10:18 1.13
+++ conga/ricci/ricci/Makefile 2006/08/04 17:55:24 1.14
@@ -53,7 +53,6 @@
$(INSTALL_BIN) ${TARGET} ${sbindir}
$(INSTALL_BIN) ${TARGET_AUTH} ${sbindir}
$(INSTALL_BIN) ${TARGET_WORKER} ${sbindir}
- $(INSTALL_DIR) ${localstatedir}/lib/ricci
$(INSTALL_DIR) ${localstatedir}/lib/ricci/queue
$(INSTALL_DIR) ${localstatedir}/lib/ricci/certs
$(INSTALL_FILE) cacert.config ${localstatedir}/lib/ricci/certs/
next reply other threads:[~2006-08-04 17:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-04 17:55 kupcevic [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-07-05 21:33 [Cluster-devel] conga ./conga.spec.in.in luci/Makefile ricci/M kupcevic
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=20060804175525.11108.qmail@sourceware.org \
--to=kupcevic@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).