[Pkg-mailman-hackers] Pkg-mailman commit - rev 503 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sun Jun 24 12:14:13 UTC 2007
Author: thijs
Date: 2007-06-24 12:14:13 +0000 (Sun, 24 Jun 2007)
New Revision: 503
Modified:
trunk/debian/config
Log:
use || rather than -o in shell script
Modified: trunk/debian/config
===================================================================
--- trunk/debian/config 2007-06-24 12:13:05 UTC (rev 502)
+++ trunk/debian/config 2007-06-24 12:14:13 UTC (rev 503)
@@ -97,7 +97,7 @@
db_input low mailman/gate_news || true
-if [ ! -e /etc/mailman/mm_cfg.py -o ! -x /var/lib/mailman/bin/list_lists ] || \
+if [ ! -e /etc/mailman/mm_cfg.py || ! -x /var/lib/mailman/bin/list_lists ] || \
[ "$(/var/lib/mailman/bin/list_lists -b | grep ^mailman$ )" = "" ]; then
db_input critical mailman/create_site_list || true
fi
More information about the Pkg-mailman-hackers
mailing list