mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
- 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
11 lines
533 B
Python
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)
|