[Pkg-citadel-commit] r217 - citadel/trunk/debian
meskes at alioth.debian.org
meskes at alioth.debian.org
Tue Feb 24 14:19:15 UTC 2009
Author: meskes
Date: 2009-02-24 14:19:15 +0000 (Tue, 24 Feb 2009)
New Revision: 217
Modified:
citadel/trunk/debian/changelog
citadel/trunk/debian/citadel-server.postrm
citadel/trunk/debian/rules
Log:
Removed config files generated by citadel.
Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog 2009-02-24 14:16:31 UTC (rev 216)
+++ citadel/trunk/debian/changelog 2009-02-24 14:19:15 UTC (rev 217)
@@ -1,6 +1,7 @@
citadel (7.41-1) unstable; urgency=low
* New upstream version.
+ * Removed config files generated by citadel, closes: #516853
-- Michael Meskes <meskes at debian.org> Mon, 23 Feb 2009 10:16:39 +0100
Modified: citadel/trunk/debian/citadel-server.postrm
===================================================================
--- citadel/trunk/debian/citadel-server.postrm 2009-02-24 14:16:31 UTC (rev 216)
+++ citadel/trunk/debian/citadel-server.postrm 2009-02-24 14:19:15 UTC (rev 217)
@@ -9,6 +9,11 @@
case "$1" in
purge)
+ # remove config file generate by citadel itself
+ rm -f /etc/citadel/citadel.config
+ rm -f /etc/citadel/citadel.control
+ rm -f /etc/citadel/refcount_adjustments.dat
+ rm -fr /etc/citadel/netconfigs
echo "/var/lib/citadel/data not removed, as it may contain your personal data."
;;
Modified: citadel/trunk/debian/rules
===================================================================
--- citadel/trunk/debian/rules 2009-02-24 14:16:31 UTC (rev 216)
+++ citadel/trunk/debian/rules 2009-02-24 14:19:15 UTC (rev 217)
@@ -44,7 +44,7 @@
--prefix=/var/lib/citadel \
--with-datadir=/var/lib/citadel \
--with-helpdir=/usr/share/citadel-server \
- --with-staticdatadir=/usr/share/citadel-server \
+ --with-staticdatadir=/etc/citadel \
--with-spooldir=/var/spool/citadel \
--with-sysconfdir=/etc/citadel \
--with-rundir=/var/run/citadel \
More information about the Pkg-citadel-commit
mailing list