[Pkg-shadow-commits] r433 - branches/experimental/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Wed Aug 10 01:11:13 UTC 2005


Author: nekral-guest
Date: 2005-08-10 01:11:12 +0000 (Wed, 10 Aug 2005)
New Revision: 433

Removed:
   branches/experimental/debian/patches/001_Makefile.in.in.dpatch
   branches/experimental/debian/patches/335_usermod.8-better-document--f
   branches/experimental/debian/patches/337_chpasswd.8
   branches/experimental/debian/patches/339_newusers.8
   branches/experimental/debian/patches/340_passwd.1
   branches/experimental/debian/patches/341_passwd.5
   branches/experimental/debian/patches/342_pw_auth.3
   branches/experimental/debian/patches/343_pwck.8
   branches/experimental/debian/patches/344_pwconv.8
   branches/experimental/debian/patches/346_suauth.5
   branches/experimental/debian/patches/350_su_syslog_old:new
   branches/experimental/debian/patches/351_libmisc_failure_UTMPX
   branches/experimental/debian/patches/352_userdel.8
   branches/experimental/debian/patches/353_groupdel.8
   branches/experimental/debian/patches/354_Makefile.am
Modified:
   branches/experimental/debian/patches/series
Log:
Remove some patches after verifying that they are really applied/not needed.


Deleted: branches/experimental/debian/patches/001_Makefile.in.in.dpatch
===================================================================
--- branches/experimental/debian/patches/001_Makefile.in.in.dpatch	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/001_Makefile.in.in.dpatch	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,62 +0,0 @@
-PURPOSE: Close #200052, which was a FTBFS
-
-Quoting the bug submitter (Goswin Brederlow):
-<<<<<<<
-Making install in po
-make[2]: Entering directory /home/mrvn/shadow/shadow-4.0.3/po
-/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /home/mrvn/shadow/shadow-4.0.3/debian/tmp/usr/share
-../.././mkinstalldirs: ../.././mkinstalldirs: No such file or directory
-make[2]: *** [install-data-yes] Error 127
-make[2]: Leaving directory /home/mrvn/shadow/shadow-4.0.3/po'
-make[1]: *** [install-recursive] Error 1
-make[1]: Leaving directory /home/mrvn/shadow/shadow-4.0.3'
-make: *** [install] Error 2
-Build command 'cd shadow-4.0.3 && dpkg-buildpackage -b -uc' failed.
-
-Using the following in po/Makefile.ini.in builds but you should
-probably change your configure.in for and run autopoint:
-
-mkinstalldirs = $(SHELL) if [ -x "$(MKINSTALLDIRS)" ]; then echo "$(MKINSTALLDIRS)"; else echo "$(top_builddir)/$(MKINSTALLDIRS)"; fi
->>>>>>>
-
-STATUS WRT UPSTREAM: Tomacz said that patching files of gettext that was was pure evil.
-
-I (Mt) agree and vote in favour of dropping it. If the bug comes back, we
-will reassign it to gettext and help Santiago fixing it. (IMHO)
-
-
---- shadow-4.0.3.orig/po/Makefile.in.in
-+++ shadow-4.0.3/po/Makefile.in.in
-@@ -94,7 +94,7 @@
- install-exec:
- install-data: install-data- at USE_NLS@
- 	if test "$(PACKAGE)" = "gettext"; then \
--	  $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
-+	  $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
- 	  $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
- 			  $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
- 	else \
-@@ -102,13 +102,13 @@
- 	fi
- install-data-no: all
- install-data-yes: all
--	$(mkinstalldirs) $(DESTDIR)$(datadir)
-+	$(MKINSTALLDIRS) $(DESTDIR)$(datadir)
- 	@catalogs='$(CATALOGS)'; \
- 	for cat in $$catalogs; do \
- 	  cat=`basename $$cat`; \
- 	  lang=`echo $$cat | sed 's/\.gmo$$//'`; \
- 	  dir=$(localedir)/$$lang/LC_MESSAGES; \
--	  $(mkinstalldirs) $(DESTDIR)$$dir; \
-+	  $(MKINSTALLDIRS) $(DESTDIR)$$dir; \
- 	  if test -r $$cat; then \
- 	    $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
- 	    echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \
-@@ -142,6 +142,7 @@
- mostlyclean:
- 	rm -f core core.* *.pox $(PACKAGE).po *.new.po
- 	rm -fr *.o
-+	rm -f $(GMOFILES)
- 
- clean: mostlyclean
- 

