[SCM] Debian packaging of Pinto CPAN distribution branch, master, updated. 9e622baaeac0150a263ad85307cfef085d4c717d
Oleg Gashev
oleg at gashev.net
Sat Jun 8 13:38:22 UTC 2013
The following commit has been merged in the master branch:
commit 9e622baaeac0150a263ad85307cfef085d4c717d
Author: Oleg Gashev <oleg at gashev.net>
Date: Sat Jun 8 13:26:42 2013 +0000
Added permissions to folder /var/log/pinto.
diff --git a/debian/pinto.postinst b/debian/pinto.postinst
index 0431e8e..d92af2c 100644
--- a/debian/pinto.postinst
+++ b/debian/pinto.postinst
@@ -16,6 +16,7 @@ if [ "$1" = configure ]; then
if [ ! -e /var/log/pinto ] ; then
mkdir -p /var/log/pinto
+ chown root:adm /var/log/pinto
chmod 0750 /var/log/pinto
fi
--
Debian packaging of Pinto CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list