Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2002 00:16:29 -0700
From:      "Mark Chesney" <mark@chesneycorp.com>
To:        <j@pureftpd.org>
Cc:        <ports@FreeBSD.org>
Subject:   FreeBSD Port: pure-ftpd-1.0.7
Message-ID:  <025801c1974b$3a45f850$0e01a8c0@mark>

next in thread | raw e-mail | index | archive | help
Hello,
This is my suggested patch to the port Makefile to give the user options
to make the FTP server look more professional.

Mark

--- Makefile.orig       Fri Dec 28 19:23:51 2001
+++ Makefile    Mon Jan  7 00:05:14 2002
@@ -65,6 +65,16 @@
 CFLAGS+=       -I${LOCALBASE}/include -L${LOCALBASE}/lib
 .endif
 
+# disable banner?
+.if defined(WITHOUT_BANNER)
+CONFIGURE_ARGS+=       --without-banner
+.endif
+
+# disable humor?
+.if defined(WITHOUT_HUMOR)
+CONFIGURE_ARGS+=       --without-humor
+.endif
+
 MAN8=          pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8
pure-statsdecode.8 \
                pure-uploadscript.8 pure-pw.8 pure-pwconvert.8
pure-quotacheck.8
 
@@ -100,6 +110,8 @@
                support, lang is one of"
        @${ECHO} "  english, german, romanian, french, french-funny,
polish, spanish,"
        @${ECHO} "  dutch, italian, brazilian-portuguese, danish,
slovak, korean or swedish."
+       @${ECHO} "WITHOUT_BANNER=1      - Don't display an initial
banner"
+       @${ECHO} "WITHOUT_HUMOR=1       - Disable humor"
        @${ECHO}
 
 post-install:



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?025801c1974b$3a45f850$0e01a8c0>