=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/pathnames.h,v retrieving revision 1.13 retrieving revision 1.13.6.2 diff -u -r1.13 -r1.13.6.2 --- src/usr.bin/ssh/pathnames.h 2002/05/23 19:24:30 1.13 +++ src/usr.bin/ssh/pathnames.h 2004/08/19 22:37:31 1.13.6.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.13 2002/05/23 19:24:30 markus Exp $ */ +/* $OpenBSD: pathnames.h,v 1.13.6.2 2004/08/19 22:37:31 brad Exp $ */ /* * Author: Tatu Ylonen @@ -111,7 +111,7 @@ #define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" /* Location of ssh-keysign for hostbased authentication */ -#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" +#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" /* xauth for X11 forwarding */ #define _PATH_XAUTH "/usr/X11R6/bin/xauth" @@ -128,3 +128,6 @@ /* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */ #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" + +/* for passwd change */ +#define _PATH_PASSWD_PROG "/usr/bin/passwd"