Deleted: branches/experimental/debian/patches/335_usermod.8-better-document--f
===================================================================
--- branches/experimental/debian/patches/335_usermod.8-better-document--f	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/335_usermod.8-better-document--f	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,17 +0,0 @@
-Goal: Better example string for -f
-
-Status wrt upstream: Applied
-
-Index: shadow-4.0.9/man/usermod.8
-===================================================================
---- shadow-4.0.9.orig/man/usermod.8	2005-06-12 00:29:03.586636339 +0200
-+++ shadow-4.0.9/man/usermod.8	2005-06-12 00:29:17.362578035 +0200
-@@ -31,7 +31,7 @@ usermod \- Modify a user account
- .SH SYNOPSIS
- .TP 8
- \fBusermod\fR [\fB\-c\fR \fIcomment\fR] [\fB\-d\fR \fIhome_dir\fR [\fB\-m\fR]] [\fB\-e\fR \fIexpire_date\fR]
--[\fB\-f\fR \fIinactive_time\fR] [\fB\-g\fR \fIinitial_group\fR]
-+[\fB\-f\fR \fIinactive_days\fR] [\fB\-g\fR \fIinitial_group\fR]
- .br
- [\fB\-G\fR \fIgroup1\fR[\fI,group2,...,\fR[\fIgroupN\fR]\fR]]
- .br

Deleted: branches/experimental/debian/patches/337_chpasswd.8
===================================================================
--- branches/experimental/debian/patches/337_chpasswd.8	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/337_chpasswd.8	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,41 +0,0 @@
-Goal: Document the --encrypted and --md5 options
-
-Status wrt upstream: Applied (though slightly differently)
-
-Index: shadow-4.0.3/man/chpasswd.8
-===================================================================
---- shadow-4.0.3.orig/man/chpasswd.8	2005-05-12 12:12:08.887059874 +0200
-+++ shadow-4.0.3/man/chpasswd.8	2005-05-12 12:12:18.801578516 +0200
-@@ -1,5 +1,6 @@
- .\"$Id: chpasswd.8,v 1.10 2002/03/08 04:39:11 kloczek Exp $
- .\" Copyright 1991, Julianne Frances Haugh
-+.\" Copyright 2004, Christian Perrier
- .\" All rights reserved.
- .\"
- .\" Redistribution and use in source and binary forms, with or without
-@@ -29,12 +30,12 @@
- .SH NAME
- \fBchpasswd\fR - update password file in batch
- .SH SYNOPSIS
--\fBchpasswd\fR [\fB-e\fR]
-+\fBchpasswd\fR [\fB--encrypted\fR] [\fB--md5\fR]
- .SH DESCRIPTION
- \fBchpasswd\fR reads a file of user name and password pairs
- from standard input and uses this information
--to update a group of existing users. Without the -e switch, the
--passwords are expected to be cleartext. With the -e switch, the
-+to update a group of existing users. Without the --encrypted switch, the
-+passwords are expected to be cleartext. With the --encrypted switch, the
- passwords are expected to be in encrypted form.
- Each line is of the format
- .sp 1
-@@ -46,6 +47,9 @@ updated, if present.
- .PP
- This command is intended to be used in a large system environment where
- many accounts are created at a single time.
-+.PP
-+The --md5 switch allows using MD5 encryption instead of the default DES
-+encryption when the supplied passwords are not already in encrypted form.
- .SH CAVEATS
- .\" The \fBmkpasswd\fR command must be executed afterwards to update the
- .\" DBM password files.

