diff options
author | agc <agc> | 1998-06-04 12:30:25 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-04 12:30:25 +0000 |
commit | d9e85c72511c379a259bf58138b01440bb14f87b (patch) | |
tree | 0c9e6f60d52d19a682a9db5da7ad4032d3826aa1 /mk | |
parent | ba18e6e0b3ce4bd5606a6e918b18b43b2fc6e122 (diff) | |
download | pkgsrc-d9e85c72511c379a259bf58138b01440bb14f87b.tar.gz |
The previous re-formatting introduced tabs as whitespace characters
before the comment character - make(1) interprets these tabs as precursors
of a shell command. Change the tabs to spaces, so that mk.conf.example
can actually be used as /etc/mk.conf.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index caa6ec74e88..e8a7dd2cf9b 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.7 1998/05/29 09:21:43 agc Exp $ +# $NetBSD: mk.conf.example,v 1.8 1998/06/04 12:30:25 agc Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values # for building either NetBSD or some of the NetBSD packages collection @@ -52,9 +52,9 @@ MANZ= 1 # gzip manual pages at installation time # Default: backup #DOMAIN_NAME= # Used in the knews package to set the domain - # name. + # name. # Possible: almost anything really, usually a - # FQDN. + # FQDN. # Default: none #DONT_USE_IDEA= # Used in ssh package to stop IDEA encryption @@ -139,14 +139,14 @@ PAPERSIZE= A4 # Default paper size for packages. # Default: none #SSH_CONF_DIR= # Used in ssh to set the configuration - # directory. + # directory. # Possible: any valid directory # Default: none, package defaults to /etc #SSH_NO_SUID= # Used in ssh to disable setuid installation - # of "ssh" binary. - # Possible: YES, or NO. - # Default: NO + # of "ssh" binary. + # Possible: YES, or NO. + # Default: NO #USE_MENUS= # Used in xvile package to build in support for # menus. @@ -154,7 +154,7 @@ PAPERSIZE= A4 # Default paper size for packages. # Default: undefined #USE_MULE= # Used in emacs package to build MULE - # extensions + # extensions # Possible: defined, not defined # Default: not defined @@ -167,6 +167,6 @@ PAPERSIZE= A4 # Default paper size for packages. # Default: not defined #VERS_ID= # Used by the apache package to specify its - # version + # version # Possible: almost anything # Default: not defined |