[Pkg-citadel-commit] r100 - citadel/trunk/debian
dothebart-guest at alioth.debian.org
dothebart-guest at alioth.debian.org
Thu Jun 19 18:10:35 UTC 2008
Author: dothebart-guest
Date: 2008-06-19 18:10:34 +0000 (Thu, 19 Jun 2008)
New Revision: 100
Modified:
citadel/trunk/debian/citadel-server.postinst
Log:
* fix welcome mail sending; thanks to Frank Lichtenheld for pointing this out.
Modified: citadel/trunk/debian/citadel-server.postinst
===================================================================
--- citadel/trunk/debian/citadel-server.postinst 2008-06-17 18:07:03 UTC (rev 99)
+++ citadel/trunk/debian/citadel-server.postinst 2008-06-19 18:10:34 UTC (rev 100)
@@ -48,7 +48,7 @@
sleep 1
i=$(($i + 1))
done
- if test ! -S /var/run/citadel/lmtp.socket ; then
+ if test -S /var/run/citadel/lmtp.socket ; then
export SEPERATOR=2600908b3f21ae7f692b973ed26e212d
export WELCOMEHTML=/usr/share/doc/citadel-server/welcomemail.html
export WELCOMETXT=/usr/share/doc/citadel-server/welcomemail.txt
More information about the Pkg-citadel-commit
mailing list