Re: [Design] Re: start and stop failure with frees/wan 2.00
"D. Hugh Redelmeier" <[email protected]> Fri, 9 May 2003 03:13:20 -0400 (EDT)
| Newsgroups | gmane.network.freeswan.user,gmane.network.freeswan.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- | From: D. Hugh Redelmeier <[email protected]> | The two occurrences of this regular expression can be changed. | | $0 ~ /^also(|flip)=/ { | => | $0 ~ /^(also|alsoflip)=/ { | | and | | sub(/^also(|flip)=/, "") | => | sub(/^(also|flip)=/, "") DUH! That second change should have read: sub(/^also(|flip)=/, "") => sub(/^(also|alsoflip)=/, "") I'm checking this change into HEAD. But I don't know that mawk will work anyway. Hugh Redelmeier [email protected] voice: +1 416 482-8253 -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBPrtVGMFAuQPManGZAQES5gP/Wdlc+4eNGvHbEWlx1GKLCaNoarxe/n9j h9kPtAIwmXmDdoxVh5pj4NHhkixXARTQqfrhmAbuFZ8Lh/q1ag1uQ8Zfqh8KhrQe sIsZbqFhaQBOkv9+pwkD1D+3E5a00AjmjVl4FzK+MmCLXd4QS7ObayV90p8eH9EB QnqQSG+o3nk= =dEDg -----END PGP SIGNATURE-----