summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 23:54:00 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 23:54:00 +0000
commitccef1c20fcfcfbf8bb4c20cfb5643721db5d16b6 (patch)
treea08609200a14b70e1e9023bb66c3d4ac5aa36581 /crypto
parent190eabf19933465a38f02dc0dd00cff38ebd4f57 (diff)
downloadFreeBSD-src-ccef1c20fcfcfbf8bb4c20cfb5643721db5d16b6.zip
FreeBSD-src-ccef1c20fcfcfbf8bb4c20cfb5643721db5d16b6.tar.gz
remove more ports crud.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/ssh.h b/crypto/openssh/ssh.h
index b7ae4fe..e2cc7be 100644
--- a/crypto/openssh/ssh.h
+++ b/crypto/openssh/ssh.h
@@ -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
OpenPOWER on IntegriCloud