]> git.pld-linux.org Git - packages/whois.git/blame - whois-mkpwdhash.patch
- up to 5.5.6
[packages/whois.git] / whois-mkpwdhash.patch
CommitLineData
36a5fbe5
MK
1diff -ur whois-5.3.0.orig/Makefile whois-5.3.0/Makefile
2--- whois-5.3.0.orig/Makefile 2018-01-21 00:23:45.000000000 +0000
3+++ whois-5.3.0/Makefile 2018-04-16 16:50:58.932233643 +0000
4@@ -127,8 +127,8 @@
5 install-mkpasswd: mkpasswd
6 $(INSTALL) -d $(BASEDIR)$(prefix)/bin/
7 $(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man1/
8- $(INSTALL) -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
9- $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/
10+ $(INSTALL) -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/mkpwdhash
11+ $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/mkpwdhash.1
12
13 install-pos:
14 cd po && $(MAKE) install
15diff -ur whois-5.3.0.orig/mkpasswd.1 whois-5.3.0/mkpasswd.1
16--- whois-5.3.0.orig/mkpasswd.1 2013-03-30 01:31:39.000000000 +0000
17+++ whois-5.3.0/mkpasswd.1 2018-04-16 16:51:17.853233430 +0000
f9849c01
AM
18@@ -1,12 +1,12 @@
19 .TH MKPASSWD 1 "2019-12-30" "Marco d'Itri" "Debian GNU/Linux"
36a5fbe5
MK
20 .SH NAME
21-mkpasswd \- Overfeatured front end to crypt(3)
22+mkpwdhash \- Overfeatured front end to crypt(3)
23 .SH SYNOPSIS
24-.B mkpasswd
25+.B mkpwdhash
f9849c01
AM
26 .I PASSWORD
27 .RI [ SALT ]
36a5fbe5
MK
28 .SH DESCRIPTION
29-.B mkpasswd
30+.B mkpwdhash
31 encrypts the given password with the
f9849c01
AM
32 .BR crypt (3)
33 libc function, using the given salt.
34@@ -86,7 +86,7 @@ This programs suffers of a bad case of f
35 .IR crypt_gensalt (3),
36 .IR getpass (3).
36a5fbe5
MK
37 .SH AUTHOR
38-.B mkpasswd
39+.B mkpwdhash
f9849c01
AM
40 and this man page were written by Marco d'Itri
41 .RI < md@linux.it >
36a5fbe5 42 and are licensed under the terms of the GNU General Public License,
f9849c01 43
This page took 0.027167 seconds and 4 git commands to generate.