[Pkg-samba-maint] r2143 - trunk/samba4/debian
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Mon Aug 25 15:43:27 UTC 2008
tags 495944 pending
thanks
Author: ctrlsoft-guest
Date: 2008-08-25 15:43:27 +0000 (Mon, 25 Aug 2008)
New Revision: 2143
Modified:
trunk/samba4/debian/changelog
trunk/samba4/debian/rules
Log:
Fix sysconfdir and localstatedir.
Modified: trunk/samba4/debian/changelog
===================================================================
--- trunk/samba4/debian/changelog 2008-08-25 15:40:22 UTC (rev 2142)
+++ trunk/samba4/debian/changelog 2008-08-25 15:43:27 UTC (rev 2143)
@@ -1,8 +1,9 @@
samba4 (4.0.0~alpha4~20080727-2) experimental; urgency=low
* Add watch file.
+ * Use policy-compliant sysconfdir and localstatedir. (Closes: #495944)
- -- Jelmer Vernooij <jelmer at samba.org> Sun, 03 Aug 2008 21:35:54 +0200
+ -- Jelmer Vernooij <jelmer at samba.org> Mon, 25 Aug 2008 17:42:44 +0200
samba4 (4.0.0~alpha4~20080727-1) experimental; urgency=low
Modified: trunk/samba4/debian/rules
===================================================================
--- trunk/samba4/debian/rules 2008-08-25 15:40:22 UTC (rev 2142)
+++ trunk/samba4/debian/rules 2008-08-25 15:43:27 UTC (rev 2143)
@@ -17,6 +17,8 @@
cd $(SOURCEPATH) && ./configure --with-fhs \
--prefix=/usr \
--mandir=/usr/share/man \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
--with-pam \
--with-syslog \
--with-readline \
More information about the Pkg-samba-maint
mailing list