From 23bc8d0bff3ee9976be32a287079f7571b5bd50d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 6 Feb 2004 16:24:31 +1100 Subject: - markus@cvs.openbsd.org 2004/01/30 09:48:57 [auth-passwd.c auth.h pathnames.h session.c] support for password change; ok dtucker@ (set password-dead=1w in login.conf to use this). In -Portable, this is currently only platforms using bsdauth. --- pathnames.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pathnames.h') diff --git a/pathnames.h b/pathnames.h index 89e22c77a..edeff2de3 100644 --- a/pathnames.h +++ b/pathnames.h @@ -150,6 +150,11 @@ #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" #endif +/* for passwd change */ +#ifndef _PATH_PASSWD_PROG +#define _PATH_PASSWD_PROG "/usr/bin/passwd" +#endif + #ifndef _PATH_LS #define _PATH_LS "ls" #endif -- cgit v1.2.3