mirror of git://anongit.mindrot.org/openssh.git
- (stevesk) configure.in: remove duplicate PROG_LS
This commit is contained in:
parent
e142d41ce6
commit
b6b4a7a29a
|
@ -13,6 +13,7 @@
|
|||
- djm@cvs.openbsd.org 2001/01/29 05:36:11
|
||||
[ssh.1 ssh.c]
|
||||
Allow invocation of sybsystem by commandline (-s); ok markus@
|
||||
- (stevesk) configure.in: remove duplicate PROG_LS
|
||||
|
||||
20000129
|
||||
- (stevesk) sftp-server.c: use %lld vs. %qd
|
||||
|
|
|
@ -1111,7 +1111,6 @@ if (test -z "$RANDOM_POOL" && test -z "$EGD_SOCKET") ; then
|
|||
OSSH_PATH_ENTROPY_PROG(PROG_UPTIME, uptime)
|
||||
OSSH_PATH_ENTROPY_PROG(PROG_IPCS, ipcs)
|
||||
OSSH_PATH_ENTROPY_PROG(PROG_TAIL, tail)
|
||||
OSSH_PATH_ENTROPY_PROG(PROG_LS, ls)
|
||||
|
||||
INSTALL_SSH_PRNG_CMDS="yes"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue