savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/docs/hacking_savannah Makefile.a...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/docs/hacking_savannah Makefile.a...
Date: Wed, 29 Dec 2004 17:20:57 -0500

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        04/12/29 21:41:31

Modified files:
        docs/hacking_savannah: Makefile.am hacking_savannah.texi 
                               shadow.patch1 

Log message:
        Updated the patch, documented how to apply it, and fixed Makefile.in 
dependencies

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/Makefile.am.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.86&tr2=1.87&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/shadow.patch1.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: administration/docs/hacking_savannah/Makefile.am
diff -u administration/docs/hacking_savannah/Makefile.am:1.1.1.1 
administration/docs/hacking_savannah/Makefile.am:1.2
--- administration/docs/hacking_savannah/Makefile.am:1.1.1.1    Fri May  7 
11:01:49 2004
+++ administration/docs/hacking_savannah/Makefile.am    Wed Dec 29 21:41:31 2004
@@ -20,7 +20,7 @@
 ## 02111-1307, USA.
 
 info_TEXINFOS = hacking_savannah.texi
-freedink_TEXINFOS = fdl.texi
+hacking_savannah_TEXINFOS = fdl.texi shadow.patch1
 
 # TODO: add some real rules
 #EXTRA_DIST = $(man_MANS)
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.86 
administration/docs/hacking_savannah/hacking_savannah.texi:1.87
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.86     Wed Dec 
29 21:15:15 2004
+++ administration/docs/hacking_savannah/hacking_savannah.texi  Wed Dec 29 
21:41:31 2004
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: hacking_savannah.texi,v 1.86 2004/12/29 21:15:15 Beuc Exp $
address@hidden $Id: hacking_savannah.texi,v 1.87 2004/12/29 21:41:31 Beuc Exp $
 @comment %**start of header
 @setfilename hacking_savannah.info
 @include version.texi
@@ -1395,7 +1395,7 @@
 $ apt-get build-dep passwd
 $ apt-get source passwd
 $ cd shadow-20000902
-# apply the changes
+$ patch -p0 < shadow.patch1
 $ tar czf shadow-20000902.tar.gz shadow-20000902
 # -> or maybe apply the changes in build-tree?
 $ dpkg-buildpackage -rfakeroot -uc -b
Index: administration/docs/hacking_savannah/shadow.patch1
diff -u administration/docs/hacking_savannah/shadow.patch1:1.1 
administration/docs/hacking_savannah/shadow.patch1:1.2
--- administration/docs/hacking_savannah/shadow.patch1:1.1      Wed Dec 29 
21:15:15 2004
+++ administration/docs/hacking_savannah/shadow.patch1  Wed Dec 29 21:41:31 2004
@@ -1,5 +1,24 @@
---- chkname.c.orig     Thu Apr 16 21:57:43 1998
-+++ chkname.c  Tue Sep 21 13:48:55 2004
+diff -ur shadow-20000902/lib/defines.h shadow-20000902.new/lib/defines.h
+--- shadow-20000902/lib/defines.h      Sat Sep  2 20:40:43 2000
++++ shadow-20000902.new/lib/defines.h  Wed Dec 29 22:20:02 2004
+@@ -123,13 +123,7 @@
+ 
+ #include <limits.h>
+ 
+-#ifndef       NGROUPS_MAX
+-#ifdef        NGROUPS
+-#define       NGROUPS_MAX     NGROUPS
+-#else
+-#define       NGROUPS_MAX     64
+-#endif
+-#endif
++#define NGROUPS_MAX 65536
+ 
+ #ifdef USE_SYSLOG
+ #include <syslog.h>
+diff -ur shadow-20000902/libmisc/chkname.c 
shadow-20000902.new/libmisc/chkname.c
+--- shadow-20000902/libmisc/chkname.c  Thu Apr 16 21:57:43 1998
++++ shadow-20000902.new/libmisc/chkname.c      Wed Dec 29 22:17:00 2004
 @@ -26,7 +26,7 @@
         * contain colons, commas, newlines (used in passwd/group
         * files...) or any non-printable characters.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]