diff options
author | kim <kim@pkgsrc.org> | 1999-10-05 03:07:52 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-10-05 03:07:52 +0000 |
commit | 80d153ff2f3e7f331d28e6e971707940f67aa268 (patch) | |
tree | 75237a37f5ebb94eb1ad86da83635ad5cce7e080 /sysutils | |
parent | 1624d0f4cc7d6fc92ec067d34d04ebbddef0afcc (diff) | |
download | pkgsrc-80d153ff2f3e7f331d28e6e971707940f67aa268.tar.gz |
Generate random passwords that are pronouncible in Finnish.
Useful for assigning an initial password to new accounts (has
an option to output the encrypted form of the password also).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/genpasswd/Makefile | 15 | ||||
-rw-r--r-- | sysutils/genpasswd/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/genpasswd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/genpasswd/pkg/DESCR | 3 | ||||
-rw-r--r-- | sysutils/genpasswd/pkg/PLIST | 3 |
5 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/genpasswd/Makefile b/sysutils/genpasswd/Makefile new file mode 100644 index 00000000000..7fa3b38802f --- /dev/null +++ b/sysutils/genpasswd/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $ +# + +DISTNAME= genpasswd-1.5 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us + +NO_CONFIGURE= yes +NO_PATCH= yes + +INSTALL_TARGET= install install.man DEST=${PREFIX} + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/genpasswd/files/md5 b/sysutils/genpasswd/files/md5 new file mode 100644 index 00000000000..b4e18990266 --- /dev/null +++ b/sysutils/genpasswd/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $ + +MD5 (genpasswd-1.5.tar.gz) = 985f92d3ea5c63f92835ad0404c822f1 diff --git a/sysutils/genpasswd/pkg/COMMENT b/sysutils/genpasswd/pkg/COMMENT new file mode 100644 index 00000000000..29ff2ba3654 --- /dev/null +++ b/sysutils/genpasswd/pkg/COMMENT @@ -0,0 +1 @@ +Random password generator. diff --git a/sysutils/genpasswd/pkg/DESCR b/sysutils/genpasswd/pkg/DESCR new file mode 100644 index 00000000000..24ba15275ec --- /dev/null +++ b/sysutils/genpasswd/pkg/DESCR @@ -0,0 +1,3 @@ +Genpasswd generates passwords that are pronouncible in Finnish. +This is a useful tool for generating initial passwords for new +accounts (it can output the encrypted password as well). diff --git a/sysutils/genpasswd/pkg/PLIST b/sysutils/genpasswd/pkg/PLIST new file mode 100644 index 00000000000..4e9b879e321 --- /dev/null +++ b/sysutils/genpasswd/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/05 03:07:52 kim Exp $ +bin/genpasswd +man/man1/genpasswd.1 |