mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-01 22:58:53 +00:00
Remove LOGIN_PROGRAM.
UseLogin is gone, remove leftover. bz#2665, from cjwatson at debian.org
This commit is contained in:
parent
b108ce92aa
commit
58fca12ba9
@ -166,15 +166,6 @@
|
|||||||
#define _PATH_LS "ls"
|
#define _PATH_LS "ls"
|
||||||
#endif
|
#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 */
|
/* Askpass program define */
|
||||||
#ifndef ASKPASS_PROGRAM
|
#ifndef ASKPASS_PROGRAM
|
||||||
#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
|
#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
|
||||||
|
Loading…
Reference in New Issue
Block a user