diff options
author | jkh <jkh@FreeBSD.org> | 1997-02-13 09:07:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-02-13 09:07:32 +0000 |
commit | 56bd74b4351a33dfac39902725ad343e8f55868b (patch) | |
tree | 54aca8b6cd9df079bfc5d66d9be7d32c28767030 /etc | |
parent | 84f36445a57c37d5d161e24d294217142e8f205b (diff) | |
download | FreeBSD-src-56bd74b4351a33dfac39902725ad343e8f55868b.zip FreeBSD-src-56bd74b4351a33dfac39902725ad343e8f55868b.tar.gz |
Document FTP_PASSIVE_MODE in the place where I usually set it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 6 | ||||
-rw-r--r-- | etc/make.conf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 4a39166..0b49ca1 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -113,6 +113,12 @@ #MOTIFLIB= -L${X11BASE}/lib -lXm # # +# If you are running behind a firewall, uncomment the following to leave a +# hint for various make-spawned utilities that they should use passive FTP. +# +#FTP_PASSIVE_MODE= YES +# +# # Kerberos IV # If you want the eBones-based Kerberos, define this: # diff --git a/etc/make.conf b/etc/make.conf index 4a39166..0b49ca1 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -113,6 +113,12 @@ #MOTIFLIB= -L${X11BASE}/lib -lXm # # +# If you are running behind a firewall, uncomment the following to leave a +# hint for various make-spawned utilities that they should use passive FTP. +# +#FTP_PASSIVE_MODE= YES +# +# # Kerberos IV # If you want the eBones-based Kerberos, define this: # |