From 80d153ff2f3e7f331d28e6e971707940f67aa268 Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 5 Oct 1999 03:07:52 +0000 Subject: 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). --- sysutils/genpasswd/pkg/COMMENT | 1 + sysutils/genpasswd/pkg/DESCR | 3 +++ sysutils/genpasswd/pkg/PLIST | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 sysutils/genpasswd/pkg/COMMENT create mode 100644 sysutils/genpasswd/pkg/DESCR create mode 100644 sysutils/genpasswd/pkg/PLIST (limited to 'sysutils/genpasswd/pkg') 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 -- cgit v1.2.3