From: Wilfried Göesgens Date: Fri, 4 May 2007 20:44:51 +0000 (+0000) Subject: * Changed bug with ubuntu feisty. X-Git-Tag: v7.86~3396 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=208c7ed1d735f99a81f0178c730e017ef9d536a3;p=citadel.git * Changed bug with ubuntu feisty. --- diff --git a/webcit/debian/changelog b/webcit/debian/changelog index a450d021d..c383ea644 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,20 @@ +webcit (7.07-15) stable; urgency=low + + * fixed misbehaviour with ubuntu feisty. + + -- Wilfried Goesgens 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 Fri, 06 Apr 2007 19:07:00 +0000 + +webcit (7.06-13) stable; urgency=high + + * updated mime-parser + + -- Wilfried Goesgens Mon, 21 Mar 2007 11:09:00 +0100 webcit (7.06-12) stable; urgency=low * fixed missing file. diff --git a/webcit/debian/citadel-webcit.config b/webcit/debian/citadel-webcit.config index cf11edae9..c8c58bd50 100755 --- a/webcit/debian/citadel-webcit.config +++ b/webcit/debian/citadel-webcit.config @@ -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