aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-29 09:20:10 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-29 09:20:10 +0000
commit66a9a51572d373fdd1774701c0546810cc41d43b (patch)
tree525375724aaa54126941215308355bc76dee1c13
parentf57fd595a6c131c9f4a82c1ab3bfe70745b7e441 (diff)
downloadsrc-66a9a51572d373fdd1774701c0546810cc41d43b.tar.gz
src-66a9a51572d373fdd1774701c0546810cc41d43b.zip
Define _PATH_FTPUSERS
Notes
Notes: svn path=/head/; revision=3189
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index ffeab09bd57c..059807754cff 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -50,6 +50,7 @@
#define _PATH_DEVDB "/var/run/dev.db"
#define _PATH_DEVNULL "/dev/null"
#define _PATH_DRUM "/dev/drum"
+#define _PATH_FTPUSERS "/etc/ftpusers"
#define _PATH_KMEM "/dev/kmem"
#define _PATH_MAILDIR "/var/mail"
#define _PATH_MAN "/usr/share/man"