summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/pathnames.h
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-04-29 12:42:08 +0000
committerdavidn <davidn@FreeBSD.org>1997-04-29 12:42:08 +0000
commit55c9dac45043b0c4199aaca4735cfa1d01b209e5 (patch)
treecc9b7f6114cd7e1018bffafa906e16f8eda8fb09 /libexec/ftpd/pathnames.h
parent559a468aae13aa79431fd99e4f039cabcaa507f4 (diff)
downloadFreeBSD-src-55c9dac45043b0c4199aaca4735cfa1d01b209e5.zip
FreeBSD-src-55c9dac45043b0c4199aaca4735cfa1d01b209e5.tar.gz
Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for
definition of a system's virtual hosts.
Diffstat (limited to 'libexec/ftpd/pathnames.h')
-rw-r--r--libexec/ftpd/pathnames.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h
index 5b36082..d2f8b73 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: pathnames.h,v 1.8 1997/02/22 14:21:29 peter Exp $
+ * $Id: pathnames.h,v 1.9 1997/04/26 12:12:10 davidn Exp $
*/
#include <paths.h>
@@ -39,5 +39,6 @@
#define _PATH_FTPCHROOT "/etc/ftpchroot"
#define _PATH_FTPWELCOME "/etc/ftpwelcome"
#define _PATH_FTPLOGINMESG "/etc/ftpmotd"
-#define _PATH_FTPDSTATFILE "/var/log/ftpd"
-#define _PATH_LS "/bin/ls"
+#define _PATH_FTPHOSTS "/etc/ftphosts"
+#define _PATH_FTPDSTATFILE "/var/log/ftpd"
+#define _PATH_LS "/bin/ls"
OpenPOWER on IntegriCloud