Vendor import of OpenSSH 3.8p1.

This commit is contained in:
Dag-Erling Smørgrav
2004-02-26 10:38:49 +00:00
parent 002696701b
commit efcad6b72f
203 changed files with 7057 additions and 3243 deletions
+6 -1
View 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>
@@ -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