]> andersk Git - gssapi-openssh.git/blobdiff - openssh/pathnames.h
merged OPENSSH_3_8P1_GSSAPI_20040304 to gpt-branch
[gssapi-openssh.git] / openssh / pathnames.h
index fb0b606f0952ad271142d52d57d1b29bdd1997d0..39ff147b1c544540dee09b111390ed2bb2d9574f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pathnames.h,v 1.13 2002/05/23 19:24:30 markus Exp $   */
+/*     $OpenBSD: pathnames.h,v 1.14 2004/01/30 09:48:57 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -141,6 +141,11 @@ extern char *_PATH_SFTP_SERVER;
 #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
This page took 0.03065 seconds and 4 git commands to generate.