mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8e53bbefee
change of KNFization being finalized :) Patches had to be modified, but should look "better" according to style(9), now.
21 lines
550 B
Plaintext
21 lines
550 B
Plaintext
--- /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"
|
|
|
|
/*
|
|
@@ -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
|