diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 01:09:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 01:09:23 +0000 |
commit | 6fabfb19923d5cf06e63f2a3ff4ec3007dcc31d3 (patch) | |
tree | d7f4f4be41469eb8a7e447824be9052102dfe287 /www/dansguardian/files/patch-FatController.cpp | |
parent | graphics/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.cpp | 11 |
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"); + } |