diff options
author | 2000-12-05 16:47:28 +0000 | |
---|---|---|
committer | 2000-12-05 16:47:28 +0000 | |
commit | 4f9e185dc2b16cf50e7a9df313eb5ed0765d9a39 (patch) | |
tree | 25271b3be9dc28d309ed435e284daec1e3665cbc | |
parent | Bring in fresh pool from NetBSD. Some improvements and fixes. (diff) | |
download | wireguard-openbsd-4f9e185dc2b16cf50e7a9df313eb5ed0765d9a39.tar.xz wireguard-openbsd-4f9e185dc2b16cf50e7a9df313eb5ed0765d9a39.zip |
tweak comment to reflect real location of pid file; ok provos@
-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. */ |