From 29d685212f4792c084052f07006f57a50cc6f2c8 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 14:34:49 +1000 Subject: Rename PID file Add symlinks back to ssh in RPM spec file --- ssh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh.h') diff --git a/ssh.h b/ssh.h index 133c084b6..247e45cc8 100644 --- a/ssh.h +++ b/ssh.h @@ -13,7 +13,7 @@ Generic header file for ssh. */ -/* RCSID("$Id: ssh.h,v 1.2 1999/10/28 03:25:17 damien Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.3 1999/10/28 04:34:49 damien Exp $"); */ #ifndef SSH_H #define SSH_H @@ -89,7 +89,7 @@ only by root, whereas ssh_config should be world-readable. */ /* The process id of the daemon listening for connections is saved here to make it easier to kill the correct daemon when necessary. */ -#define SSH_DAEMON_PID_FILE PIDDIR "/sshd.pid" +#define SSH_DAEMON_PID_FILE PIDDIR "/opensshd.pid" /* The directory in user\'s home directory in which the files reside. The directory should be world-readable (though not all files are). */ -- cgit v1.2.3