Index: head/shells/lshell/Makefile =================================================================== --- head/shells/lshell/Makefile (revision 420445) +++ head/shells/lshell/Makefile (revision 420446) @@ -1,29 +1,29 @@ # Created by: Sylvio Cesar # $FreeBSD$ PORTNAME= lshell PORTVERSION= 0.9.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Shell environment to limited sets of commands to users LICENSE= GPLv3+ 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_shellcmd.py =================================================================== --- head/shells/lshell/files/patch-lshell_shellcmd.py (nonexistent) +++ head/shells/lshell/files/patch-lshell_shellcmd.py (revision 420446) @@ -0,0 +1,11 @@ +--- lshell/shellcmd.py.orig 2013-09-07 23:07:08 UTC ++++ lshell/shellcmd.py +@@ -134,7 +134,7 @@ class ShellCmd(cmd.Cmd, object): + self.g_arg = ' '.join(self.g_line.split()[1:]) + self.cd() + else: +- os.system('set -m; %s' % self.g_line) ++ os.system('%s' % self.g_line) + elif self.g_cmd not in ['', '?', 'help', None]: + self.log.warn('INFO: unknown syntax -> "%s"' %self.g_line) + self.stderr.write('*** unknown syntax: %s\n' %self.g_cmd) Property changes on: head/shells/lshell/files/patch-lshell_shellcmd.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