I didn't change that! What gives??? someone fix a configure tool somewhere?

Amos

----- Original Message ----- From: "Amos Jeffries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2007 2:19 AM
Subject: squid3-ipv6 squid3/doc squid.8,1.1,1.1.30.1


Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid3/doc

Modified Files:
     Tag: squid3-ipv6
squid.8
Log Message:
Bah! logic error down.


Index: squid.8
===================================================================
RCS file: /cvsroot/squid/squid3/doc/Attic/squid.8,v
retrieving revision 1.1
retrieving revision 1.1.30.1
diff -C2 -d -r1.1 -r1.1.30.1
*** squid.8 14 Oct 2002 00:18:06 -0000 1.1
--- squid.8 7 Jan 2007 13:19:04 -0000 1.1.30.1
***************
*** 1,3 ****
! .TH squid 8 "squid version 2.0"
 .\" Copyright and licensing information
 .\" goes here.
--- 1,3 ----
! .TH squid 8 "Squid Web Proxy 3.0.PRE5-CVS"
 .\" Copyright and licensing information
 .\" goes here.
***************
*** 7,11 ****
 .B squid
 [
! .B \-dhsvzCDFNRVYX
 ] [
 .BI \-f " config-file"
--- 7,13 ----
 .B squid
 [
! .B \-dhisrvzCDFNRVYX
! ] [
! .BI \-l " facility"
 ] [
 .BI \-f " config-file"
***************
*** 17,20 ****
--- 19,26 ----
 ] [
 .B \-k " signal"
+ ] [
+ .BI \-n " service-name"
+ ] [
+ .BI \-O " cmd-line"
 ]
 .SH DESCRIPTION
***************
*** 55,61 ****
 .B squid
 see the file
! .BI /etc/squid/squid.conf,
! the FAQ included with the distribution
! and the documentation at the
 .B squid
 home page http://www.squid-cache.org
--- 61,66 ----
 .B squid
 see the file
! .BI /usr/local/squid/etc/squid.conf,
! the Squid FAQ and the documentation at the
 .B squid
 home page http://www.squid-cache.org
***************
*** 68,72 ****
 .IP "-f file"
 Use the given config-file instead of
! .IR /etc/squid/squid.conf .
If the file name starts with a ! or | then it is assumed to be an external
 command or command line. Can for example be used to pre-process the
--- 73,77 ----
 .IP "-f file"
 Use the given config-file instead of
! .IR /usr/local/squid/etc/squid.conf .
If the file name starts with a ! or | then it is assumed to be an external
 command or command line. Can for example be used to pre-process the
***************
*** 75,83 ****
--- 80,98 ----
 .IP -h
 Print help message.
+ .IP -i
+ Install as a Windows Service (see -n option).
.IP "-k reconfigure | rotate | shutdown | interrupt | kill | debug | check | parse"
 Parse configuration file, then send signal to running copy
 (except -k parse) and exit.
+ .IP "-n name"
+ Specify Windows Service name to use for service operations, default is:
+ .BI Squid
+ .
+ .IP -r
+ Remove a Windows Service (see -n option).
 .IP -s
 Enable logging to syslog.
+ .IP "-l facility"
+ Use specified syslog facility. implies -s
 .IP "-u port"
 Specify ICP port number (default: 3130), disable with 0.
***************
*** 92,101 ****
 .IP -F
 Don't serve any requests until store is rebuilt.
 .IP -N
 No daemon mode.
 .IP -R
 Do not set REUSEADDR on port.
- .IP -V
- Virtual host httpd-accelerator.
 .IP -X
 Force full debugging.
--- 107,116 ----
 .IP -F
 Don't serve any requests until store is rebuilt.
+ .IP "-O options"
+ Set Windows Service Command line options in Registry.
 .IP -N
 No daemon mode.
 .IP -R
 Do not set REUSEADDR on port.
 .IP -X
 Force full debugging.
***************
*** 103,107 ****
 Only return UDP_HIT or UDP_MISS_NOFETCH during fast reload.
 .SH FILES
! .I /etc/squid/squid.conf
 .RS
 The main configuration file.  You must initially make
--- 118,122 ----
 Only return UDP_HIT or UDP_MISS_NOFETCH during fast reload.
 .SH FILES
! .I /usr/local/squid/etc/squid.conf
 .RS
 The main configuration file.  You must initially make
***************
*** 110,113 ****
--- 125,158 ----
 to work.  For example, the default configuration does not
 allow access from any browser.
+ .RE
+
+ .I /usr/local/squid/etc/squid.conf.default
+ .RS
+ Reference copy of the configuration file. Always kept up to date with
+ the version of Squid you are using. Use this to look up configuration
+ syntax after upgrading.
+ .RE
+
+ .I /usr/local/squid/etc/mime.conf (mime_table)
+ .RS
+ MIME type mappings for FTP gatewaying
+ .RE
+
+ .I /usr/local/squid/share/errors/English (error_directory)
+ .RS
+ Error page templates
+ .RE
+
+ .SH SEE ALSO
+ .BR cachemgr.cgi "(8), "
+ .BR pam_auth "(8), "
+ .BR squid_ldap_auth "(8), "
+ .BR squid_ldap_group "(8), "
+ .BR squid_session "(8), "
+ .BR squid_unix_group "(8), "
+ .br
+ .B The Squid FAQ
+
+

 .\" Could add the following sections:



Reply via email to