diff options
-rw-r--r-- | mk/mk.conf.example | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index b2bf43b71ac..67182c8b91e 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.86 1999/10/19 09:04:34 agc Exp $ +# $NetBSD: mk.conf.example,v 1.87 1999/10/19 09:15:12 agc Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -132,6 +132,11 @@ # Possible: any combination of packages # Default: not set +#EXTRACT_USING_PAX= yes # Use pax(1) to extract archives, rather than + # GNU tar. + # Possible: defined, not defined + # Default: not defined + #FAILOVER_FETCH= yes # Perform a checksum at "make fetch" time. # If the checksum doesn't match the stored # value, try to retrieve the file from the @@ -139,8 +144,24 @@ # Possible: set, not set # Default: not set -#EXTRACT_USING_PAX= yes # Use pax(1) to extract archives, rather than - # GNU tar. +#MASTER_SORT= .ac.at .at .de .ch .se .fi .no + # Whitespace delimited list of preferred + # download locations. MASTER_SITES will be + # reordered according to the hosts' address + # last components. + # Possible: list of domain name suffixes + # Default: none +#MASTER_SORT_REGEX= ftp://.*/ + # Same as MASTER_SORT, but takes a regular + # expression for more flexibility in matching. + # Regexps defined here have higher priority + # than MASTER_SORT. + # This example would prefer ftp transfers + # over anything else. + # Possible: Regexps as in awk(1) + # Default: none + +#PATCH_DEBUG= # Used to debug patches as they are applied # Possible: defined, not defined # Default: not defined @@ -160,23 +181,6 @@ # arguments # Default: ${SU} - root -c -#MASTER_SORT= .ac.at .at .de .ch .se .fi .no - # Whitespace delimited list of preferred - # download locations. MASTER_SITES will be - # reordered according to the hosts' address - # last components. - # Possible: list of domain name suffixes - # Default: none -#MASTER_SORT_REGEX= ftp://.*/ - # Same as MASTER_SORT, but takes a regular - # expression for more flexibility in matching. - # Regexps defined here have higher priority - # than MASTER_SORT. - # This example would prefer ftp transfers - # over anything else. - # Possible: Regexps as in awk(1) - # Default: none - # # Definitions used only in the packages collection # @@ -336,10 +340,6 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: A4, Letter, Letterdj. # Default: none -#PATCH_DEBUG= # Used in exmh package to denote debugging - # Possible: defined, not defined - # Default: not defined - #PGGROUP=ingres # Used in postgresql package as the groupname # of the database administrator # Possible: any group name |