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

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Thu, 09 Jun 2005 21:39:28 +0000


Author: bubulle
Date: 2005-06-09 21:39:28 +0000 (Thu, 09 Jun 2005)
New Revision: 224

Added:
   trunk/debian/patches/352_userdel.8
Modified:
   trunk/debian/patches/005_manpages.dpatch
   trunk/debian/patches/series
Log:
Split out the userdel.8 patch about exit codes (already applied upstream)


Modified: trunk/debian/patches/005_manpages.dpatch
===================================================================
--- trunk/debian/patches/005_manpages.dpatch	2005-06-09 21:34:27 UTC (rev 223)
+++ trunk/debian/patches/005_manpages.dpatch	2005-06-09 21:39:28 UTC (rev 224)
@@ -180,31 +180,6 @@
  used when creating a new account.
  .IP "\fB-e \fIdefault_expire_date\fR"
  The date on which the user account is disabled.
-Index: shadow-4.0.3/man/userdel.8
-===================================================================
---- shadow-4.0.3.orig/man/userdel.8	2005-05-12 12:12:08.909056587 +0200
-+++ shadow-4.0.3/man/userdel.8	2005-05-12 12:12:18.807577620 +0200
-@@ -48,6 +48,20 @@ and deleted manually.
- /etc/shadow \- secure user account information
- .br
- /etc/group \- group information
-+.SH EXIT VALUES
-+0       \- success
-+.br
-+1       \- can't update password file
-+.br
-+2       \- bad command syntax
-+.br
-+6       \- specified user doesn't exist
-+.br
-+8       \- user currently logged in
-+.br
-+10      \- can't update group file
-+.br
-+12      \- can't remove home directory
- .SH CAVEATS
- \fBuserdel\fR will not allow you to remove an account if the user
- is currently logged in.
 Index: shadow-4.0.3/man/groupdel.8
 ===================================================================
 --- shadow-4.0.3.orig/man/groupdel.8	2005-05-12 12:12:08.931053300 +0200

Added: trunk/debian/patches/352_userdel.8
===================================================================
--- trunk/debian/patches/352_userdel.8	2005-06-09 21:34:27 UTC (rev 223)
+++ trunk/debian/patches/352_userdel.8	2005-06-09 21:39:28 UTC (rev 224)
@@ -0,0 +1,29 @@
+Goal: Add exit codes of userdel to its man page
+
+Status wrt upstream: Applied
+
+Index: shadow-4.0.3/man/userdel.8
+===================================================================
+--- shadow-4.0.3.orig/man/userdel.8	2005-05-12 12:12:08.909056587 +0200
++++ shadow-4.0.3/man/userdel.8	2005-05-12 12:12:18.807577620 +0200
+@@ -48,6 +48,20 @@ and deleted manually.
+ /etc/shadow \- secure user account information
+ .br
+ /etc/group \- group information
++.SH EXIT VALUES
++0       \- success
++.br
++1       \- can't update password file
++.br
++2       \- bad command syntax
++.br
++6       \- specified user doesn't exist
++.br
++8       \- user currently logged in
++.br
++10      \- can't update group file
++.br
++12      \- can't remove home directory
+ .SH CAVEATS
+ \fBuserdel\fR will not allow you to remove an account if the user
+ is currently logged in.

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-06-09 21:34:27 UTC (rev 223)
+++ trunk/debian/patches/series	2005-06-09 21:39:28 UTC (rev 224)
@@ -17,6 +17,7 @@
 344_pwconv.8
 345_shadowconfig.8
 346_suauth.5
+352_userdel.8
 006_libmisc.dpatch
 008_su_addenv_HOME_and_SHELL
 008_su_uid_0_not_root