diff options
| author | David Nugent <davidn@FreeBSD.org> | 1997-04-26 12:12:10 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1997-04-26 12:12:10 +0000 |
| commit | af85d782fd370e287973717b7242dbabec5526d2 (patch) | |
| tree | 5375c963a279ba1d9834b7ec2aee3bf1b32d8f0e /libexec/ftpd/pathnames.h | |
| parent | 477a642cee98950f11ce12c94468b0156991a8eb (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/pathnames.h')
| -rw-r--r-- | libexec/ftpd/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 8842742acfe2..5b36082efe23 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $Id$ + * $Id: pathnames.h,v 1.8 1997/02/22 14:21:29 peter Exp $ */ #include <paths.h> @@ -40,3 +40,4 @@ #define _PATH_FTPWELCOME "/etc/ftpwelcome" #define _PATH_FTPLOGINMESG "/etc/ftpmotd" #define _PATH_FTPDSTATFILE "/var/log/ftpd" +#define _PATH_LS "/bin/ls" |
