[Openvpn-devel] Re: portable pkitool shell script [was OpenVPN 2.0.1 released -- note security fixes]

2005-08-24 Thread James Yonan
On Wed, 17 Aug 2005, Johnny C. Lam wrote: > On Wed, Aug 17, 2005 at 06:52:50AM -0600, James Yonan wrote: > > On Tue, 16 Aug 2005, Johnny Lam wrote: > > > > > James Yonan wrote: > > > > > > > > * Added easy-rsa 2.0 scripts to the tarball in easy-rsa/2.0 > > > > > > I am maintaining OpenVPN in th

[Openvpn-devel] Re: portable pkitool shell script

2005-08-18 Thread Johnny Lam
Matthias Andree wrote: On Wed, 17 Aug 2005, Johnny C. Lam wrote: (3) Solaris /bin/sh fix: don't set and export in one command; rather, export all the variables after setting them. (4) Solaris /bin/sh fix: "if ! cmd ; then ... fi" isn't understood, so change it to "if cmd;