[pkg-ggz-commits] r271 - ggz-server/trunk/debian

josef-guest at alioth.debian.org josef-guest at alioth.debian.org
Fri Dec 7 07:00:01 UTC 2007


Author: josef-guest
Date: 2007-12-07 07:00:00 +0000 (Fri, 07 Dec 2007)
New Revision: 271

Modified:
   ggz-server/trunk/debian/changelog
   ggz-server/trunk/debian/ggzd.postrm
Log:
- remove stale config file

The corresponding directory /etc/ggzd will automatically be purged as well if it is empty, i.e. if no ggz-game-servers are installed.



Modified: ggz-server/trunk/debian/changelog
===================================================================
--- ggz-server/trunk/debian/changelog	2007-11-30 18:30:12 UTC (rev 270)
+++ ggz-server/trunk/debian/changelog	2007-12-07 07:00:00 UTC (rev 271)
@@ -7,6 +7,8 @@
     - Fixes debugging to not use open network sockets
     - Terminates password in ggzduedit correctly
   * Added homepage and x-vcs fields to debian/control
+  * Remove stale /etc/ggzd/ggzd.conf which used to be a configfile
+    (closes: #454683)
 
  -- Josef Spillner <josef at ggzgamingzone.org>  Thu, 15 Nov 2007 22:30:57 +0100
 

Modified: ggz-server/trunk/debian/ggzd.postrm
===================================================================
--- ggz-server/trunk/debian/ggzd.postrm	2007-11-30 18:30:12 UTC (rev 270)
+++ ggz-server/trunk/debian/ggzd.postrm	2007-12-07 07:00:00 UTC (rev 271)
@@ -4,6 +4,7 @@
 
 if [ "$1" = purge ]; then
     rm -rf /var/lib/ggzd
+    rm -f /etc/ggzd/ggzd.conf
 fi
 
 #DEBHELPER#




More information about the pkg-ggz-commits mailing list