[Pkg-shadow-commits] r212 - trunk/debian/patches

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Thu, 09 Jun 2005 18:35:24 +0000


Author: bubulle
Date: 2005-06-09 18:35:24 +0000 (Thu, 09 Jun 2005)
New Revision: 212

Added:
   trunk/debian/patches/338_lastlog.8
Modified:
   trunk/debian/patches/005_manpages.dpatch
   trunk/debian/patches/series
Log:
Continue splitting out 005_manpages : lastlog patches moved to the 3xx
series as all of them are applied upstream


Modified: trunk/debian/patches/005_manpages.dpatch
===================================================================
--- trunk/debian/patches/005_manpages.dpatch	2005-06-09 18:27:44 UTC (rev 211)
+++ trunk/debian/patches/005_manpages.dpatch	2005-06-09 18:35:24 UTC (rev 212)
@@ -23,47 +23,6 @@
 
 @DPATCH@
 
-Index: shadow-4.0.3/man/lastlog.8
-===================================================================
---- shadow-4.0.3.orig/man/lastlog.8	2005-05-12 12:12:08.887059874 +0200
-+++ shadow-4.0.3/man/lastlog.8	2005-05-12 12:12:18.802578367 +0200
-@@ -36,19 +36,21 @@ lastlog \- examine lastlog file
- .SH DESCRIPTION
- .PP
- \fBlastlog\fR formats and prints the contents of the last login log
--\fI/var/log/lastlog\fR file . The \fBlogin-name\fR, \fBport\fR, and \fBlast
-+\fI/var/log/lastlog\fR file. The \fBlogin-name\fR, \fBport\fR, and \fBlast
- login time\fR will be printed. The default (no flags) causes lastlog entries
--to be printed, sorted by the numerical UID.
-+to be printed, sorted by their order in /etc/passwd.
- .TP
--\fB-u\fR, \fB--user\fR \fIlogin-name\fR will cause the lastlog record for
-+\fB-u\fR, \fB--user\fR \fIlogin-name\fR
-+will cause the lastlog record for
- \fIlogin-name\fR only to be printed
- .TP
--\fB-t\fR, \fB--time\fR \fIdays\fR will cause only the lastlogins more recent
--\than fIdays\fR to be printed
--.TP
--\fB-h\fR, \fB--help\fR print a one-line help message and exit.
--.BR
-+\fB-t\fR, \fB--time\fR \fIdays\fR
-+will cause only the lastlogins more recent
-+than fIdays\fR to be printed
- .TP
-+\fB-h\fR, \fB--help\fR
-+print a one-line help message and exit.
-+.PP
- The \fB-t\fR flag overrides the use of \fB-u\fR.
- .PP
- If the user has never logged in the message \fB"**Never logged in**"\fR will
-@@ -61,5 +63,5 @@ no output to the screen (i.e. if mmdf=80
- appear to hang as it processes uid 171-799).
- .SH AUTHORS
- Julianne Frances Haugh (jockgrrl@ix.netcom.com)
--.BR
-+.br
- Phillip Street
 Index: shadow-4.0.3/man/limits.5
 ===================================================================
 --- shadow-4.0.3.orig/man/limits.5	2005-05-12 12:12:08.887059874 +0200

Added: trunk/debian/patches/338_lastlog.8
===================================================================
--- trunk/debian/patches/338_lastlog.8	2005-06-09 18:27:44 UTC (rev 211)
+++ trunk/debian/patches/338_lastlog.8	2005-06-09 18:35:24 UTC (rev 212)
@@ -0,0 +1,45 @@
+Goal: Various formatting issues and an inaccuracy corrected
+
+Status wrt upstream: Applied
+
+Index: shadow-4.0.3/man/lastlog.8
+===================================================================
+--- shadow-4.0.3.orig/man/lastlog.8	2005-05-12 12:12:08.887059874 +0200
++++ shadow-4.0.3/man/lastlog.8	2005-05-12 12:12:18.802578367 +0200
+@@ -36,19 +36,21 @@ lastlog \- examine lastlog file
+ .SH DESCRIPTION
+ .PP
+ \fBlastlog\fR formats and prints the contents of the last login log
+-\fI/var/log/lastlog\fR file . The \fBlogin-name\fR, \fBport\fR, and \fBlast
++\fI/var/log/lastlog\fR file. The \fBlogin-name\fR, \fBport\fR, and \fBlast
+ login time\fR will be printed. The default (no flags) causes lastlog entries
+-to be printed, sorted by the numerical UID.
++to be printed, sorted by their order in /etc/passwd.
+ .TP
+-\fB-u\fR, \fB--user\fR \fIlogin-name\fR will cause the lastlog record for
++\fB-u\fR, \fB--user\fR \fIlogin-name\fR
++will cause the lastlog record for
+ \fIlogin-name\fR only to be printed
+ .TP
+-\fB-t\fR, \fB--time\fR \fIdays\fR will cause only the lastlogins more recent
+-\than fIdays\fR to be printed
+-.TP
+-\fB-h\fR, \fB--help\fR print a one-line help message and exit.
+-.BR
++\fB-t\fR, \fB--time\fR \fIdays\fR
++will cause only the lastlogins more recent
++than fIdays\fR to be printed
+ .TP
++\fB-h\fR, \fB--help\fR
++print a one-line help message and exit.
++.PP
+ The \fB-t\fR flag overrides the use of \fB-u\fR.
+ .PP
+ If the user has never logged in the message \fB"**Never logged in**"\fR will
+@@ -61,5 +63,5 @@ no output to the screen (i.e. if mmdf=80
+ appear to hang as it processes uid 171-799).
+ .SH AUTHORS
+ Julianne Frances Haugh (jockgrrl@ix.netcom.com)
+-.BR
++.br
+ Phillip Street

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-06-09 18:27:44 UTC (rev 211)
+++ trunk/debian/patches/series	2005-06-09 18:35:24 UTC (rev 212)
@@ -5,6 +5,7 @@
 005_manpages.dpatch
 336_chfn.1
 337_chpasswd.8
+338_lastlog.8
 005_manpages-shadow.5
 335_usermod.8-better-document--f
 006_libmisc.dpatch