remove more ports crud.

This commit is contained in:
Mark Murray 2000-02-24 23:54:00 +00:00
parent 6ecb050733
commit b719e3c926
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57463

View File

@ -62,7 +62,7 @@
*/
#define SSH_SERVICE_NAME "ssh"
#define ETCDIR "__PREFIX__/etc"
#define ETCDIR "/etc"
#define PIDDIR "/var/run"
/*
@ -79,7 +79,7 @@
#define SERVER_CONFIG_FILE ETCDIR "/sshd_config"
#define HOST_CONFIG_FILE ETCDIR "/ssh_config"
#define SSH_PROGRAM "__PREFIX__/bin/ssh"
#define SSH_PROGRAM "/usrn1G/bin/ssh"
/*
* The process id of the daemon listening for connections is saved here to