From 208c7ed1d735f99a81f0178c730e017ef9d536a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Fri, 4 May 2007 20:44:51 +0000 Subject: [PATCH] * Changed bug with ubuntu feisty. --- webcit/debian/changelog | 17 +++++++++++++++++ webcit/debian/citadel-webcit.config | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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 -- 2.30.2