summaryrefslogtreecommitdiff
path: root/shells/lshell/Makefile
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2009-06-10 08:34:07 +0000
committerimil <imil@pkgsrc.org>2009-06-10 08:34:07 +0000
commitf0ed10530e33b17279175111989563d615478fb3 (patch)
tree4d6a19d0e7719f81f80d91dc7d5b891b949b5b14 /shells/lshell/Makefile
parentc4e11eb9f7275392ed564d30e688372e4bbaf967 (diff)
downloadpkgsrc-f0ed10530e33b17279175111989563d615478fb3.tar.gz
Updated from 0.2.6 to 0.9.4.
0.9.4 . Log file name is now configurable using 'logfilename' variable inside the configuration file . Corrected aliases in lshell.conf to work with *BSD 0.9.3 . corrected major bug (alias related) 0.9.2 . added Force SCP directory feature . added command alias feature 0.9.1 . loglevel can now be defined on global, group or user level . corrected sftp support (broken since in 0.9.0) 0.9.0 . version jump to 0.9.0 . corrected bug in case PATH does not exist and allowed set to 'all' . added support for UNIX groups in configuration file . corrected major security bug . corrected path completion . added escape code handling . added flexible +/- possibilities in configuration file . now supports completion after '|', ';' and '&' . Command test are also done after '|', ';' and '&' . Doesn't list hidden directories by default . 4 logging levels . added 'strict' behaviour
Diffstat (limited to 'shells/lshell/Makefile')
-rw-r--r--shells/lshell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile
index dcd7ec6a88b..66959bc26ba 100644
--- a/shells/lshell/Makefile
+++ b/shells/lshell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/04 09:25:36 imil Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/10 08:34:07 imil Exp $
#
-DISTNAME= lshell-0.2.6
+DISTNAME= lshell-0.9.4
CATEGORIES= shells python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/}