Patch for changing expired passwords

Dave Dykstra dwd at bell-labs.com
Tue Oct 16 01:30:30 EST 2001


On Fri, Oct 12, 2001 at 05:11:52PM -0500, openssh-unix-dev at thewrittenword.com wrote:
> On Fri, Oct 12, 2001 at 03:34:52PM -0500, Dave Dykstra wrote:
> > --- configure.in.O	Fri Oct 12 14:42:39 2001
> > +++ configure.in	Fri Oct 12 15:00:57 2001
> > @@ -1449,6 +1449,10 @@
> >  	AC_DEFINE_UNQUOTED(RSH_PATH, "$rsh_path")
> >  fi
> >  
> > +AC_PATH_PROG(PASSWD_PATH, passwd)
> > +AC_DEFINE_UNQUOTED(PASSWD_PATH, "$PASSWD_PATH")
> > +
> > +
> 
> If you make this:
>   AC_DEFINE_UNQUOTED(PASSWD_PATH, "$PASSWD_PATH",
>     [Define if passwd is found in your path])
> you won't need your change to acconfig.h.


Yes, I know, but there's not one precedent for that in configure.in yet
and I'm just following the established style.

- Dave Dykstra



More information about the openssh-unix-dev mailing list