From 7fcc310acf7d07d12e3726ab4814dcee354525b5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 24 Mar 2003 03:33:55 +0000 Subject: [PATCH] (_PATH_FTPUSERS): conditionalize git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11900 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 62ce10340..e4f5b441a 100644 --- a/appl/ftp/ftpd/pathnames.h +++ b/appl/ftp/ftpd/pathnames.h @@ -49,7 +49,10 @@ #define _PATH_BSHELL "/bin/sh" #endif +#ifndef _PATH_FTPUSERS #define _PATH_FTPUSERS SYSCONFDIR "/ftpusers" +#endif + #define _PATH_FTPCHROOT SYSCONFDIR "/ftpchroot" #define _PATH_FTPWELCOME SYSCONFDIR "/ftpwelcome" #define _PATH_FTPLOGINMESG SYSCONFDIR "/motd"