Pure-ftpd disable standalone option

Joshua Bell josh at lushie.org
Thu Dec 9 13:06:58 PST 2004


Hi,

  I am not currently subscribed to the ports list, nor have I ever submitted a request for a change in any of the ports.  Please excuse anything that might not be correctly carried out.


--- /usr/ports/ftp/pure-ftpd/Makefile   Wed Nov  3 18:51:59 2004
+++ Makefile    Thu Dec  9 20:58:52 2004
@@ -45,8 +45,9 @@
                PGSQL   "Support for users in PostgreSQL database" off \
                PRIVSEP "Enable privilege separation" off \
                PERUSERLIMITS   "Per-user concurrency limits" off \
-               THROTTLING      "Bandwidth throttling" off
-
+               THROTTLING      "Bandwidth throttling" off \
+               NOSTAND         "Toggle standalone option" off 
+
 .include <bsd.port.pre.mk>
 
 # language support requested?
@@ -86,6 +87,11 @@
 # throttling requested?
 .if defined(WITH_THROTTLING)
 CONFIGURE_ARGS+=       --with-throttling
+.endif
+
+# standalone requested?
+.if defined(WITH_NOSTAND)
+CONFIGURE_ARGS+=       --without-standalone
 .endif
 
 # different certificate file location?


Please send comments to my email address.

-josh <josh at lushie.org>


More information about the freebsd-ports mailing list