mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/rarcrack: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89cae58558
commit
2ee4992d41
2 changed files with 4 additions and 3 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue