diff options
author | agc <agc@pkgsrc.org> | 1999-10-19 08:55:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-19 08:55:48 +0000 |
commit | 25fabddd9760cf522342fb5d58d847da631aa777 (patch) | |
tree | 67917af44952f94d2e126ee319d9cdf68f2cfe9d /mk | |
parent | 4e05a4a3c52c23209aa183cdcc98cc7ec7aaf3ba (diff) | |
download | pkgsrc-25fabddd9760cf522342fb5d58d847da631aa777.tar.gz |
s/DOMAIN_NAME/KNEWS_DOMAIN_NAME/ to make it more obvious which package
uses this definition.
Also s/DOMAIN_FILE/KNEWS_DOMAIN_FILE/ in the package Makefile, and document
it in mk.conf.example.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 20c81c6ae79..86974a26d76 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.83 1999/10/19 08:49:48 agc Exp $ +# $NetBSD: mk.conf.example,v 1.84 1999/10/19 08:55:48 agc Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -214,7 +214,12 @@ # http://www.irchelp.org/irchelp/networks/servers/efnet.html # Default: not defined -#DOMAIN_NAME= # Used in the knews package to set the domain +#KNEWS_DOMAIN_FILE= # Used in the knews package to set the domain + # name from the contents of this file. + # Possible: any valid path + # Default: none + +#KNEWS_DOMAIN_NAME= # Used in the knews package to set the domain # name. # Possible: almost anything really, usually a # FQDN. |