summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2021-09-11 01:19:33 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:17 +0200
commit2ee4992d41bc515403171f7bd198a6ecb70bde92 (patch)
tree6919b5fbb44a546cc93d8f97a88b681f35f14b2c /misc
parent89cae58558df25bc4276ab5a260432d258efcd2c (diff)
downloadslackbuilds-2ee4992d41bc515403171f7bd198a6ecb70bde92.tar.gz
misc/rarcrack: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/rarcrack/README4
-rw-r--r--misc/rarcrack/rarcrack.SlackBuild3
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/rarcrack/README b/misc/rarcrack/README
index 356fbbf6c5..0ac5e309f3 100644
--- a/misc/rarcrack/README
+++ b/misc/rarcrack/README
@@ -7,3 +7,7 @@ This program can crack zip, 7z and rar file passwords.
Optional (recommended) dependencies: At runtime, you'll need unrar to
crack rar files, and/or p7zip to crack 7z files.
+
+Note: this is *really slow*, as it executes zip/7z/rar repeatedly,
+once per generated password. If you're dealing with a zip file,
+fcrackzip is much faster (but doesn't support 7z or rar).
diff --git a/misc/rarcrack/rarcrack.SlackBuild b/misc/rarcrack/rarcrack.SlackBuild
index 2645c53f9d..e391932cc3 100644
--- a/misc/rarcrack/rarcrack.SlackBuild
+++ b/misc/rarcrack/rarcrack.SlackBuild
@@ -48,9 +48,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0