* Changed bug with ubuntu feisty.
authorWilfried Göesgens <willi@citadel.org>
Fri, 4 May 2007 20:44:51 +0000 (20:44 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 4 May 2007 20:44:51 +0000 (20:44 +0000)
webcit/debian/changelog
webcit/debian/citadel-webcit.config

index a450d021da415ee398422ecc34d9541a5bc0825b..c383ea64470c9f67a1294828baf0f1e688e5b645 100644 (file)
@@ -1,3 +1,20 @@
+webcit (7.07-15) stable; urgency=low
+
+  * fixed misbehaviour with ubuntu feisty.
+
+ -- Wilfried Goesgens <citadel@outgesourced.org>  Fri, 06 Apr 2007 19:07:00 +0000
+
+webcit (7.07-14) stable; urgency=low
+
+  * update to actual Webcit SVN. many new features. see Packages changelog.
+
+ -- Wilfried Goesgens <citadel@outgesourced.org>  Fri, 06 Apr 2007 19:07:00 +0000
+
+webcit (7.06-13) stable; urgency=high
+
+  * updated mime-parser
+ -- Wilfried Goesgens <citadel@outgesourced.org>  Mon, 21 Mar 2007 11:09:00 +0100
 webcit (7.06-12) stable; urgency=low
 
   * fixed missing file.
index cf11edae953d1327aa43195bcb9e9832ac8a169d..c8c58bd50145b60c066c89c481a36bd2b80dc146 100755 (executable)
@@ -24,7 +24,7 @@ fi
 
 if test "$DO_CONFIGURE" = "yes"; then
     if test -e /etc/default/webcit; then
-       source /etc/default/webcit
+       . /etc/default/webcit
     else
        export WEBCIT_CITADEL_IP=127.0.0.1
        export WEBCIT_CITADEL_PORT=504