Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / Externals / dropbear / patches / options.h.patch
1 --- options.h
2 +++ options.h
3 @@ -23,6 +23,6 @@
4  #ifndef DSS_PRIV_FILENAME
5 -#define DSS_PRIV_FILENAME "/etc/dropbear/dropbear_dss_host_key"
6 +#define DSS_PRIV_FILENAME "/Acess/Conf/dropbear/host_key_dss"
7  #endif
8  #ifndef RSA_PRIV_FILENAME
9 -#define RSA_PRIV_FILENAME "/etc/dropbear/dropbear_rsa_host_key"
10 +#define RSA_PRIV_FILENAME "/Acess/Conf/dropbear/host_key_rsa"
11  #endif
12 @@ -55,2 +55,2 @@
13  /* Enable X11 Forwarding - server only */
14 -#define ENABLE_X11FWD
15 +//#define ENABLE_X11FWD
16 @@ -163,3 +163,3 @@
17  #ifndef MOTD_FILENAME
18 -#define MOTD_FILENAME "/etc/motd"
19 +#define MOTD_FILENAME "/Acess/Conf/dropbear/motd"
20  #endif
21 @@ -216,2 +216,2 @@
22   * rsa/dss key generation */
23 -#define DROPBEAR_URANDOM_DEV "/dev/urandom"
24 +#define DROPBEAR_URANDOM_DEV "/Devices/frandom"

UCC git Repository :: git.ucc.asn.au