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
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;