[Pkg-shadow-commits] r296 - in trunk/debian: . patches

Nicolas FRANCOIS pkg-shadow-devel@lists.alioth.debian.org
Thu, 23 Jun 2005 21:03:34 +0000


Author: nekral-guest
Date: 2005-06-23 21:03:33 +0000 (Thu, 23 Jun 2005)
New Revision: 296

Added:
   trunk/debian/patches/424_pwck.8_quiet_option
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
document the -q option in pwck.8


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-23 16:29:10 UTC (rev 295)
+++ trunk/debian/changelog	2005-06-23 21:03:33 UTC (rev 296)
@@ -80,6 +80,8 @@
       * Also ignore SIGQUIT in su to avoid defeating the delay.
         The gain in security is very minor.
         Closes: #288827
+    - 424_pwck.8_quiet_option
+      pwck(8): document the -q option. Closes: #309408
   * Upstream bugs already fixed in upstream releases or CVS:
     - Corrected typos in chfn.1. Closes: #312428
     - Corrected typos in gshadow.5. Closes: #312429

Added: trunk/debian/patches/424_pwck.8_quiet_option
===================================================================
--- trunk/debian/patches/424_pwck.8_quiet_option	2005-06-23 16:29:10 UTC (rev 295)
+++ trunk/debian/patches/424_pwck.8_quiet_option	2005-06-23 21:03:33 UTC (rev 296)
@@ -0,0 +1,36 @@
+Goal: document the -q option
+Fixes: 309408
+
+Status wrt upstream: It should be forwarded to upstream.
+
+Index: shadow-4.0.3/man/pwck.8
+===================================================================
+--- shadow-4.0.3.orig/man/pwck.8	2005-06-23 12:47:43.152712000 +0200
++++ shadow-4.0.3/man/pwck.8	2005-06-23 12:59:21.002712000 +0200
+@@ -29,7 +29,7 @@
+ .SH NAME
+ pwck \- verify integrity of password files
+ .SH SYNOPSIS
+-\fBpwck\fR [\fB-sr\fR] [\fIpasswd\fR \fIshadow\fR]
++\fBpwck\fR [\fB\-qsr\fR] [\fIpasswd\fR \fIshadow\fR]
+ .SH DESCRIPTION
+ \fBpwck\fR verifies the integrity of the system authentication information.
+ All entries in the \fI/etc/passwd\fR and \fI/etc/shadow\fR are checked to
+@@ -73,12 +73,15 @@
+ The user may select alternate files with the \fIpasswd\fR and \fIshadow\fR
+ parameters.
+ Additionally, the user may execute the command in read-only mode by
+-specifying the \fB-r\fR flag.
++specifying the \fB\-r\fR flag.
+ This causes all questions regarding changes to be answered \fBno\fR
+ without user intervention.
+ \fBpwck\fR can also sort entries in \fI/etc/passwd\fR and \fI/etc/shadow\fR
+-by UID. To run it in sort mode pass it \fB-s\fR flag. No checks are
++by UID. To run it in sort mode pass it \fB\-s\fR flag. No checks are
+ performed then, it just sorts.
++.P
++With the \fB\-q\fR flag, \fBpwck\fR will only report errors which require an
++action from the user.
+ .SH FILES
+ /etc/passwd \- user account information
+ .br

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-06-23 16:29:10 UTC (rev 295)
+++ trunk/debian/patches/series	2005-06-23 21:03:33 UTC (rev 296)
@@ -123,3 +123,4 @@
 010_more-i18ned-messages
 356_su-stop_cont-proxy
 423_su_pass_args_without_concatenation
+424_pwck.8_quiet_option