Nuno Ricardo Gomes Antunes wrote:
Hi,

I think there is a typo in src/modules/openca-log/Logger/Syslog.pm.

I believe the port number is incorrect.

--- Syslog.pm.orig Mon Jul 5 15:55:02 2004
+++ Syslog.pm Mon Jul 5 15:55:32 2004
@@ -61,7 +61,7 @@
$self->{prefix} = "OpenCA PKI Logging" if (not $self->{prefix});
$self->{name} = $self->{prefix} if (not $self->{name});
$self->{host} = "127.0.0.1" if (not $self->{host});
- $self->{port} = "154" if (not $self->{port});
+ $self->{port} = "514" if (not $self->{port});
$self->{facility} = "local7" if (not $self->{facility});
## we support Net, Sys, Unix

Patch commited.

Thanks

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to