[Webapps-common-discuss] webapps-common/debian changelog, 1.7, 1.8 webapps-common.postinst, 1.1, 1.2

seanius at haydn.debian.org seanius at haydn.debian.org
Sat Apr 1 16:32:24 UTC 2006


Update of /cvsroot/webapps-common/webapps-common/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv17907/debian

Modified Files:
	changelog webapps-common.postinst 
Log Message:
changelog has details...


Index: changelog
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- changelog	1 Apr 2006 12:14:25 -0000	1.7
+++ changelog	1 Apr 2006 16:32:21 -0000	1.8
@@ -5,6 +5,9 @@
     based on no longer having preinst scripts.
   * more work on making debugging useful.  export wc_debug=1, or
     wc_debug=insane if you want to see.
+  * make sure purge removes everything it's supposed to (ucf files,
+    vhost-registered debconf templates, etc)
+  * virtualhosts.conf wasn't quite working... it is now.
 
  -- sean finney <seanius at debian.org>  Sat, 01 Apr 2006 14:09:58 +0200
 

Index: webapps-common.postinst
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/webapps-common.postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webapps-common.postinst	30 Jul 2005 09:37:06 -0000	1.1
+++ webapps-common.postinst	1 Apr 2006 16:32:21 -0000	1.2
@@ -3,4 +3,8 @@
 set -e
 . /usr/share/debconf/confmodule
 
+if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then
+	ucf /usr/share/webapps-common/templates/virtualhosts.conf /etc/webapps-common/virtualhosts.conf
+fi
+
 #DEBHELPER#




More information about the Webapps-common-discuss mailing list