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

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


Author: bubulle
Date: 2005-06-09 21:41:47 +0000 (Thu, 09 Jun 2005)
New Revision: 225

Added:
   trunk/debian/patches/353_groupdel.8
Modified:
   trunk/debian/patches/005_manpages.dpatch
   trunk/debian/patches/series
Log:
Split out groupdel.8 changes for exit codes. Already applied upstream.


Modified: trunk/debian/patches/005_manpages.dpatch
===================================================================
--- trunk/debian/patches/005_manpages.dpatch	2005-06-09 21:39:28 UTC (rev 224)
+++ trunk/debian/patches/005_manpages.dpatch	2005-06-09 21:41:47 UTC (rev 225)
@@ -180,24 +180,3 @@
  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/groupdel.8
-===================================================================
---- shadow-4.0.3.orig/man/groupdel.8	2005-05-12 12:12:08.931053300 +0200
-+++ shadow-4.0.3/man/groupdel.8	2005-05-12 12:12:18.807577620 +0200
-@@ -44,6 +44,16 @@ You must remove the user before you remo
- /etc/group \- group information
- .br
- /etc/gshadow \- secure group information
-+.SH EXIT VALUES
-+0       \- success
-+.br
-+2       \- bad command syntax
-+.br
-+6       \- specified group doesn't exist
-+.br
-+8       \- can't remove user's primary group
-+.br
-+10      \- can't update group file
- .SH SEE ALSO
- .BR chfn (1),
- .BR chsh (1),

Added: trunk/debian/patches/353_groupdel.8
===================================================================
--- trunk/debian/patches/353_groupdel.8	2005-06-09 21:39:28 UTC (rev 224)
+++ trunk/debian/patches/353_groupdel.8	2005-06-09 21:41:47 UTC (rev 225)
@@ -0,0 +1,25 @@
+Goal: Add exit codes of groupdel to its man page
+
+Status wrt upstream: Applied
+
+Index: shadow-4.0.3/man/groupdel.8
+===================================================================
+--- shadow-4.0.3.orig/man/groupdel.8	2005-05-12 12:12:08.931053300 +0200
++++ shadow-4.0.3/man/groupdel.8	2005-05-12 12:12:18.807577620 +0200
+@@ -44,6 +44,16 @@ You must remove the user before you remo
+ /etc/group \- group information
+ .br
+ /etc/gshadow \- secure group information
++.SH EXIT VALUES
++0       \- success
++.br
++2       \- bad command syntax
++.br
++6       \- specified group doesn't exist
++.br
++8       \- can't remove user's primary group
++.br
++10      \- can't update group file
+ .SH SEE ALSO
+ .BR chfn (1),
+ .BR chsh (1),

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-06-09 21:39:28 UTC (rev 224)
+++ trunk/debian/patches/series	2005-06-09 21:41:47 UTC (rev 225)
@@ -18,6 +18,7 @@
 345_shadowconfig.8
 346_suauth.5
 352_userdel.8
+353_groupdel.8
 006_libmisc.dpatch
 008_su_addenv_HOME_and_SHELL
 008_su_uid_0_not_root