All of lore.kernel.org
 help / color / mirror / Atom feed
From: kupcevic@sourceware.org <kupcevic@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/site Makefile
Date: 18 Aug 2006 07:21:03 -0000	[thread overview]
Message-ID: <20060818072103.19104.qmail@sourceware.org> (raw)

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



             reply	other threads:[~2006-08-18  7:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-18  7:21 kupcevic [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-07-16 22:10 [Cluster-devel] conga/luci/site Makefile rmccabe
2006-08-24 14:38 rmccabe
2006-08-03 18:44 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=20060818072103.19104.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.