diff options
author | maho <maho@FreeBSD.org> | 2003-07-21 13:46:38 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-21 13:46:38 +0800 |
commit | 09ca46bc6796629758c7b7a71381965bfd18ae52 (patch) | |
tree | a82bd53b864263e80b4d7e7cbf6aa25034853a35 /sysutils/Makefile | |
parent | c078c25091f26602a89e071717893a0bae6f3ce0 (diff) | |
download | freebsd-ports-gnome-09ca46bc6796629758c7b7a71381965bfd18ae52.tar.gz freebsd-ports-gnome-09ca46bc6796629758c7b7a71381965bfd18ae52.tar.zst freebsd-ports-gnome-09ca46bc6796629758c7b7a71381965bfd18ae52.zip |
wd_unmkdb(8) is a program to derive a text master.passwd file from a
hashed spwd.db, which is a useful thing if you screw up a vipw(8) or
mergemaster(8), or otherwise corrupt your plaintext file, and don't
have a recent enough backup.
PR: 54670
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 94ce3c411eb9..57627d3869d0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -219,6 +219,7 @@ SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstree + SUBDIR += pwd_unmkdb SUBDIR += pwg SUBDIR += pwgen SUBDIR += pyfind |