From 8aaed46d66d295aa706af761c55eecf5e22c8760 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 21 Oct 2000 21:20:11 +0000 Subject: Bring pkg specific options into more of an alphabetic order. --- mk/mk.conf.example | 112 ++++++++++++++++++++++++++--------------------------- 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'mk') diff --git a/mk/mk.conf.example b/mk/mk.conf.example index e4cf6386627..abd6c689fa8 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.162 2000/10/21 20:50:15 wiz Exp $ +# $NetBSD: mk.conf.example,v 1.163 2000/10/21 21:20:11 wiz Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -249,17 +249,17 @@ # Definitions used only in the packages collection # +#AMANDA_SMB= +# Used in the amanda-client package to enable backup with smbclient +# Possible: defined, not defined +# Default: not defined + #AMANDA_USER= backup # Used in the amanda packages to specify the login user and group # responsible for backups # Possible: any user name # Default: backup -#AMANDA_SMB= -# Used in the amanda-client package to enable backup with smbclient -# Possible: defined, not defined -# Default: not defined - #AMANDA_VAR= /var/amanda # Specifies the directory in which amanda puts its logs and status # files. @@ -285,6 +285,12 @@ # Possible: not defined, YES # Default: not defined +#BATTLEBALL_USE_MESA= +# Used in battleball to build in support for OpenGL/Mesa. Will use +# Mesa-glx (rather than Mesa) if Mesa-glx is already installed. +# Possible: not defined, YES +# Default: not defined + #BOOTSTRAP_EGCS= # Used in egcs-current package to set bootstrap compile (two-stage) # mode. @@ -339,6 +345,11 @@ # Possible: YES, NO # Default: YES +#INN_DATA_DIR= +# Used by inn to specify the data directory. +# Possible: any path you like +# Default: /var/news + #IRRD_USE_PGP= # Used by irrd package to specify the version of PGP to use, if any. # Possible: 5, 2, not defined @@ -350,11 +361,6 @@ # Possible: [agc - unknown] # Default: not defined -#INN_DATA_DIR= -# Used by inn to specify the data directory. -# Possible: any path you like -# Default: /var/news - #ISPELL_FR= # Used by ispell to specify a French/English # dictionary. @@ -366,20 +372,11 @@ # Possible: not defined, british # Default: not defined -#JB_PACKAGE= test -# Used by jitterbug to determine the type of package to be installed. -# Possible: test, production -# Default: test - -#JB_USER=jitter -# Used by jitterbug package for username -# Possible: any valid username -# Default: jitter - -#JB_USERID=509 -# Used by jitterbug package for uid of JB_USER. -# Possible: any valid uid -# Default: 509 +#JB_FQHOSTNAME= +# Used by jitterbug package to include the fully-qualified domain name +# of the host. +# Possible: defined, not defined +# default: not defined #JB_GROUP=jitter # Used by jitterbug package for groupname @@ -391,18 +388,27 @@ # Possible: any valid gid # Default: 509 -#JB_FQHOSTNAME= -# Used by jitterbug package to include the fully-qualified domain name -# of the host. -# Possible: defined, not defined -# default: not defined - #JB_LOCALMAIL= # Used by jitterbug package as the mail alias to receive mail from # jitterbug # Possible: any valid mail alias # Default: none +#JB_PACKAGE= test +# Used by jitterbug to determine the type of package to be installed. +# Possible: test, production +# Default: test + +#JB_USER=jitter +# Used by jitterbug package for username +# Possible: any valid username +# Default: jitter + +#JB_USERID=509 +# Used by jitterbug package for uid of JB_USER. +# Possible: any valid uid +# Default: 509 + #JAKARTA_HOME= # Used by the www/jakarta-tomcat package to choose an install location # Possible: any directory @@ -465,16 +471,16 @@ # ru sk sl sr sv th tr uk vi wa zh # Default: all languages -#LPRNG_SUID= YES -# Used by LPRng to enable setuid installation of LPRng binaries. -# Possible: YES, or NO. -# Default: YES - #LPRNG_PRIV_PORTS= NO # Used by LPRng to require connections to be from privileged ports. # Possible: YES, or NO. # Default: NO +#LPRNG_SUID= YES +# Used by LPRng to enable setuid installation of LPRng binaries. +# Possible: YES, or NO. +# Default: YES + #LYNX_SCREEN_LIB= slang # Used in lynx-current to set which "screen" library to use. # Possible: slang, ncurses, curses. @@ -489,11 +495,6 @@ # Possible: not defined, YES. # Default: not defined. -#MAJORDOMO_USER= -# Used by majordomo package as the userid majordomo runs at. -# Possible: any -# Default: majordom - #MAJORDOMO_GROUP= # Used by the majordomo package as the groupid majordomo runs at. # Possible: any @@ -504,6 +505,11 @@ # Possible: any directory. # Default: /var/tmp +#MAJORDOMO_USER= +# Used by majordomo package as the userid majordomo runs at. +# Possible: any +# Default: majordom + #MTOOLS_ENABLE_FLOPPYD= # Used by the mtools package to determine whether or not the floppyd # program is installed. X11 libraries and header files are needed to @@ -662,11 +668,6 @@ PAPERSIZE= A4 # Default: If unset, the package will go interactive, and ask for the # data, allowing the password to remain private. -#USE_DB2= -# Used in sendmail to build with database library 2.x from the db package. -# Possible: YES, or NO. -# Default: NO - #USE_CANNA= # Used in kinput2 and nvi-m17n to enable Canna kana-kanji converter # support. @@ -678,6 +679,11 @@ PAPERSIZE= A4 # Possible: YES, or NO. # Default: YES +#USE_DB2= +# Used in sendmail to build with database library 2.x from the db package. +# Possible: YES, or NO. +# Default: NO + #USE_GIF= # Enable GIF support in qt. (disabled per default due to licensing # problems; future revisions might have no support at all) @@ -712,10 +718,9 @@ PAPERSIZE= A4 # Possible: not defined, YES # Default: not defined -#BATTLEBALL_USE_MESA= -# Used in battleball to build in support for OpenGL/Mesa. Will use -# Mesa-glx (rather than Mesa) if Mesa-glx is already installed. -# Possible: not defined, YES +#USE_PAM= +# Used to specify optional support for PAM authentication +# Possible: defined, not defined # Default: not defined #USE_RSAREF2= NO @@ -728,11 +733,6 @@ PAPERSIZE= A4 # Possible: YES, or NO. # Default: YES -#USE_PAM= -# Used to specify optional support for PAM authentication -# Possible: defined, not defined -# Default: not defined - #USE_SOCKS= # Used to specify SOCKS firewall support # Set this to the version of socks necessary. @@ -752,7 +752,7 @@ PAPERSIZE= A4 # Default: not defined #WINDOWMAKER_OPTIONS= -# Options for building windowmaker package Used to add support for +# Options for building windowmaker package. Used to add support for # GNOME, KDE or OPEN LOOK(tm) and to avoid redundancies with KDE. # Possible: gnome, kde, openlook, lite # Default: gnome kde -- cgit v1.2.3