]> git.pld-linux.org Git - packages/whois.git/blame - whois-mkpwdhash.patch
- updated to 5.4.1
[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
18@@ -1,13 +1,13 @@
19-.TH MKPASSWD 1 "21 March 2008" "Marco d'Itri" "Debian GNU/Linux"
20+.TH mkpwdhash 1 "21 March 2008" "Marco d'Itri" "Debian GNU/Linux"
21 .SH NAME
22-mkpasswd \- Overfeatured front end to crypt(3)
23+mkpwdhash \- Overfeatured front end to crypt(3)
24 .SH SYNOPSIS
25-.B mkpasswd
26+.B mkpwdhash
27 .BR PASSWORD
28 .BR SALT
29 .PP
30 .SH DESCRIPTION
31-.B mkpasswd
32+.B mkpwdhash
33 encrypts the given password with the
34 .BR crypt(3)
35 libc function using the given salt.
36@@ -37,7 +37,7 @@
37 .B -s, --stdin
38 Like \fI--password-fd=0\fP.
39 .SH "ENVIRONMENT"
40-.IP "MKPASSWD_OPTIONS"
41+.IP "mkpwdhash_OPTIONS"
42 A list of options which will be evalued before the ones specified on the
43 command line.
44 .SH BUGS
45@@ -51,7 +51,7 @@
46 .IR crypt(3),
47 .IR getpass(3)
48 .SH AUTHOR
49-.B mkpasswd
50+.B mkpwdhash
51 and this man page were written by Marco d'Itri <\fImd@linux.it\fP>
52 and are licensed under the terms of the GNU General Public License,
53 version 2 or higher.
This page took 0.032766 seconds and 4 git commands to generate.