diff options
author | wiz <wiz> | 2005-12-02 17:07:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-12-02 17:07:56 +0000 |
commit | 6daa2324f1f6153f051a8e15f0b008517904c84a (patch) | |
tree | 39b15e1e0ac21f6c1d781f95739fde4712b4027c | |
parent | 6fdcda36b643ae8f09216e1d6fefe06299476e20 (diff) | |
download | pkgsrc-6daa2324f1f6153f051a8e15f0b008517904c84a.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 |