[lemonldap-ng] 07/08: Add psessions dir

Xavier Guimard xguimard-guest at moszumanska.debian.org
Thu Feb 6 12:23:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit a0ba4614096b04805e60765c2d8fcf245a3f843c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Feb 6 13:18:10 2014 +0100

    Add psessions dir
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4216b80..1f098d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ TMP       = $(CURDIR)/debian/tmp
 
 CONFDIR=/etc/lemonldap-ng
 SESSIONSDIR=$(LMVARDIR)/sessions
+PSESSIONSDIR=$(LMVARDIR)/psessions
 NOTIFICATIONSDIR=$(LMVARDIR)/notifications
 CONFSTORAGEDIR=$(LMVARDIR)/conf
 FIRSTCONFFILE=$(CONFSTORAGEDIR)/lmConf-1
@@ -62,6 +63,8 @@ override_dh_fixperms:
 	chown www-data:www-data \
 		debian/*/$(SESSIONSDIR) \
 		debian/*/$(SESSIONSDIR)/lock \
+		debian/*/$(PSESSIONSDIR) \
+		debian/*/$(PSESSIONSDIR)/lock \
 		debian/*/$(NOTIFICATIONSDIR) \
 		debian/liblemonldap-ng-common-perl/$(CONFSTORAGEDIR) \
 		debian/liblemonldap-ng-portal-perl/$(CAPTCHADIR) \
@@ -70,6 +73,7 @@ override_dh_fixperms:
 	chgrp www-data debian/liblemonldap-ng-common-perl/$(LMINIFILE) \
 		debian/liblemonldap-ng-common-perl/$(FIRSTCONFFILE)
 	chmod 770 debian/*/$(SESSIONSDIR) debian/*/$(SESSIONSDIR)/lock \
+	        debian/*/$(PSESSIONSDIR) debian/*/$(PSESSIONSDIR)/lock \
 		debian/*/$(NOTIFICATIONSDIR) \
 		debian/liblemonldap-ng-portal-perl/$(CAPTCHADIR) \
 		debian/liblemonldap-ng-portal-perl/$(CAPTCHADIR)/data \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list