mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
679 B
Plaintext
17 lines
679 B
Plaintext
$NetBSD: patch-ab,v 1.8 2014/01/31 17:32:19 agc Exp $
|
|
|
|
comment out the path to the dropbear ssh client
|
|
- this is passed through CFLAGS
|
|
|
|
--- options.h.orig 2009-08-26 13:15:07.000000000 -0700
|
|
+++ options.h 2009-08-26 13:15:14.000000000 -0700
|
|
@@ -232,7 +232,7 @@ etc) slower (perhaps by 50%). Recommende
|
|
|
|
/* This is used by the scp binary when used as a client binary. If you're
|
|
* not using the Dropbear client, you'll need to change it */
|
|
-#define _PATH_SSH_PROGRAM "/usr/bin/dbclient"
|
|
+/*#define _PATH_SSH_PROGRAM "/usr/bin/dbclient"*/
|
|
|
|
/* Whether to log commands executed by a client. This only logs the
|
|
* (single) command sent to the server, not what a user did in a
|