diff options
author | wiz <wiz> | 2001-04-27 14:10:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-27 14:10:18 +0000 |
commit | d1956e2c467cb3255ef64b20d0c0978e9e48c8eb (patch) | |
tree | 2aef705ebae8cd2453b5f354253fa2132cb65b60 /mk | |
parent | 3514203aeeb6bc5cd43f3c7d169729bef496cf45 (diff) | |
download | pkgsrc-d1956e2c467cb3255ef64b20d0c0978e9e48c8eb.tar.gz |
Add paragraph for new deliver variable.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 514776371d7..0523d51b258 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.200 2001/04/26 11:24:48 wiz Exp $ +# $NetBSD: mk.conf.example,v 1.201 2001/04/27 14:10:18 wiz Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -397,6 +397,11 @@ # Possible: /dev/your_favorite_serial_device # Default: defaults for various machine_archs are set in mk/bsd.prefs.mk +#DELIVER_SUID= NO +# Used to decide if deliver should be installed suid root. +# Possible: YES, NO +# Default: NO + #DT_LAYOUT= # Used by dt package to specify the keyboard layout. # Possible: US, FI, FR, GER, DV |