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).
This commit is contained in:
parent
1624d0f4cc
commit
80d153ff2f
5 changed files with 25 additions and 0 deletions
15
sysutils/genpasswd/Makefile
Normal file
15
sysutils/genpasswd/Makefile
Normal file
|
@ -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"
|
3
sysutils/genpasswd/files/md5
Normal file
3
sysutils/genpasswd/files/md5
Normal file
|
@ -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
|
1
sysutils/genpasswd/pkg/COMMENT
Normal file
1
sysutils/genpasswd/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Random password generator.
|
3
sysutils/genpasswd/pkg/DESCR
Normal file
3
sysutils/genpasswd/pkg/DESCR
Normal file
|
@ -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).
|
3
sysutils/genpasswd/pkg/PLIST
Normal file
3
sysutils/genpasswd/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue