pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/crack Also remove %D/crack on pkg_delete



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff6a96640ded
branches:  trunk
changeset: 499456:ff6a96640ded
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Thu Sep 22 21:15:38 2005 +0000

description:
Also remove %D/crack on pkg_delete
No need to run Crack -makedict, the dictionaries are already in the binary
package.

diffstat:

 security/crack/PLIST |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 5eeedb7da421 -r ff6a96640ded security/crack/PLIST
--- a/security/crack/PLIST      Thu Sep 22 21:13:46 2005 +0000
+++ b/security/crack/PLIST      Thu Sep 22 21:15:38 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/09/22 20:58:50 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/09/22 21:15:38 bouyer Exp $
 sbin/Crack
 sbin/Reporter
 share/crack/conf/dictrun.conf
@@ -138,8 +138,7 @@
 libexec/crack/cracker
 libexec/crack/dictfilt
 libexec/crack/kickdict
-@exec ${MKDIR} %D/share/crack/run
-@exec %D/sbin/Crack -makedict
+@unexec /bin/rm -rf %D/crack
 @unexec /bin/rm -rf %D/share/crack
 @unexec /bin/rm -rf %D/share/doc/crack
 @unexec /bin/rm -rf %D/share/libexec/crack



Home | Main Index | Thread Index | Old Index