diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 14:51:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 14:51:38 +0000 |
commit | 20f47078014ad06078e4894c85061082a285879e (patch) | |
tree | 378d0b5f07939d4181567561a8ffdc3178a423c7 /mk/mk.conf.example | |
parent | edb5139d54fe8586aea396ed1acfe6d2e8105319 (diff) | |
download | pkgsrc-20f47078014ad06078e4894c85061082a285879e.tar.gz |
provide examples for DEFAULT_SERIAL_DEVICE and SERIAL_DEVICES
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r-- | mk/mk.conf.example | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index d3cfdd8eefd..de4db738960 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.182 2001/03/19 14:47:27 dmcmahill Exp $ +# $NetBSD: mk.conf.example,v 1.183 2001/03/19 14:51:38 dmcmahill Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -371,6 +371,12 @@ # http://www.irchelp.org/irchelp/networks/servers/efnet.html # Default: not defined +#DEFAULT_SERIAL_DEVICE= +# Used to provide a default setting for the serial device for +# various packages which communicate over the serial port. +# Possible: /dev/your_favorite_serial_device +# Default: defaults for various machine_archs are set in mk/bsd.prefs.mk + #DT_LAYOUT= # Used by dt package to specify the keyboard layout. # Possible: US, FI, FR, GER, DV @@ -672,6 +678,12 @@ PAPERSIZE= A4 # Possible: 8, 16, 32 # Default: 8 +#SERIAL_DEVICES= +# Used to provide a default setting for all the serial devices for +# various packages which communicate over the serial port. +# Possible: /dev/your_favorite_serial_device0 /dev/your_favorite_serial_device1 ... +# Default: defaults for various machine_archs are set in mk/bsd.prefs.mk + #SQUID_CONFIGURE_ARGS= # Used in squid package to set build configuration options. # Possible: see "configure --help" |