diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-12-05 16:47:29 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-12-05 16:47:29 +0000 |
commit | 02dfdb859cedbfc87d5a0b2fe040abc742f82f15 (patch) | |
tree | 79c32902d10ffb41caa8e6bd569c652c6d1bb073 /usr.bin/ssh | |
parent | 0bc2f92e563a6d606356f0fa05f62bac3f9953d6 (diff) |
tweak comment to reflect real location of pid file; ok provos@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sshd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index 7e6f09e6780..91a2dace939 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.135 2000/11/29 21:11:59 markus Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.136 2000/12/05 16:47:28 todd Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -861,9 +861,9 @@ main(int ac, char **av) if (!debug_flag) { /* - * Record our pid in /etc/sshd_pid to make it easier - * to kill the correct sshd. We don\'t want to do - * this before the bind above because the bind will + * Record our pid in /var/run/sshd.pid to make it + * easier to kill the correct sshd. We don't want to + * do this before the bind above because the bind will * fail if there already is a daemon, and this will * overwrite any old pid in the file. */ |