cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga/luci/site Makefile
@ 2006-08-03 18:44 kupcevic
  0 siblings, 0 replies; 4+ messages in thread
From: kupcevic @ 2006-08-03 18:44 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	kupcevic at sourceware.org	2006-08-03 18:44:04

Modified files:
	luci/site      : Makefile 

Log message:
	Add zopectl to distribution

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- conga/luci/site/Makefile	2006/07/24 20:17:02	1.4
+++ conga/luci/site/Makefile	2006/08/03 18:44:04	1.5
@@ -46,7 +46,7 @@
 	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
-#	install luci/bin/zopectl ${DESTDIR}/var/lib/luci/bin
+	install luci/bin/zopectl ${DESTDIR}/var/lib/luci/bin
 
 	install -d ${DESTDIR}/var/lib/luci/etc
 #	install `find luci/etc -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/etc



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] conga/luci/site Makefile
@ 2006-08-18  7:21 kupcevic
  0 siblings, 0 replies; 4+ messages in thread
From: kupcevic @ 2006-08-18  7:21 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	kupcevic at sourceware.org	2006-08-18 07:21:02

Modified files:
	luci/site      : Makefile 

Log message:
	luci: allow access to Data.fs (and derivatives) only to luci user

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8

--- conga/luci/site/Makefile	2006/08/04 22:14:32	1.7
+++ conga/luci/site/Makefile	2006/08/18 07:21:02	1.8
@@ -67,7 +67,14 @@
 	install -m 644 `find luci/Products/ManagedSystem/skins -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/Products/ManagedSystem/skins
 
 	install -d ${DESTDIR}/var/lib/luci/var
-	install -m 600 luci/var/Data.fs ${DESTDIR}/var/lib/luci/var
+	install -m 600 luci/var/Data.fs ${DESTDIR}/var/lib/luci/var/Data.fs
+	install -m 600 luci/var/Data.fs ${DESTDIR}/var/lib/luci/var/Data.fs.old
+	touch     ${DESTDIR}/var/lib/luci/var/Data.fs.index
+	chmod 600 ${DESTDIR}/var/lib/luci/var/Data.fs.index
+	touch     ${DESTDIR}/var/lib/luci/var/Data.fs.tmp
+	chmod 600 ${DESTDIR}/var/lib/luci/var/Data.fs.tmp
+	touch     ${DESTDIR}/var/lib/luci/var/Data.fs.lock
+	chmod 644 ${DESTDIR}/var/lib/luci/var/Data.fs.lock
 	install -d ${DESTDIR}/var/lib/luci/var/pts
 #	install -m 644 `find luci/var/pts -maxdepth 1 -type f | grep .mo | grep -v \~ | grep -v \#` ${DESTDIR}/var/lib/luci/var/pts
 	install -d ${DESTDIR}/var/lib/luci/var/certs



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] conga/luci/site Makefile
@ 2006-08-24 14:38 rmccabe
  0 siblings, 0 replies; 4+ messages in thread
From: rmccabe @ 2006-08-24 14:38 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-24 14:38:28

Modified files:
	luci/site      : Makefile 

Log message:
	fix typo.. no chmod -m

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11

--- conga/luci/site/Makefile	2006/08/23 19:58:42	1.10
+++ conga/luci/site/Makefile	2006/08/24 14:38:28	1.11
@@ -41,7 +41,7 @@
 install:
 	install -d ${DESTDIR}/var/lib/luci
 	echo False > ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
-	chmod -m 0640 ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
+	chmod 640 ${DESTDIR}/var/lib/luci/.default_password_has_been_reset
 
 	install -d ${DESTDIR}/var/lib/luci/bin
 #	install `find luci/bin -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/bin



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] conga/luci/site Makefile
@ 2007-07-16 22:10 rmccabe
  0 siblings, 0 replies; 4+ messages in thread
From: rmccabe @ 2007-07-16 22:10 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-07-16 22:10:27

Modified files:
	luci/site      : Makefile 

Log message:
	Fix an install bug that causes luci to bomb out at startup.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.11.2.2&r2=1.11.2.3

--- conga/luci/site/Makefile	2007/06/18 18:39:32	1.11.2.2
+++ conga/luci/site/Makefile	2007/07/16 22:10:27	1.11.2.3
@@ -53,7 +53,9 @@
 	install -m 644 luci/etc/zope.conf ${DESTDIR}/var/lib/luci/etc
 
 	install -d ${DESTDIR}/var/lib/luci/Extensions
-	install -m 644 `find luci/Extensions -maxdepth 1 -type f | grep .py | grep -v \~ | grep -v \#` ${DESTDIR}/var/lib/luci/Extensions
+	install -m 644 `find luci/Extensions -maxdepth 1 -type f -name \*.py | grep -v \~ | grep -v \#` ${DESTDIR}/var/lib/luci/Extensions
+	install -d ${DESTDIR}/var/lib/luci/Extensions/ClusterModel
+	install -m 644 `find luci/Extensions/ClusterModel -maxdepth 1 -type f -name \*.py | grep -v \~ | grep -v \#` ${DESTDIR}/var/lib/luci/Extensions/ClusterModel
 
 	install -d ${DESTDIR}/var/lib/luci/import
 #	install -m 644 `find luci/import -maxdepth 1 -type f` ${DESTDIR}/var/lib/luci/import



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-16 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-16 22:10 [Cluster-devel] conga/luci/site Makefile rmccabe
  -- strict thread matches above, loose matches on Subject: below --
2006-08-24 14:38 rmccabe
2006-08-18  7:21 kupcevic
2006-08-03 18:44 kupcevic

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).