Document NMH_PAGER and NMH_EDITOR.
Make WINDOWMAKER_OPTIONS conform to normal usage. GIMP_SMALL_DATA doesn't seem to exist any more. Explain LIBWRAP_FWD and USE_INN more fully.
This commit is contained in:
parent
9391191c36
commit
104fa8172c
1 changed files with 13 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mk.conf.example,v 1.68 1999/08/23 08:10:35 tron Exp $
|
||||
# $NetBSD: mk.conf.example,v 1.69 1999/08/25 10:04:46 agc Exp $
|
||||
#
|
||||
|
||||
# Sample /etc/mk.conf file, which can be used to set specific values
|
||||
|
@ -223,11 +223,6 @@
|
|||
# Possible: [agc - unknown]
|
||||
# Default: not defined
|
||||
|
||||
#GIMP_SMALL_DATA= # Used in gimp package to specify installation
|
||||
# of the small data set only.
|
||||
# Possible: defined, not defined
|
||||
# Default: not defined
|
||||
|
||||
#INN_DATA_DIR # Used by inn to specify the data directory.
|
||||
# Possible: any path you like
|
||||
# Default: /var/news
|
||||
|
@ -241,7 +236,8 @@
|
|||
# Possible: not defined, british
|
||||
# Default: not defined
|
||||
|
||||
#LIBWRAP_FWD= # Make libwrap also compare against forwards
|
||||
#LIBWRAP_FWD= # Used in ssh package to make libwrap also
|
||||
# compare against forwarded connection attempts
|
||||
# Possible: not defined, YES
|
||||
# Default: not defined
|
||||
|
||||
|
@ -276,10 +272,18 @@
|
|||
# Possible: not defined, YES
|
||||
# Default: not defined
|
||||
|
||||
#NMH_EDITOR= # default editor for use in nmh.
|
||||
# Possible: any editor.
|
||||
# Default: vi
|
||||
|
||||
NMH_MTA= smtp # default MTA for use in nmh.
|
||||
# Possible: smtp or sendmail.
|
||||
# Default: smtp
|
||||
|
||||
#NMH_PAGER= # default pager for use in nmh.
|
||||
# Possible: any editor.
|
||||
# Default: more
|
||||
|
||||
#NS_ENCRYPTION= us # Used to decide if export or US version
|
||||
# of Netscape should be installed.
|
||||
# Possible: export, us
|
||||
|
@ -334,7 +338,7 @@ PAPERSIZE= A4 # Default paper size for packages.
|
|||
# Possible: defined, not defined
|
||||
# Default: not defined
|
||||
|
||||
#USE_INN= # Used in many packages to specify use of
|
||||
#USE_INN= # Used in trn and nn to specify use of
|
||||
# "inn" instead of "nntpclnt" package to
|
||||
# provide "inews" binary.
|
||||
# Possible: not defined, YES
|
||||
|
@ -359,7 +363,7 @@ PAPERSIZE= A4 # Default paper size for packages.
|
|||
# Possible: not defined, YES
|
||||
# Default: not defined
|
||||
|
||||
#WINDOWMAKER_OPTIONS # Options for building windowmaker package
|
||||
#WINDOWMAKER_OPTIONS= # Options for building windowmaker package
|
||||
# Used to add support for GNOME, KDE or
|
||||
# OPEN LOOK(tm) and to avoid redundancies
|
||||
# with KDE.
|
||||
|
|
Loading…
Reference in a new issue