
# get rid of mistakes/differences in V1 output
# - change west's IP addresses to east's
# - ditch empty section output from _confread --search [bug]
# - ditch support for plutoload=/plutostart=
# - make --wait arg explicit
# - neutralize FreeS/WAN version string

sed \
	-e 's/--host "192.1.2.23"/--host "192.1.2.45"/' \
	-e '/^=		$/d' \
	-e 's/ --load "%search" --start "%search"//' \
	-e 's/ --wait ""/ --wait "no"/' \
	-e '/ipsec_setup: 	 echo .Starting FreeS.WAN IPsec/s/IPsec.*//' \
	"$@"
