summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-al
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-28 22:40:28 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-28 22:40:28 +0000
commit8e53bbefeef7ea5bf69b1032dae1da16c8611d12 (patch)
tree923311174d9f770ae8bf318f70c190f67dc10cc0 /security/openssh/files/patch-al
parentUpdate web information. (diff)
Update to a current CVS_DATE. The only real change I see is the (big)
change of KNFization being finalized :) Patches had to be modified, but should look "better" according to style(9), now.
Notes
Notes: svn path=/head/; revision=23479
Diffstat (limited to 'security/openssh/files/patch-al')
-rw-r--r--security/openssh/files/patch-al27
1 files changed, 10 insertions, 17 deletions
diff --git a/security/openssh/files/patch-al b/security/openssh/files/patch-al
index 9a81a0c067ce..dac933a7a42b 100644
--- a/security/openssh/files/patch-al
+++ b/security/openssh/files/patch-al
@@ -1,27 +1,20 @@
---- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/ssh.h Tue Nov 23 18:58:02 1999
-+++ ./ssh.h Tue Nov 23 19:31:00 1999
-@@ -51,7 +51,7 @@
- port if present. */
+--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/ssh.h Sun Nov 28 16:47:46 1999
++++ ssh.h Sun Nov 28 17:00:07 1999
+@@ -61,7 +61,7 @@
+ */
#define SSH_SERVICE_NAME "ssh"
-#define ETCDIR "/etc"
+#define ETCDIR "__PREFIX__/etc"
#define PIDDIR "/var/run"
- /* System-wide file containing host keys of known hosts. This file should be
-@@ -64,11 +64,11 @@
- are all defined in Makefile.in. Of these, ssh_host_key should be readable
- only by root, whereas ssh_config should be world-readable. */
-
--#define HOST_KEY_FILE "/etc/ssh_host_key"
--#define SERVER_CONFIG_FILE "/etc/sshd_config"
--#define HOST_CONFIG_FILE "/etc/ssh_config"
-+#define HOST_KEY_FILE "__PREFIX__/etc/ssh_host_key"
-+#define SERVER_CONFIG_FILE "__PREFIX__/etc/sshd_config"
-+#define HOST_CONFIG_FILE "__PREFIX__/etc/ssh_config"
+ /*
+@@ -78,7 +78,7 @@
+ #define SERVER_CONFIG_FILE ETCDIR "/sshd_config"
+ #define HOST_CONFIG_FILE ETCDIR "/ssh_config"
-#define SSH_PROGRAM "/usr/bin/ssh"
+#define SSH_PROGRAM "__PREFIX__/bin/ssh"
- /* The process id of the daemon listening for connections is saved
- here to make it easier to kill the correct daemon when necessary. */
+ /*
+ * The process id of the daemon listening for connections is saved here to