[Pkg-shadow-commits] r209 - trunk/debian/patches
Christian Perrier
pkg-shadow-devel@lists.alioth.debian.org
Thu, 09 Jun 2005 18:09:51 +0000
Author: bubulle
Date: 2005-06-09 18:09:51 +0000 (Thu, 09 Jun 2005)
New Revision: 209
Modified:
trunk/debian/patches/005_manpages-chfn.1
trunk/debian/patches/005_manpages-shadow.5
trunk/debian/patches/331_chpasswd-md5.dpatch
trunk/debian/patches/332_grpck.8-type_and_section
trunk/debian/patches/333_shadow.5-typo_312430
trunk/debian/patches/334_chage.1-typo
trunk/debian/patches/335_usermod.8-better-document--f
Log:
Document some patches
Modified: trunk/debian/patches/005_manpages-chfn.1
===================================================================
--- trunk/debian/patches/005_manpages-chfn.1 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/005_manpages-chfn.1 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,3 +1,8 @@
+Goal: fix typos and give more info about login.defs setings influence
+Fixes: #312428
+
+Status wrt upstream: Partly applied (typos) but the part about login.defs has to be applied
+
Index: shadow-4.0.3/man/chfn.1
===================================================================
--- shadow-4.0.3.orig/man/chfn.1 2005-06-08 20:10:57.000000000 +0200
Modified: trunk/debian/patches/005_manpages-shadow.5
===================================================================
--- trunk/debian/patches/005_manpages-shadow.5 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/005_manpages-shadow.5 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,3 +1,8 @@
+Goal: better document "!" and "*" fields in /etc/shadow
+Fixes: some old bug in Debian..:-)
+
+Status wrt upstream: Forwarded but not applied yet
+
Index: shadow-4.0.3/man/shadow.5
===================================================================
--- shadow-4.0.3.orig/man/shadow.5 2005-05-12 12:12:08.909056587 +0200
Modified: trunk/debian/patches/331_chpasswd-md5.dpatch
===================================================================
--- trunk/debian/patches/331_chpasswd-md5.dpatch 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/331_chpasswd-md5.dpatch 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,27 +1,8 @@
-#! /bin/sh -e
-## 010_chpasswd-md5.patch by Ian Gulliver <ian@penguinhosting.net>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Add MD5 support to chpasswd. Debian bug #283961
+Goal: Add MD5 support to chpasswd.
+Fixes: #283961
-if [ $# -lt 1 ]; then
- echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
- exit 1
-fi
+Status wrt upstream: Applied
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-
-case "$1" in
- -patch) patch -p1 ${patch_opts} < $0;;
- -unpatch) patch -R -p1 ${patch_opts} < $0;;
- *)
- echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
- exit 1;;
-esac
-
-exit 0
-
@DPATCH@
Index: shadow-4.0.3/src/chpasswd.c
Modified: trunk/debian/patches/332_grpck.8-type_and_section
===================================================================
--- trunk/debian/patches/332_grpck.8-type_and_section 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/332_grpck.8-type_and_section 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,3 +1,8 @@
+Goal: fix typos and use the correct section number
+Fixes: #312431
+
+Status wrt upstream: Applied
+
Index: shadow-4.0.3/man/grpck.8
===================================================================
--- shadow-4.0.3.orig/man/grpck.8 2005-06-08 22:46:33.000000000 +0200
Modified: trunk/debian/patches/333_shadow.5-typo_312430
===================================================================
--- trunk/debian/patches/333_shadow.5-typo_312430 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/333_shadow.5-typo_312430 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,3 +1,8 @@
+Goal: fix typos
+Fixes: #312430
+
+Status wrt upstream: Applied
+
Index: shadow-4.0.3/man/shadow.5
===================================================================
--- shadow-4.0.3.orig/man/shadow.5 2005-06-08 23:00:31.000000000 +0200
Modified: trunk/debian/patches/334_chage.1-typo
===================================================================
--- trunk/debian/patches/334_chage.1-typo 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/334_chage.1-typo 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,3 +1,7 @@
+Goal: fix a typo
+
+Status wrt upstream: Applied
+
Index: shadow-4.0.3/man/chage.1
===================================================================
--- shadow-4.0.3.orig/man/chage.1 2005-05-12 12:12:08.887059874 +0200
Modified: trunk/debian/patches/335_usermod.8-better-document--f
===================================================================
--- trunk/debian/patches/335_usermod.8-better-document--f 2005-06-09 17:36:53 UTC (rev 208)
+++ trunk/debian/patches/335_usermod.8-better-document--f 2005-06-09 18:09:51 UTC (rev 209)
@@ -1,3 +1,7 @@
+Goal: Better example string for -f
+
+Status wrt upstream: Applied
+
Index: shadow-4.0.3/man/usermod.8
===================================================================
--- shadow-4.0.3.orig/man/usermod.8 2005-05-12 12:12:08.931053300 +0200