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/genpasswd/pkg | |
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/genpasswd/pkg')
-rw-r--r-- | sysutils/genpasswd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/genpasswd/pkg/DESCR | 3 | ||||
-rw-r--r-- | sysutils/genpasswd/pkg/PLIST | 3 |
3 files changed, 7 insertions, 0 deletions
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 |