ports/shells/lshell/files/patch-lshell_checkconfig.py
Ruslan Makhmatkhanov 91d3de1491 shells/lshell: update to 0.9.18.20160916
- pass maintainership to submitter
- switch to github
- add NO_ARCH, update project web-page and remove unneded patch

This release fixing some vulnerabilities, that defeats the purpose
of the package entirely, so this is why MFH is requested.

PR:		215989
Submitted by:	Damien Fleuriot <dam@my.gd>
MFH:        2017Q1
2017-02-06 16:30:16 +00:00

11 lines
533 B
Python

--- lshell/checkconfig.py 2017-01-11 18:12:28 UTC
+++ lshell/checkconfig.py
@@ -238,7 +238,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)