diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-11-18 11:50:01 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-11-18 11:50:01 +0000 |
| commit | 405e2987cae2443cb19b3c1b0316c1e599cf03c8 (patch) | |
| tree | f79f63b053ef41f47a8ec4e151bc51828c1476b6 /libexec/ftpd | |
| parent | 02c97492950d022f6bc9ee881007aa4b71aa90df (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 aaf5beca743f..59997efc7950 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2499,7 +2499,7 @@ makedir(char *name) LOGCMD("mkdir", name); if (guest && noguestmkd) - reply(550, "%s: permission denied.", name); + reply(550, "Operation not permitted."); else if (mkdir(name, 0777) < 0) perror_reply(550, name); else { |
