Index: head/shells/lshell/Makefile =================================================================== --- head/shells/lshell/Makefile (revision 378518) +++ head/shells/lshell/Makefile (revision 378519) @@ -1,28 +1,29 @@ # Created by: Sylvio Cesar # $FreeBSD$ PORTNAME= lshell PORTVERSION= 0.9.16 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Shell environment to limited sets of commands to users LICENSE= GPLv3 # (or later) USES= python USE_PYTHON= distutils post-patch: @${REINPLACE_CMD} -e \ "s|(.*lshell.conf.*),|| ; \ s|/etc|etc| ; \ s|share/man|man| ; \ s|'COPYING',||" ${WRKSRC}/setup.py post-install: (cd ${WRKSRC}/etc && ${INSTALL_DATA} ${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample) .include Index: head/shells/lshell/files/patch-lshell_checkconfig.py =================================================================== --- head/shells/lshell/files/patch-lshell_checkconfig.py (nonexistent) +++ head/shells/lshell/files/patch-lshell_checkconfig.py (revision 378519) @@ -0,0 +1,11 @@ +--- lshell/checkconfig.py.orig 2013-08-19 19:59:37 UTC ++++ lshell/checkconfig.py +@@ -307,7 +307,7 @@ class CheckConfig: + 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) Property changes on: head/shells/lshell/files/patch-lshell_checkconfig.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property