[Pkg-sks-commit] r37 - sks/trunk/sks/debian
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 14:37:54 UTC 2008
Author: chrism
Date: 2008-06-19 14:37:54 +0000 (Thu, 19 Jun 2008)
New Revision: 37
Modified:
sks/trunk/sks/debian/postinst
Log:
[project @ 38]
path has to be absolute for chowing
Original author: fabbione
Date: 2003-12-03 06:30:49.777375+00:00
Modified: sks/trunk/sks/debian/postinst
===================================================================
--- sks/trunk/sks/debian/postinst 2008-06-19 14:37:40 UTC (rev 36)
+++ sks/trunk/sks/debian/postinst 2008-06-19 14:37:54 UTC (rev 37)
@@ -41,10 +41,10 @@
# chowning things around
chown -R debian-sks \
- var/lib/sks \
- var/log/sks \
- var/run/sks \
- var/spool/sks
+ /var/lib/sks \
+ /var/log/sks \
+ /var/run/sks \
+ /var/spool/sks
#DEBHELPER#
More information about the Pkg-sks-commit
mailing list