diff options
author | tron <tron@pkgsrc.org> | 1999-11-12 22:52:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-12 22:52:16 +0000 |
commit | 897db03df313e37e49a59aec915f8d0ed5295d8e (patch) | |
tree | 363ba01bf1996124c9fe61d826492e38c5a81a89 /mk | |
parent | cce3bb6605ccebeb5e8d0df7280e6acc6ad5bfd6 (diff) | |
download | pkgsrc-897db03df313e37e49a59aec915f8d0ed5295d8e.tar.gz |
Add documentation for "squid" package related variables.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 00e977ced68..7c623d66007 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.98 1999/11/12 16:34:30 abs Exp $ +# $NetBSD: mk.conf.example,v 1.99 1999/11/12 22:52:16 tron Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -420,6 +420,24 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: anything (within reason) # Default: none +#SQUID_CONFIGURE_ARGS= # Used in squid package to set build + # configuration options. + # Possible: see "configure --help" + # Default: --enable-cachemgr-hostname=localhost + # --enable-icmp + # --enable-ipf-transparent + # --enable-snmp + +#SQUID_HTTP_PORT= # Used in squid package to define the default + # port number for HTTP connections. + # Possible: 1-65535 + # Default: 3128 + +#SQUID_ICTP_PORT= # Used in squid package to define the default + # port number for ICP queries. + # Possible: 1-65535 + # Default: 3130 + #SSH_CONF_DIR= # Used in ssh to set the configuration # directory. # Possible: any valid directory |