[Webapps-common-discuss] [commit] r85 - trunk/dpkg
Sean Finney
seanius at costa.debian.org
Tue May 16 18:23:26 UTC 2006
Author: seanius
Date: 2006-05-16 18:23:26 +0000 (Tue, 16 May 2006)
New Revision: 85
Modified:
trunk/dpkg/common
Log:
=global= was ending up in virtualhosts.conf file, which it should not, so i put in an ugly hack for now to prevent this
Modified: trunk/dpkg/common
===================================================================
--- trunk/dpkg/common 2006-05-16 17:37:11 UTC (rev 84)
+++ trunk/dpkg/common 2006-05-16 18:23:26 UTC (rev 85)
@@ -85,6 +85,8 @@
echo $v >> "$tfile"
fi
done
+ # XXX nyeh... the wc_list_remove isn't removing =global= for some reason...
+ sed -i -e '/^=global=/d' "$tfile"
ucf "$tfile" "$wc_vhostconfig"
rm -f "$tfile"
}
More information about the Webapps-common-discuss
mailing list