summaryrefslogtreecommitdiff
path: root/sysutils/genpasswd
diff options
context:
space:
mode:
authorkim <kim>1999-10-05 03:07:52 +0000
committerkim <kim>1999-10-05 03:07:52 +0000
commitb75a9f292d1c3c0e389b21e51657b9b84392ccfa (patch)
tree75237a37f5ebb94eb1ad86da83635ad5cce7e080 /sysutils/genpasswd
parent1c221ba5a66ccb11d9369e391035c9e5aa2a18b5 (diff)
downloadpkgsrc-b75a9f292d1c3c0e389b21e51657b9b84392ccfa.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')
-rw-r--r--sysutils/genpasswd/Makefile15
-rw-r--r--sysutils/genpasswd/files/md53
-rw-r--r--sysutils/genpasswd/pkg/COMMENT1
-rw-r--r--sysutils/genpasswd/pkg/DESCR3
-rw-r--r--sysutils/genpasswd/pkg/PLIST3
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