[ Sent to -current and -ports, followups set to -current ]

Here's another trivial patch that people might like to comment on before I
commit it.  I'm doing more and more FreeBSD installs recently at various
client sites, and adding "FETCH_BEFORE_ARGS=-p" to make.conf is just one of
those standard things you have to do if there's a firewall in place.

Any one got any objection to mentioning that fact, with the included patch?

N

Index: make.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/make.conf,v
retrieving revision 1.91
diff -u -r1.91 make.conf
--- make.conf   2000/02/09 04:08:18     1.91
+++ make.conf   2000/02/20 09:10:25
@@ -113,6 +113,10 @@
 #
 #MOTIFLIB=     -L${X11BASE}/lib -lXm
 #
+# If you are behind a firewall, this will force port fetching to use 
+# passive mode, which is required for most types of firewall.
+#
+#FETCH_BEFORE_ARGS=    -p
 #
 # If you're resident in the USA, this will help various ports to determine
 # whether or not they should attempt to comply with the various U.S.
-- 
    If you want to imagine the future, imagine a tennis shoe stamping
    on a penguin's face forever.
        --- with apologies to George Orwell


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to