add paths for message files
authorAndrew Cherenson <andrew@ucbvax.Berkeley.EDU>
Sun, 28 Jun 1992 07:52:12 +0000 (23:52 -0800)
committerAndrew Cherenson <andrew@ucbvax.Berkeley.EDU>
Sun, 28 Jun 1992 07:52:12 +0000 (23:52 -0800)
SCCS-vsn: libexec/ftpd/pathnames.h 5.3

usr/src/libexec/ftpd/pathnames.h

index 388cf96..0f791a7 100644 (file)
@@ -4,9 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.2 (Berkeley) %G%
+ *     @(#)pathnames.h 5.3 (Berkeley) %G%
  */
 
 #include <paths.h>
 
  */
 
 #include <paths.h>
 
-#define        _PATH_FTPUSERS  "/etc/ftpusers"
+#define        _PATH_FTPUSERS          "/etc/ftpusers"
+#define        _PATH_FTPWELCOME        "/etc/ftpwelcome"
+#define        _PATH_FTPLOGINMESG      "/etc/motd"