-- Roland Mas <lolando@debian.org> Thu, 05 Feb 2009 22:14:45 +0100
+gforge (4.7.1-1+) experimental; urgency=low
+
+ * Fixed bashisms in /usr/lib/gforge/bin/setup, thanks to Gonéri Le
+ Bouder (Closes: #514768).
+
+ -- Roland Mas <lolando@debian.org> Tue, 10 Feb 2009 19:57:41 +0100
+
gforge (4.7.1-1) experimental; urgency=low
* New upstream release.
readdefault $CONFFILEIN.new
fi
- if [ "$interact" == true ]
+ if [ "$interact" = true ]
then
echo "Enter values or type enter for defaults:"
# Here is the fun II
# Fill in the blanks
EXCLUDEVHOST=' -not -name 55vhost'
- if [ "$dovhost" == true ]
+ if [ "$dovhost" = true ]
then
EXCLUDEVHOST=''
fi
$BINDIR/fill-in-the-blanks.pl $i $ETCDIR/`basename $i`.gforge-new $CONFFILEOUT
done
- if [ $listen80 == false ]
+ if [ $listen80 = false ]
then
rm -f $ETCDIR/00listen80.gforge-new
fi
- if [ $usessl == false -o -z "$(findkey)" -o -z "$(findcrt)" ]
+ if [ $usessl = false -o -z "$(findkey)" -o -z "$(findcrt)" ]
then
echo "SSL Disabled"
rm -f $ETCDIR/[0-9][0-9]*.ssl.gforge-new