ITS#5810 Add syntax "#~backend~backend...~#option": inverse of #backend#option

This commit is contained in:
Hallvard Furuseth 2009-11-29 18:01:35 +00:00
parent dcc36ef23b
commit 70cfb06727

View file

@ -33,6 +33,8 @@ else
fi
sed -e "s/@BACKEND@/${BACKEND}/" \
-e "s/^#${BACKEND}#//" \
-e "/^#~/s/^#[^#]*~${BACKEND}~[^#]*#/#omit: /" \
-e "s/^#~[^#]*~#//" \
-e "s/@RELAY@/${RELAY}/" \
-e "s/^#relay-${RELAY}#//" \
-e "s/^#${BACKENDTYPE}#//" \