From: cajus Date: Thu, 6 Apr 2006 10:01:03 +0000 (+0000) Subject: Included patch from Bernd Zeimetz, which removes gosa.conf contents from fix_config.sh X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=77ee408a65f1c6a121487d3e3312610122366790;p=gosa.git Included patch from Bernd Zeimetz, which removes gosa.conf contents from fix_config.sh git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3004 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/fix_config.sh b/contrib/fix_config.sh index cd9d4778d..b17fd7ab5 100755 --- a/contrib/fix_config.sh +++ b/contrib/fix_config.sh @@ -25,129 +25,6 @@ fi cp $CONF $CONF.orig -main=$(sed -n '/
/p' $CONF) - -cat << EOF > $CONF - - - -
- - - - - - - - - -
- -
- - - - - - - -
- -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -$main - -
-EOF +sed '/
/d;/<\/conf>/d' gosa.conf > $CONF +sed -n '/
/p' $CONF.orig >> $CONF +echo '' >> $CONF