1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 134-Fix-typo-authentification-authentication.dpatch by Lifeng Sun <lifongsun@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix typo: authentification -> authentication.
@DPATCH@
--- a/src/packlib/cspack/programs/zftp/zftpcdf.cdf
+++ b/src/packlib/cspack/programs/zftp/zftpcdf.cdf
@@ -460,7 +460,7 @@
.
The machine name may be given as a character string,
e.g. VXCRNA, or as an internet address, e.g. 128.141.1.100
-This command will prompt you for user authentification.
+This command will prompt you for user authentication.
Give a user name and a password(not echoed).
.
e.g.
|