[Pkg-shadow-commits] r244 - branches/experimental/debian/patches

Martin Quinson pkg-shadow-devel@lists.alioth.debian.org
Sat, 11 Jun 2005 22:13:52 +0000


Author: mquinson
Date: 2005-06-11 22:13:52 +0000 (Sat, 11 Jun 2005)
New Revision: 244

Modified:
   branches/experimental/debian/patches/336_chfn.1
Log:
update to 4.0.9

Modified: branches/experimental/debian/patches/336_chfn.1
===================================================================
--- branches/experimental/debian/patches/336_chfn.1	2005-06-11 22:02:57 UTC (rev 243)
+++ branches/experimental/debian/patches/336_chfn.1	2005-06-11 22:13:52 UTC (rev 244)
@@ -3,45 +3,37 @@
 
 Status wrt upstream: Applied
 
-Index: shadow-4.0.3/man/chfn.1
+Index: shadow-4.0.9/man/chfn.1
 ===================================================================
---- shadow-4.0.3.orig/man/chfn.1	2002-03-13 18:52:15.000000000 +0100
-+++ shadow-4.0.3/man/chfn.1	2005-06-09 20:17:12.000000000 +0200
-@@ -37,18 +37,20 @@
- [\fIuser\fR]
- .SH DESCRIPTION
+--- shadow-4.0.9.orig/man/chfn.1	2005-04-05 20:47:50.000000000 +0200
++++ shadow-4.0.9/man/chfn.1	2005-06-12 00:11:39.930572066 +0200
+@@ -37,14 +37,16 @@ chfn \- change real user name and inform
  \fBchfn\fR changes user fullname, office number, office extension, and home
--phone number information for a user's account. 
--This information is typically printed by \fBfinger\fR(1) and similiar
-+phone number information for a user's account.
-+This information is typically printed by \fBfinger\fR(1) and similar
- programs.
- A normal user may only change the fields for her own account,
--the super user may change the fields for any account.
--Also, only the super user may use the \fB-o\fR option to change the
-+subject to the restrictions in /etc/login.defs.  (The default configuration
-+is to prevent users from changing their fullname.)
-+The super user may change any field for any account.
-+Additionally, only the super user may use the \fB-o\fR option to change the
- undefined portions of the GECOS field.
+ phone number information for a user's account.  This information is
+ typically printed by \fBfinger\fR(1) and similar programs. A normal user
+-may only change the fields for her own account, the super user may change
++may only change the fields for her own account, subject to the restrictions
++in /etc/login.defs (the default configuration is to prevent users from
++changing their fullname), the super user may change
+ the fields for any account. Also, only the super user may use the \fB\-o\fR
+ option to change the undefined portions of the GECOS field.
  .PP
- The only restriction placed on the contents of the fields is that no
- control characters may be present, nor any of comma, colon, or equal sign.
--The \fIother\fR field does not have this restriction, and is used to
--store accounting information used by other applications.
-+.\" The \fIother\fR field does not have this restriction, and is used to
-+.\" store accounting information used by other applications.
+ The only restriction placed on the contents of the fields is that no control
+-characters may be present, nor any of comma, colon, or equal sign. The
+-\fIother\fR field does not have this restriction, and is used to store
+-accounting information used by other applications.
++characters may be present, nor any of comma, colon, or equal sign.
++.\" The \fIother\fR field does not have this restriction, and is used to store
++.\" accounting information used by other applications.
  .PP
  If none of the options are selected, \fBchfn\fR operates in an interactive
  fashion, prompting the user with the current values for all of the fields.
-@@ -57,7 +59,9 @@
- The current value is displayed between a pair of \fB[ ]\fR marks.
- Without options, chfn prompts for the current user account.
+@@ -53,6 +55,8 @@ current value. The current value is disp
+ marks. Without options, chfn prompts for the current user account.
  .SH FILES
--/etc/passwd \- user account information
-+\fI/etc/passwd\fR	\- user account information
+ \fI/etc/passwd\fR	\- user account information
 +.br
-+\fI/etc/login.defs\fR \- runtime configuration
++\fI/etc/login.defs\fR	\- runtime configuration
  .SH SEE ALSO
  .BR passwd (5)
  .SH AUTHOR