pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zlua: update COMMENT, and make corrections to MESSAGE



Module Name:	pkgsrc-wip
Committed By:	Dean Matzkov <bapabooiee%gmail.com@localhost>
Pushed By:	bapa
Date:		Sat Feb 2 16:13:20 2019 -0700
Changeset:	f5d8fd40a979ab37846bc209f2b2a3be5008a2e1

Modified Files:
	zlua/MESSAGE
	zlua/Makefile

Log Message:
zlua: update COMMENT, and make corrections to MESSAGE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f5d8fd40a979ab37846bc209f2b2a3be5008a2e1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zlua/MESSAGE  | 15 ++++++++++-----
 zlua/Makefile |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs:
diff --git a/zlua/MESSAGE b/zlua/MESSAGE
index cb3ae9d9dd..d281ee6727 100644
--- a/zlua/MESSAGE
+++ b/zlua/MESSAGE
@@ -1,8 +1,11 @@
+===========================================================================
+$NetBSD$
+
 To begin using z.lua, put something like the following in
 either ~/.profile or ~/.bashrc:
 
 if [ -e /usr/pkg/bin/z.lua ]; then
-	eval "$(lua /usr/pkg/bin/z.lua --eval posix)"
+	eval "$(lua /usr/pkg/bin/z.lua --init posix)"
 fi
 
 Then, as z.lua learns your habits, you may use the following
@@ -10,13 +13,15 @@ command to quickly jump around your filesystem:
     $ z SOME_DIRECTORY
 
 z.lua also has explicit support for other shells, so
-you may want to consider replacing the `--eval posix'
+you may want to consider replacing the `--init posix'
 above with:
 
-    z.lua --eval bash
+    z.lua --init bash
 	    -or-
-    z.lua --eval fish
+    z.lua --init fish
 	    -or-
-    z.lua --eval zsh
+    z.lua --init zsh
 
 See /usr/pkg/share/doc/zlua/README.md for more details.
+
+===========================================================================
diff --git a/zlua/Makefile b/zlua/Makefile
index 7a6162257f..14ad6ba173 100644
--- a/zlua/Makefile
+++ b/zlua/Makefile
@@ -9,7 +9,7 @@ GITHUB_TAG=	9fe0fc67a002ce122b10e85e047ef136a4544096
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/skywind3000/z.lua
-COMMENT=	Tool which helps you navigate faster by learning your habits
+COMMENT=	Tool that lets you quickly jump around your filesystem
 LICENSE=	mit
 
 # Upstream has no releases, so we don't use ${DISTNAME} here.


Home | Main Index | Thread Index | Old Index