[Pkg-shadow-commits] sid/debian/patches 323_passwd.1-typo.dpatch,NONE,1.1 00list,1.13,1.14

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Sun, 08 May 2005 07:08:38 +0000


Update of /cvsroot/pkg-shadow/sid/debian/patches
In directory haydn:/tmp/cvs-serv12408/patches

Modified Files:
	00list 
Added Files:
	323_passwd.1-typo.dpatch 
Log Message:
Correct a typo in passwd.1. Closes: #302740


Index: 00list
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/patches/00list,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- 00list	5 May 2005 07:46:39 -0000	1.13
+++ 00list	8 May 2005 07:08:36 -0000	1.14
@@ -57,6 +57,7 @@
 319_time_structures
 320_nscd_header
 321_remove_malloc_definition
+323_passwd.1-typo
 401_cppw_src
 #402_missing_debian_man_pages
 403_sg_symlink_162339_163652

--- NEW FILE: 323_passwd.1-typo.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 323_passwd.1-typo.dpatch by Christian Perrier <bubulle@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Correct typo in passwd.1. Closes: #302740

@DPATCH@
diff -urNad shadow-4.0.3/man/passwd.1 /tmp/dpep.Ma0LvF/shadow-4.0.3/man/passwd.1
--- shadow-4.0.3/man/passwd.1	2002-03-13 18:52:15.000000000 +0100
+++ /tmp/dpep.Ma0LvF/shadow-4.0.3/man/passwd.1	2005-05-08 09:01:28.000000000 +0200
@@ -47,7 +47,7 @@
 .PP
 The \fB-s\fR option makes passwd call chsh to change the user's shell. The
 \fB-f\fR option makes passwd call chfn to change the user's gecos
-information. These two options are only meant for compatiblity, since the
+information. These two options are only meant for compatibility, since the
 other programs can be called directly.
 .SS Password Changes
 The user is first prompted for his/her old password, if one is present.