diff options
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r-- | mk/mk.conf.example | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 783395485d6..b2830c7164a 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -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. |