diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-02 17:07:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-02 17:07:56 +0000 |
commit | 2bba5f5230fb4a98b96c372671f7a4eaf85955f9 (patch) | |
tree | 39b15e1e0ac21f6c1d781f95739fde4712b4027c | |
parent | 66a56a60902143e453c8e1f3a51ef13b24913594 (diff) | |
download | pkgsrc-2bba5f5230fb4a98b96c372671f7a4eaf85955f9.tar.gz |
Remove description for obsolete USE_SOCKS.
-rw-r--r-- | mk/defaults/mk.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 323d9b37896..5e86bcfb96c 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.103 2005/12/01 20:22:42 wiz Exp $ +# $NetBSD: mk.conf,v 1.104 2005/12/02 17:07:56 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -1664,12 +1664,6 @@ USE_CRYPTO?= YES # Possible: not defined, NO, YES # Default: YES on IPv6-ready userland, not defined otherwise -#USE_SOCKS= -# Used to specify SOCKS firewall support -# Set this to the version of socks necessary. -# Possible: 4, 5, not defined -# Default: not defined - USERPPP_GROUP?= network # Used in the userppp package to specify the default group. # Possible: any group name |