From 37491685e516717064d9f1072ae6c42437a09fd3 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 5 Jan 2000 13:46:38 +0000 Subject: [PATCH] add /etc/issue{,.net} git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7720 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/pathnames.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/ftp/ftpd/pathnames.h b/appl/ftp/ftpd/pathnames.h index 1bd2be1a1..ff2041bb6 100644 --- a/appl/ftp/ftpd/pathnames.h +++ b/appl/ftp/ftpd/pathnames.h @@ -53,3 +53,6 @@ #define _PATH_FTPCHROOT "/etc/ftpchroot" #define _PATH_FTPWELCOME "/etc/ftpwelcome" #define _PATH_FTPLOGINMESG "/etc/motd" + +#define _PATH_ISSUE "/etc/issue" +#define _PATH_ISSUE_NET "/etc/issue.net"