Ticket #7820 (new defect)
Opened 8 weeks ago
[PATCH] Syslog Logging Not Working on FreeBSD
| Reported by: | david@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | none |
| Severity: | normal | Keywords: | syslog freebsd |
| Cc: |
Description
FreeBSD's syslog doesn't listen on /dev/log. It uses /var/run/log. Attached is a patch that allows you to specify the path to the UNIX socket instead of hardcoding it. It basically uses the logfile parameter, if it's None use /dev/log otherwise use it.
This bug affects all versions of Trac since about 0.7 it looks like.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


