diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-10-12 13:16:34 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-10-12 13:16:34 +0000 |
| commit | 7a29d7da50c10236e99dd85be06638f7560df661 (patch) | |
| tree | 6b7c7959052fda986935636f639e1af82ef297fa /libexec/ftpd | |
| parent | 11342ab1d0a5615d4fc297c8825b4d90011adbd9 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 1c3728093d2d3..abc98c81210df 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1420,7 +1420,7 @@ skip: #ifdef SETPROCTITLE snprintf(proctitle, sizeof(proctitle), - "%s: %s", remotehost, pw->pw_name); + "%s: user/%s", remotehost, pw->pw_name); setproctitle("%s", proctitle); #endif /* SETPROCTITLE */ if (logging) |
