[Pkg-samba-maint] r2642 - trunk/ctdb/debian
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Fri Mar 6 20:04:35 UTC 2009
Author: mparent-guest
Date: 2009-03-06 20:04:35 +0000 (Fri, 06 Mar 2009)
New Revision: 2642
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/rules
Log:
debian/rules: use --with-logdir instead of --logdir
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2009-03-06 20:02:04 UTC (rev 2641)
+++ trunk/ctdb/debian/changelog 2009-03-06 20:04:35 UTC (rev 2642)
@@ -6,9 +6,10 @@
now known by scripts (samba, apache2)
- 25_popt_lib.diff: removed, integrated
- 30_ctdb_log.diff: removed, integrated (with some changes)
+ - debian/rules: use --with-logdir instead of --logdir
- 50_ctdbd_manpage_warning.diff: removed, integrated
- -- Mathieu Parent <math.parent at gmail.com> Fri, 06 Mar 2009 20:56:11 +0100
+ -- Mathieu Parent <math.parent at gmail.com> Fri, 06 Mar 2009 20:59:30 +0100
ctdb (1.0.71-2) unstable; urgency=low
Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules 2009-03-06 20:02:04 UTC (rev 2641)
+++ trunk/ctdb/debian/rules 2009-03-06 20:04:35 UTC (rev 2642)
@@ -33,7 +33,7 @@
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var/lib \
- --logdir=/var/log
+ --with-logdir=/var/log
configure: patch configure-stamp
configure-stamp:
More information about the Pkg-samba-maint
mailing list