From: kupcevic@sourceware.org <kupcevic@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./conga.spec.in.in luci/Makefile luci/si ...
Date: 3 Aug 2006 20:53:16 -0000 [thread overview]
Message-ID: <20060803205316.8788.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: kupcevic at sourceware.org 2006-08-03 20:53:15
Modified files:
. : conga.spec.in.in
luci : Makefile
luci/site : Makefile
Log message:
chown luci:luci /var/lib/luci
chmod 700 /var/lib/luci
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6
--- conga/conga.spec.in.in 2006/07/26 18:03:55 1.20
+++ conga/conga.spec.in.in 2006/08/03 20:53:15 1.21
@@ -143,7 +143,7 @@
%{_libdir}/luci/
%endif
%{_docdir}/luci-%{version}/
-%defattr(-,luci,root)
+%defattr(-,luci,luci)
%{_localstatedir}/lib/luci
%pre -n luci
@@ -482,7 +482,7 @@
* Tue Jun 27 2006 Stanko Kupcevic <kupcevic@redhat.com> 0.8-6
- Luci persists users/clusters/systems/permissions across upgrades
* Fri Jun 16 2006 Stanko Kupcevic <kupcevic@redhat.com> 0.8-4
-- Moved storage, service, log and rpm modules into main ricci.rpm.
+- Moved storage, service, log and rpm modules into main ricci.rpm
* Wed Jun 14 2006 Stanko Kupcevic <kupcevic@redhat.com> 0.8-1
- Packaged cluster-snmp (cluster snmp agent)
- Packaged cluster-cim (cluster CIM provider)
--- conga/luci/Makefile 2006/07/24 20:17:01 1.12
+++ conga/luci/Makefile 2006/08/03 20:53:15 1.13
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 2006/07/24 20:17:01 kupcevic Exp $
+# $Id: Makefile,v 1.13 2006/08/03 20:53:15 kupcevic Exp $
ZOPEINSTANCE=/var/lib/luci
include ../make/version.in
@@ -28,6 +28,11 @@
if [ "${include_zope_and_plone}" = "yes" ] ; then \
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
make -C utils install
make -C init.d install
--- conga/luci/site/Makefile 2006/08/03 18:44:04 1.5
+++ conga/luci/site/Makefile 2006/08/03 20:53:15 1.6
@@ -39,10 +39,6 @@
install:
- install -d ${DESTDIR}/var
- install -d ${DESTDIR}/var/lib/
- install -d ${DESTDIR}/var/lib/luci
-
install -d ${DESTDIR}/var/lib/luci/bin
# install `find luci/bin -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/bin
install luci/bin/runzope ${DESTDIR}/var/lib/luci/bin
next reply other threads:[~2006-08-03 20:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-03 20:53 kupcevic [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-08-04 22:14 [Cluster-devel] conga ./conga.spec.in.in luci/Makefile luci/si kupcevic
2006-12-08 18:27 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=20060803205316.8788.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 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.