FreeBSD Bugzilla – Attachment 149667 Details for
Bug 195245
shells/lshell 0.9.16 fails to log to syslog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Make lshell/checkconfig.py send syslog data to /var/run/log instead of non-existent /dev/log
checkconfig.py.patch (text/plain), 581 bytes, created by
Damien Fleuriot
on 2014-11-21 10:56:53 UTC
(
hide
)
Description:
Make lshell/checkconfig.py send syslog data to /var/run/log instead of non-existent /dev/log
Filename:
MIME Type:
Creator:
Damien Fleuriot
Created:
2014-11-21 10:56:53 UTC
Size:
581 bytes
patch
obsolete
>--- lshell/checkconfig.py 2013-08-19 19:59:37.000000000 +0000 >+++ lshell/checkconfig.py 2014-11-21 10:52:46.000000000 +0000 >@@ -307,7 +307,7 @@ > try: > if logfilename == "syslog": > from logging.handlers import SysLogHandler >- syslog = SysLogHandler(address='/dev/log') >+ syslog = SysLogHandler(address='/var/run/log') > syslog.setFormatter(syslogformatter) > syslog.setLevel(self.levels[self.conf['loglevel']]) > logger.addHandler(syslog)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195245
: 149667 |
149668