Deleted: branches/experimental/debian/patches/339_newusers.8
===================================================================
--- branches/experimental/debian/patches/339_newusers.8	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/339_newusers.8	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,17 +0,0 @@
-Goal: Typo correction
-
-Status wrt upstream: Applied
-
-Index: shadow-4.0.3/man/newusers.8
-===================================================================
---- shadow-4.0.3.orig/man/newusers.8	2005-05-12 12:12:08.887059874 +0200
-+++ shadow-4.0.3/man/newusers.8	2005-05-12 12:12:18.803578217 +0200
-@@ -31,7 +31,7 @@
- .SH SYNOPSIS
- \fBnewusers\fR [\fInew_users\fR]
- .SH DESCRIPTION
--\fBnewusers\fR reads a file of user name and cleartext password pairs
-+\fBnewusers\fR reads a file of user name and clear\-text password pairs
- and uses this information to update a group of existing users or to
- create new users.
- Each line is in the same format as the standard password file (see

Deleted: branches/experimental/debian/patches/340_passwd.1
===================================================================
--- branches/experimental/debian/patches/340_passwd.1	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/340_passwd.1	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,42 +0,0 @@
-Goal: Several rewrites for better English and clarity
-
-Status wrt upstream: Applied (for the next 4.0.10 release)
-
-However, the following minor points are missing upstream (2005-06-18):
-  * double spaces after periods.
-  * title of the passwd/shadow file (differ from their man pages)
-
-===================================================================
---- shadow-4.0.9.orig/man/passwd.1	2005-05-12 12:12:08.888059724 +0200
-+++ shadow-4.0.9/man/passwd.1	2005-05-12 12:12:18.803578217 +0200
-@@ -47,7 +47,7 @@
- .PP
- The \fB\-s\fR option makes \fBpasswd\fR call \fBchsh\fR to change the user's
- shell. The \fB\-f\fR option makes \fBpasswd\fR call \fBchfn\fR to change the user's
--gecos information. These two options are only meant for compatiblity, since
-+gecos information.  These two options are only meant for compatibility, since
- the other programs can be called directly.
- .SS Password Changes
- The user is first prompted for his/her old password, if one is present. This
-@@ -102,9 +102,9 @@
- days, the user may no longer sign on to the account.
- .PP
- If you wish to immediately expire an account's password, you can use the
--\fB\-e\fR option. This in effect can force a user to change his/her password at
--the user's next login. You can also use the \fB\-d\fR option to delete a user's
--password (make it empty). Use caution with this option since it can make an
-+\fB\-e\fR option.  This in effect can force a user to change his/her password at
-+the user's next login.  You can also use the \fB\-d\fR option to delete a user's
-+password (make it empty).  Use caution with this option since it can make an
- account not require a password at all to login, leaving your system open to
- intruders.
- .SS Account maintenance
-@@ -173,7 +173,7 @@
- .SH FILES
- \fI/etc/passwd\fR	\- user account information
- .br
--\fI/etc/shadow\fR	\- secure user account information
-+\fI/etc/shadow\fR	\- encrypted user passwords
- .SH EXIT VALUES
- .TP 2
- The \fBpasswd\fR command exits with the following values:

Deleted: branches/experimental/debian/patches/341_passwd.5
===================================================================
--- branches/experimental/debian/patches/341_passwd.5	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/341_passwd.5	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,35 +0,0 @@
-Goal: Minor changes and one full part commented out (now irrelevant)
-
-Status wrt upstream: Applied (the commented part is removed now)
-
-Index: shadow-4.0.3/man/passwd.5
-===================================================================
---- shadow-4.0.3.orig/man/passwd.5	2002-03-08 05:39:11.000000000 +0100
-+++ shadow-4.0.3/man/passwd.5	2005-06-09 23:10:15.000000000 +0200
-@@ -51,25 +51,12 @@
- have been enabled.
- If shadow passwords are being used, the encrypted password will
- be found in \fI/etc/shadow\fR.
--The encryped password consists of 13 characters from the
-+The encrypted password consists of characters from the
- 64 character alphabet
- a thru z, A thru Z, 0 thru 9, \. and /.
- Refer to \fBcrypt\fR(3) for details on how this string is
- interpreted.
- .PP
--An optional password age string may follow the encrypted
--password, separated by a comma, from the same alphabet
--as the password itself.
--The first character gives the number of weeks during which the
--password is valid.
--The second character gives the number of weeks which must pass
--before the user is permitted to change the password.
--The last two characters give the week since Jan 1970 when the
--password was last changed.
--When the number of weeks during which the password is valid
--have passed, the user will be required to provide a new
--password.
--.PP
- The comment field is used by various system utilities, such as
- \fBfinger\fR(1).
- Three additional values may be present in the comment field.

Deleted: branches/experimental/debian/patches/342_pw_auth.3
===================================================================
--- branches/experimental/debian/patches/342_pw_auth.3	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/342_pw_auth.3	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,26 +0,0 @@
-Goal: Formatting issues in pw_auth.3
-
-Status wrt upstream: Applied
-
-Index: shadow-4.0.3/man/pw_auth.3
-===================================================================
---- shadow-4.0.3.orig/man/pw_auth.3	2005-05-12 12:12:08.908056736 +0200
-+++ shadow-4.0.3/man/pw_auth.3	2005-05-12 12:12:18.804578068 +0200
-@@ -94,7 +94,7 @@ The authentication program will be invok
- by the username.
- .IP \fBPW_TELNET\fR 1i
- Authenticate a user who is connecting to the system using the 
--fBtelnet\fR command.
-+\fBtelnet\fR command.
- The authentication program will be invoked with a \fB-t\fR option, followed
- by the username.
- .IP \fBPW_RLOGIN\fR 1i
-@@ -105,7 +105,7 @@ by the username.
- .IP \fBPW_FTP\fR 1i
- Authenticate a user who is connecting to the system using the \fBftp\fR
- command.
--The authentication program will be invoked with a \fR-f\fR option, followed
-+The authentication program will be invoked with a \fB-f\fR option, followed
- by the username.
- The standard file descriptors are not available for communicating with the
- user.

Deleted: branches/experimental/debian/patches/343_pwck.8
===================================================================
--- branches/experimental/debian/patches/343_pwck.8	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/343_pwck.8	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,26 +0,0 @@
-Goal: Typos in pwck.8
-
-Status wrt upstream: Applied
-
-Index: shadow-4.0.3/man/pwck.8
-===================================================================
---- shadow-4.0.3.orig/man/pwck.8	2005-05-12 12:12:08.909056587 +0200
-+++ shadow-4.0.3/man/pwck.8	2005-05-12 12:12:18.804578068 +0200
-@@ -25,7 +25,7 @@
- .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- .\" SUCH DAMAGE.
--.TH PWCK 1
-+.TH PWCK 8
- .SH NAME
- pwck \- verify integrity of password files
- .SH SYNOPSIS
-@@ -35,7 +35,7 @@ pwck \- verify integrity of password fil
- All entries in the \fI/etc/passwd\fR and \fI/etc/shadow\fR are checked to
- see that the entry has the proper format and valid data in each field.
- The user is prompted to delete entries that are improperly formatted or
--which have other incorrectable errors.
-+which have other uncorrectable errors.
- .P
- Checks are made to verify that each entry has
- .sp

Deleted: branches/experimental/debian/patches/344_pwconv.8
===================================================================
--- branches/experimental/debian/patches/344_pwconv.8	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/344_pwconv.8	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,17 +0,0 @@
-Goal: Typos in pwconv.8
-
-Status wrt upstream: Applied
-
-Index: shadow-4.0.3/man/pwconv.8
-===================================================================
---- shadow-4.0.3.orig/man/pwconv.8	2005-05-12 12:12:08.909056587 +0200
-+++ shadow-4.0.3/man/pwconv.8	2005-05-12 12:12:18.805577919 +0200
-@@ -27,7 +27,7 @@ group files:
- Each program acquires the necessary locks before conversion.
- 
- .BR pwconv " and " grpconv
--are similiar.  First, entries in the shadowed file which don't exist
-+are similar.  First, entries in the shadowed file which don't exist
- in the main file are removed.  Then, shadowed entries which don't have
- `x' as the password in the main file are updated.  Any missing
- shadowed entries are added.  Finally, passwords in the main file are

Deleted: branches/experimental/debian/patches/346_suauth.5
===================================================================
--- branches/experimental/debian/patches/346_suauth.5	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/346_suauth.5	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,26 +0,0 @@
-Goal: Typos in suauth.5
-
-Status wrt upstream: Applied
-
-Index: shadow-4.0.3/man/suauth.5
-===================================================================
---- shadow-4.0.3.orig/man/suauth.5	2005-05-12 12:12:08.909056587 +0200
-+++ shadow-4.0.3/man/suauth.5	2005-05-12 12:12:18.806577769 +0200
-@@ -32,7 +32,7 @@ a list of usernames
- delimited by "," or the words
- .B ALL EXCEPT
- followed by a list
--of usernames delimted by ","
-+of usernames delimited by ","
- .PP
- from-id is formatted the same as to-id except the extra word
- .B GROUP
-@@ -61,7 +61,7 @@ asked for.
- For the su command to be successful, the user must enter
- his or her own password. They are told this.
- .PP
--Note there are three separate fields delimted by a colon. No
-+Note there are three separate fields delimited by a colon. No
- whitespace must surround this colon. Also note that the file
- is examined sequentially line by line, and the first applicable
- rule is used without examining the file further. This makes it

Deleted: branches/experimental/debian/patches/350_su_syslog_old:new
===================================================================
--- branches/experimental/debian/patches/350_su_syslog_old:new	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/350_su_syslog_old:new	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,29 +0,0 @@
-Goal: Fix su syslogs to be less ambiguous.  (old:new instead of old-new
-      because '-' can appear in usernames.)  Not clearer, mind you, but less
-      ambiguous.
-Fixes: #213592
-
-Status wrt upstream: Applied upstream. (should enter 4.0.10)
-
-Index: shadow-4.0.9/src/su.c
-===================================================================
---- shadow-4.0.9.orig/src/su.c	2005-06-19 16:48:03.000000000 +0200
-+++ shadow-4.0.9/src/su.c	2005-06-19 17:31:20.000000000 +0200
-@@ -125,7 +125,7 @@
- #ifdef USE_SYSLOG
- 	if (getdef_bool ("SYSLOG_SU_ENAB"))
- 		SYSLOG ((pwent.pw_uid ? LOG_INFO : LOG_NOTICE,
--			 "- %s %s-%s", tty,
-+			 "- %s %s:%s", tty,
- 			 oldname[0] ? oldname : "???", name[0] ? name : "???"));
- 	closelog ();
- #endif
-@@ -645,7 +645,7 @@
- #endif
- #ifdef USE_SYSLOG
- 	if (getdef_bool ("SYSLOG_SU_ENAB"))
--		SYSLOG ((LOG_INFO, "+ %s %s-%s", tty,
-+		SYSLOG ((LOG_INFO, "+ %s %s:%s", tty,
- 			 oldname[0] ? oldname : "???", name[0] ? name : "???"));
- #endif
- 

Deleted: branches/experimental/debian/patches/351_libmisc_failure_UTMPX
===================================================================
--- branches/experimental/debian/patches/351_libmisc_failure_UTMPX	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/351_libmisc_failure_UTMPX	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,52 +0,0 @@
-Goal: Use UTMPX, if available, for the failure log.
-
-Status wrt upstream: Applied (2005 06 10, should enter 4.0.10)
-
-Upstream also noted that it affects login when compiled without PAM.
-
-Index: shadow-4.0.9/libmisc/failure.c
-===================================================================
---- shadow-4.0.9.orig/libmisc/failure.c	2005-06-19 02:13:00.000000000 +0200
-+++ shadow-4.0.9/libmisc/failure.c	2005-06-19 02:14:00.000000000 +0200
-@@ -242,7 +242,13 @@
-  *	maintains a record of all login failures.
-  */
- 
--void failtmp (const struct utmp *failent)
-+void failtmp (
-+#ifdef HAVE_UTMPX_H
-+        const struct utmpx *failent
-+#else
-+        const struct utmp *failent
-+#endif
-+)
- {
- 	char *ftmp;
- 	int fd;
-Index: shadow-4.0.9/libmisc/failure.h
-===================================================================
---- shadow-4.0.9.orig/libmisc/failure.h	2005-06-19 02:13:00.000000000 +0200
-+++ shadow-4.0.9/libmisc/failure.h	2005-06-19 02:14:00.000000000 +0200
-@@ -4,7 +4,11 @@
- 
- #include "defines.h"
- #include "faillog.h"
-+#ifdef HAVE_UTMPX_H
-+#include <utmpx.h>
-+#else
- #include <utmp.h>
-+#endif
- 
- /*
-  * failure - make failure entry
-@@ -38,6 +42,10 @@
-  *	failtmp updates the (struct utmp) formatted failure log which
-  *	maintains a record of all login failures.
-  */
-+#ifdef HAVE_UTMPX_H
-+extern void failtmp (const struct utmpx *);
-+#else
- extern void failtmp (const struct utmp *);
-+#endif
- 
- #endif

Deleted: branches/experimental/debian/patches/352_userdel.8
===================================================================
--- branches/experimental/debian/patches/352_userdel.8	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/352_userdel.8	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,29 +0,0 @@
-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.

Deleted: branches/experimental/debian/patches/353_groupdel.8
===================================================================
--- branches/experimental/debian/patches/353_groupdel.8	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/353_groupdel.8	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,25 +0,0 @@
-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),

Deleted: branches/experimental/debian/patches/354_Makefile.am
===================================================================
--- branches/experimental/debian/patches/354_Makefile.am	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/354_Makefile.am	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,14 +0,0 @@
-Goal: Remove the "debian" directoryfrom the Makefile.am
-
-Status wrt upstream: Applied 
-
-Index: shadow-4.0.3/Makefile.am
-===================================================================
---- shadow-4.0.3.orig/Makefile.am
-+++ shadow-4.0.3/Makefile.am
-@@ -5,4 +5,4 @@
- AUTOMAKE_OPTIONS = 1.5 dist-bzip2 foreign
- 
- SUBDIRS = intl po man libmisc lib src \
--	contrib debian doc etc
-+	contrib doc etc

Modified: branches/experimental/debian/patches/series
===================================================================
--- branches/experimental/debian/patches/series	2005-08-10 00:34:04 UTC (rev 432)
+++ branches/experimental/debian/patches/series	2005-08-10 01:11:12 UTC (rev 433)
@@ -1,29 +1,14 @@
-# 001_Makefile.in.in.dpatch # This patch is the pure evil by patching gettext generated files
 002_more-i18n.dpatch
-#354_Makefile.am # applied
 004_configure.in.dpatch
 005_manpages.dpatch
 336_chfn.1
-# 337_chpasswd.8 # applied
-# 338_lastlog.8  # applied
+# 338_lastlog.8  # applied -- the authors should be separated. Submitted
 441_manpages-shadow.5
-# 335_usermod.8-better-document--f # applied
 440_manpages-login.1
-# 339_newusers.8 # applied
-# 340_passwd.1   # mostly applied. The remaining parts can be ignored
-# 341_passwd.5   # applied
-# 342_pw_auth.3  # applied
-# 343_pwck.8     # applied
-# 344_pwconv.8   # applied
 345_shadowconfig.8
-# 346_suauth.5   # applied
-# 352_userdel.8  # applied
-# 353_groupdel.8 # applied
-# 351_libmisc_failure_UTMPX # applied
 436_libmisc_chowntty_ro_root_fs
 435_su_addenv_HOME_and_SHELL
 431_su_uid_0_not_root
-# 437_su_add_GNU_options  # This one is complicated. keep it for latter.
 437_su_add_GNU_options_1
 437_su_add_GNU_options_2
 437_su_add_GNU_options_3
@@ -33,12 +18,8 @@
 363_su_ignore_SIGINT
 # 008_su_check_user_earlier # not used with 437_su_add_GNU_options_4
 008_su_no_sanitize_env
-# updated, but depends on 437_su_add_GNU_options
 008_su_get_PAM_username
-#
 439_su_PAM_session
-# 350_su_syslog_old:new # applied
-#
 # 008_login_MAXHOSTNAMELEN # It should probably be dropped.
 428_grpck_add_prune_option
 434_login_stop_checking_args_after--




More information about the Pkg-shadow-commits mailing list