add a no_banner FLAVOR.

This commit is contained in:
brad 2001-12-17 20:33:34 +00:00
parent 56de0aae2a
commit e9a62c722a
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2001/12/17 15:56:28 brad Exp $
# $OpenBSD: Makefile,v 1.3 2001/12/17 20:33:34 brad Exp $
COMMENT= "small, easy to set up, fast and very secure FTP server"
@ -23,6 +23,13 @@ CONFIGURE_ARGS+= --with-everything \
--without-ldap \
--without-mysql
FLAVORS= no_banner
FLAVOR?=
.if ${FLAVOR:L:Mno_banner}
CONFIGURE_ARGS+= --without-banner
.endif
DOCS= README README.Configuration-File README.Contrib \
README.Virtual-Users poweredby.jpg

View File

@ -11,4 +11,8 @@ protocol, bandwidth throttling, ratios, LDAP, customizable SQL, fortune
files, Apache-like log files, fast standalone mode, text / HTML / XML
real-time status report, virtual users, virtual quotas and more.
Flavors:
no_banner - Build pure-ftpd so as to not display a banner on
initial connection.
WWW: ${HOMEPAGE}