summaryrefslogtreecommitdiff
path: root/www/dansguardian/files/patch-FatController.cpp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-04 01:09:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-04 01:09:23 +0000
commit6fabfb19923d5cf06e63f2a3ff4ec3007dcc31d3 (patch)
treed7f4f4be41469eb8a7e447824be9052102dfe287 /www/dansguardian/files/patch-FatController.cpp
parentgraphics/xmms-nebulus port update (diff)
port update: www/dansguardian to version 2.6.1-3
The latest stable release of DansGuardian is 2.6.1-3. This release fixes a few security glitches in earlier releases, and adds several new features to improve filtering, throughput, and resource usage. A recommended update for all DG users. PR: ports/54199 Submitted by: Freddie Cash <fcash@sd73.bc.ca>
Notes
Notes: svn path=/head/; revision=88469
Diffstat (limited to 'www/dansguardian/files/patch-FatController.cpp')
-rw-r--r--www/dansguardian/files/patch-FatController.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/dansguardian/files/patch-FatController.cpp b/www/dansguardian/files/patch-FatController.cpp
new file mode 100644
index 000000000000..541096155c69
--- /dev/null
+++ b/www/dansguardian/files/patch-FatController.cpp
@@ -0,0 +1,11 @@
+--- FatController.cpp.orig Mon Jul 7 14:59:33 2003
++++ FatController.cpp Mon Jul 7 14:59:52 2003
+@@ -513,7 +513,7 @@
+ if (conn) {
+ if (report) {
+ if (!isDaemonised) {
+- std::cerr << "Error creating connecting to test proxy" << std::endl;
++ std::cerr << "Error creating connection to test proxy" << std::endl;
+ }
+ syslog(LOG_ERR, "%s","Error creating connection to test proxy");
+ }