diff options
author | vs <vs@FreeBSD.org> | 2005-04-27 15:31:36 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-27 15:31:36 +0800 |
commit | 1d73fe2fddbe44a4de33786fd1d0aa7efb7078e0 (patch) | |
tree | 2359c24de95ae468b99432043160dc2189aad60e /www/squid27 | |
parent | 5e3fc43ef69e1796accefba2d842492052569d20 (diff) | |
download | freebsd-ports-gnome-1d73fe2fddbe44a4de33786fd1d0aa7efb7078e0.tar.gz freebsd-ports-gnome-1d73fe2fddbe44a4de33786fd1d0aa7efb7078e0.tar.zst freebsd-ports-gnome-1d73fe2fddbe44a4de33786fd1d0aa7efb7078e0.zip |
- update distinfo for the updated syslog patch
- remove local patch that is now incorporated into the corresponding
vendor patch (with slightly different wording)
PR: ports/80367
Submitted by: maintainer
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/distinfo | 4 | ||||
-rw-r--r-- | www/squid27/files/patch-doc-squid.8 | 29 |
2 files changed, 2 insertions, 31 deletions
diff --git a/www/squid27/distinfo b/www/squid27/distinfo index 2ea6dcff966b..9352c1d56e1d 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -44,5 +44,5 @@ MD5 (squid2.5/squid-2.5.STABLE9-cachemgr_objects.patch) = cc3c6c61b46f50ea932719 SIZE (squid2.5/squid-2.5.STABLE9-cachemgr_objects.patch) = 2625 MD5 (squid2.5/squid-2.5.STABLE9-extaclauth.patch) = b3c3282e6f1550e698e7a3f3ad87a7bc SIZE (squid2.5/squid-2.5.STABLE9-extaclauth.patch) = 1799 -MD5 (squid2.5/squid-2.5.STABLE9-syslog.patch) = c04abf725b5061c0a009364097ccd253 -SIZE (squid2.5/squid-2.5.STABLE9-syslog.patch) = 6859 +MD5 (squid2.5/squid-2.5.STABLE9-syslog.patch) = 80998c4bea14b0eacabc10065acb672e +SIZE (squid2.5/squid-2.5.STABLE9-syslog.patch) = 7439 diff --git a/www/squid27/files/patch-doc-squid.8 b/www/squid27/files/patch-doc-squid.8 deleted file mode 100644 index b6465fb14cb7..000000000000 --- a/www/squid27/files/patch-doc-squid.8 +++ /dev/null @@ -1,29 +0,0 @@ -Index: doc/squid.8 -=================================================================== -RCS file: /squid/squid/doc/squid.8,v -retrieving revision 1.1 -diff -p -u -r1.1 squid.8 ---- doc/squid.8 18 Dec 2000 21:54:18 -0000 1.1 -+++ doc/squid.8 17 Apr 2005 14:17:48 -0000 -@@ -6,7 +6,11 @@ squid \- proxy caching server - .SH SYNOPSIS - .B squid - [ --.B \-dhsvzCDFNRVYX -+.B \-dhvzCDFNRVYX -+] [ -+.B \-s -+| -+.BI \-l " facility" - ] [ - .BI \-f " config-file" - ] [ -@@ -73,7 +77,7 @@ Print help message. - .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 -s -+.IP "-s | -l facility" - Enable logging to syslog. - .IP "-u port" - Specify ICP port number (default: 3130), disable with 0. |