diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-18 19:55:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-18 19:55:24 +0000 |
commit | f427f8274d3b7c2c4e8718b7150376013fa02b7a (patch) | |
tree | 5e0e422da3a67c00dc7d9443b31593b814bed9be | |
parent | 4cd86cc2fba60d29d82dcd11da6941697a974a9e (diff) | |
download | pkgsrc-f427f8274d3b7c2c4e8718b7150376013fa02b7a.tar.gz |
remove now unused TRN_* variables, and add trn again to comment for
USE_INN.
-rw-r--r-- | mk/mk.conf.example | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 53ee06263a0..344ce0b3bb0 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.126 2000/03/18 17:57:58 jlam Exp $ +# $NetBSD: mk.conf.example,v 1.127 2000/03/18 19:55:24 wiz Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -526,22 +526,6 @@ PAPERSIZE= A4 # Possible: YES, or NO. # Default: NO -#TRN_DOMAINNAME= -# Used by trn as default domain name. Use '.' to have it determined at -# runtime. -# Possible: any domain or host, or '.' -# Default: not defined - -#TRN_NNTPSERVER= -# Used by trn as default news server. -# Possible: any hostname -# Default: not defined - -#TRN_ORGANIZATION= -# Used by trn as default organization in news posting headers. -# Possible: any string -# Default: "none" - #UPCLIENT_LOGIN= #UPCLIENT_PASSWORD= #UPCLIENT_HOSTID= @@ -590,7 +574,7 @@ PAPERSIZE= A4 # Default: YES on IPv6-ready userland, not defined otherwise #USE_INN= -# Used in nn to specify use of "inn" instead of "nntpclnt" +# Used in nn and trn to specify use of "inn" instead of "nntpclnt" # package to provide "inews" binary. # Possible: not defined, YES # Default: not defined |