|
|||||||||||
|
Re: [Design] Re: [Users] start and stop failure with frees/wan 2.00
From: D. Hugh Redelmeier <hugh(at)mimosa.com>
Date: Thu May 08 2003 - 22:15:59 EDT
| On Thu, 8 May 2003, Glatzel Tino wrote:
| > ipsec_setup: awk: line 365: regular expression compile failed (missing
| > ipsec_setup: ^also(|flip)=
|
My recollection is that mawk has other deficiencies that mean it won't work for us. To work around this particular problem, change programs/_confread/_confread.in (source) or /usr/local/lib/ipsec/_confread (installed). The two occurrences of this regular expression can be changed.
$0 ~ /^also(|flip)=/ {
and
sub(/^also(|flip)=/, "")
sub(/^(also|flip)=/, "")
Hugh Redelmeier
-----BEGIN PGP SIGNATURE-----
iQCVAwUBPrsPYsFAuQPManGZAQHvawQAju2CIP/4qf1Y2e0tbWwUmL494/K1js+v
iuOj8VW2oJekrlwSLUTUy2I2NMolKc+rUg4ZUD+vLX/EmTK0zXvumtt/MlGl1qVl
ezFmMiDt7/kvQmvtVfilQvxo6c2Gtf4Kj2PeJY2o7Qp/5Exl/LQKZUAfTwbjEG/3
GpPuK9oqXao=
Users mailing list Users@lists.freeswan.org http://lists.freeswan.org/mailman/listinfo/users Received on Thu May 8 23:06:00 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:01:31 EDT |
||||||||||
|
|||||||||||