summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-29 09:18:29 +1000
committerDamien Miller <djm@mindrot.org>1999-10-29 09:18:29 +1000
commita37010e4669933490c2347940bceba98ddfc2863 (patch)
tree2965bce2e9bf43a0f410d5dba9d864dd0b3422b6 /ssh.h
parentf1d9a30b4f0aad9a5952549f9c3e15a771e0ca68 (diff)
Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index 247e45cc8..8526aa116 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@ Generic header file for ssh.
13 13
14*/ 14*/
15 15
16/* RCSID("$Id: ssh.h,v 1.3 1999/10/28 04:34:49 damien Exp $"); */ 16/* RCSID("$Id: ssh.h,v 1.4 1999/10/28 23:18:29 damien Exp $"); */
17 17
18#ifndef SSH_H 18#ifndef SSH_H
19#define SSH_H 19#define SSH_H
@@ -89,7 +89,7 @@ only by root, whereas ssh_config should be world-readable. */
89 89
90/* The process id of the daemon listening for connections is saved 90/* The process id of the daemon listening for connections is saved
91 here to make it easier to kill the correct daemon when necessary. */ 91 here to make it easier to kill the correct daemon when necessary. */
92#define SSH_DAEMON_PID_FILE PIDDIR "/opensshd.pid" 92#define SSH_DAEMON_PID_FILE PIDDIR "/sshd.pid"
93 93
94/* The directory in user\'s home directory in which the files reside. 94/* The directory in user\'s home directory in which the files reside.
95 The directory should be world-readable (though not all files are). */ 95 The directory should be world-readable (though not all files are). */