--- pathnames.h.orig Thu Apr 12 21:15:24 2001 +++ pathnames.h Sat May 26 15:11:30 2001 @@ -12,7 +12,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -#define ETCDIR "/etc" +#define ETCDIR "__PREFIX__/etc" #define _PATH_SSH_PIDDIR "/var/run" /* @@ -33,7 +33,7 @@ #define _PATH_HOST_RSA_KEY_FILE ETCDIR "/ssh_host_rsa_key" #define _PATH_DH_PRIMES ETCDIR "/primes" -#define _PATH_SSH_PROGRAM "/usr/bin/ssh" +#define _PATH_SSH_PROGRAM "__PREFIX__/bin/ssh" /* * The process id of the daemon listening for connections is saved here to