diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-07-28 22:42:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-07-28 22:42:47 +0000 |
commit | 929d2ac4bd3458c1901a52e32e0a5528e3bc9fed (patch) | |
tree | ccbb87a6c78222201de6dd916372875b422a0ad2 /libexec/ftpd/pathnames.h | |
parent | 4370e5be1ae72f684ef8ea2653cad1259ca997a6 (diff) |
Add anonymous statistics logging, based on FreeBSD but with the really
obvious bugs fixed.
Diffstat (limited to 'libexec/ftpd/pathnames.h')
-rw-r--r-- | libexec/ftpd/pathnames.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index fd262360b56..99d7c8bdf21 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/07/28 22:42:46 downsj Exp $ */ /* $NetBSD: pathnames.h,v 1.5 1995/04/11 02:44:59 cgd Exp $ */ /* @@ -41,3 +42,4 @@ #define _PATH_FTPCHROOT "/etc/ftpchroot" #define _PATH_FTPWELCOME "/etc/ftpwelcome" #define _PATH_FTPLOGINMESG "/etc/motd" +#define _PATH_FTPDSTATFILE "/var/log/ftpd" |