[openssh-commits] [openssh] 01/01: Remove LOGIN_PROGRAM.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jan 16 09:10:18 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 58fca12ba967ea5c768653535604e1522d177e44
Author: Darren Tucker <dtucker at zip.com.au>
Date: Mon Jan 16 09:08:32 2017 +1100
Remove LOGIN_PROGRAM.
UseLogin is gone, remove leftover. bz#2665, from cjwatson at debian.org
---
pathnames.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pathnames.h b/pathnames.h
index f5e11ab..a8deb9f 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -166,15 +166,6 @@
#define _PATH_LS "ls"
#endif
-/* path to login program */
-#ifndef LOGIN_PROGRAM
-# ifdef LOGIN_PROGRAM_FALLBACK
-# define LOGIN_PROGRAM LOGIN_PROGRAM_FALLBACK
-# else
-# define LOGIN_PROGRAM "/usr/bin/login"
-# endif
-#endif /* LOGIN_PROGRAM */
-
/* Askpass program define */
#ifndef ASKPASS_PROGRAM
#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list