diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-06 22:37:08 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-06 22:37:08 +0000 |
commit | fd8bbba2f02b8bccd69e67c326fd320c0827941d (patch) | |
tree | ade69986b2f99e113c95009736399966d4a3d511 /mdk-stage1 | |
parent | 368f416649ed34557702a946ec8c0cec2fd45294 (diff) | |
download | drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar.gz drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar.bz2 drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar.xz drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
Diffstat (limited to 'mdk-stage1')
141 files changed, 146 insertions, 162 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 34efc42dc..71a0332e4 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -2,7 +2,7 @@ # # mdk-stage1 - the program that will load second-stage install # - # $Id$ + # $Id: Makefile 271082 2010-10-13 18:55:00Z tv $ # # Pixel (pixel@mandriva.com) (mostly done by Guillaume Cottenceau) # @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=1.46 +VERSION=1.47 PRODUCT=drakx-installer-binaries # diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 137dabe04..2dfc7ac64 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,6 @@ +1.47: +- 2011.0 build + 1.46: - create device listed in /proc/partitions with correct major/minor (#57032) diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index a74a703d2..8130b422b 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -219,25 +219,6 @@ void doklog() } } - /* examine some fd's in the hope to find some syslog outputs from programs */ - for (readfd = 0; readfd < 20; ++readfd) { - if (FD_ISSET(readfd, &readset) && FD_ISSET(readfd, &unixs)) { - i = read(readfd, buf, sizeof(buf)); - if (i > 0) { - /* grep out the output of RPM telling that it installed/removed some packages */ - if (!strstr(buf, "mdk installed") && !strstr(buf, "mdk removed")) { - if (out >= 0) - write(out, buf, i); - write(log, buf, i); - } - } else if (i == 0) { - /* socket closed */ - close(readfd); - FD_CLR(readfd, &unixs); - } - } - } - /* the socket has moved, new stuff to do */ if (sock >= 0 && FD_ISSET(sock, &readset)) { s = sizeof(sockaddr); diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile index 24cfc7dd0..b29c30203 100644 --- a/mdk-stage1/pci-resource/Makefile +++ b/mdk-stage1/pci-resource/Makefile @@ -1,6 +1,6 @@ #****************************************************************************** # - # $Id$ + # $Id: Makefile 253685 2009-03-06 14:27:29Z tv $ # # Guillaume Cottenceau (gc@mandriva.com) # diff --git a/mdk-stage1/ppp/PLUGINS b/mdk-stage1/ppp/PLUGINS index 0eeabe249..5f17e1d0a 100644 --- a/mdk-stage1/ppp/PLUGINS +++ b/mdk-stage1/ppp/PLUGINS @@ -128,4 +128,4 @@ set *popts to a wordlist containing any extra options for this user which pppd should apply at this point. -## $Id$ ## +## $Id: PLUGINS 195720 2001-06-11 11:44:34Z gc $ ## diff --git a/mdk-stage1/ppp/README b/mdk-stage1/ppp/README index aa1e5f9c2..0967fc92a 100644 --- a/mdk-stage1/ppp/README +++ b/mdk-stage1/ppp/README @@ -165,4 +165,4 @@ The primary site for releases of this software is: ftp://linuxcare.com.au/pub/ppp/ -($Id$) +($Id: README 195720 2001-06-11 11:44:34Z gc $) diff --git a/mdk-stage1/ppp/chat/Makefile.linux b/mdk-stage1/ppp/chat/Makefile.linux index 586cbd876..a7045522c 100644 --- a/mdk-stage1/ppp/chat/Makefile.linux +++ b/mdk-stage1/ppp/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.linux 195720 2001-06-11 11:44:34Z gc $ CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DSIGTYPE=void # Standard definition diff --git a/mdk-stage1/ppp/chat/Makefile.linux.makeopt b/mdk-stage1/ppp/chat/Makefile.linux.makeopt index 974680a93..32f4e71ac 100644 --- a/mdk-stage1/ppp/chat/Makefile.linux.makeopt +++ b/mdk-stage1/ppp/chat/Makefile.linux.makeopt @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.linux.makeopt 195720 2001-06-11 11:44:34Z gc $ CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DSIGTYPE=void # Standard definition diff --git a/mdk-stage1/ppp/chat/chat.8 b/mdk-stage1/ppp/chat/chat.8 index 8d2029609..dc3889cfc 100644 --- a/mdk-stage1/ppp/chat/chat.8 +++ b/mdk-stage1/ppp/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $Id$ +.\" $Id: chat.8 195720 2001-06-11 11:44:34Z gc $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/mdk-stage1/ppp/chat/chat.c b/mdk-stage1/ppp/chat/chat.c index 1b22907a8..6c4a8487b 100644 --- a/mdk-stage1/ppp/chat/chat.c +++ b/mdk-stage1/ppp/chat/chat.c @@ -87,7 +87,7 @@ #endif #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Id: chat.c 195720 2001-06-11 11:44:34Z gc $"; #endif #include <stdio.h> diff --git a/mdk-stage1/ppp/common/zlib.c b/mdk-stage1/ppp/common/zlib.c index 503076886..f4d2cc266 100644 --- a/mdk-stage1/ppp/common/zlib.c +++ b/mdk-stage1/ppp/common/zlib.c @@ -10,7 +10,7 @@ * - added inflateIncomp and deflateOutputPending * - allow strm->next_out to be NULL, meaning discard the output * - * $Id$ + * $Id: zlib.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/common/zlib.h b/mdk-stage1/ppp/common/zlib.h index 188ddaff9..936851f8f 100644 --- a/mdk-stage1/ppp/common/zlib.h +++ b/mdk-stage1/ppp/common/zlib.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: zlib.h 195720 2001-06-11 11:44:34Z gc $ */ /* * This file is derived from zlib.h and zconf.h from the zlib-1.0.4 diff --git a/mdk-stage1/ppp/configure b/mdk-stage1/ppp/configure index 544fb0d71..2e3b3b291 100755 --- a/mdk-stage1/ppp/configure +++ b/mdk-stage1/ppp/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: configure 195720 2001-06-11 11:44:34Z gc $ # if [ -d /NextApps ]; then # system="NeXTStep" diff --git a/mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh b/mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh index 09c480519..09c480519 100644..100755 --- a/mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh +++ b/mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh diff --git a/mdk-stage1/ppp/include/linux/if_ppp.h b/mdk-stage1/ppp/include/linux/if_ppp.h index 1febf0931..f794da06a 100644 --- a/mdk-stage1/ppp/include/linux/if_ppp.h +++ b/mdk-stage1/ppp/include/linux/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: if_ppp.h 195720 2001-06-11 11:44:34Z gc $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. diff --git a/mdk-stage1/ppp/include/linux/ppp-comp.h b/mdk-stage1/ppp/include/linux/ppp-comp.h index 3184d0731..a116be0cf 100644 --- a/mdk-stage1/ppp/include/linux/ppp-comp.h +++ b/mdk-stage1/ppp/include/linux/ppp-comp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp-comp.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/include/linux/ppp_defs.h b/mdk-stage1/ppp/include/linux/ppp_defs.h index 46946fbdc..4e737b40f 100644 --- a/mdk-stage1/ppp/include/linux/ppp_defs.h +++ b/mdk-stage1/ppp/include/linux/ppp_defs.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: ppp_defs.h 195720 2001-06-11 11:44:34Z gc $ */ /* * ppp_defs.h - PPP definitions. diff --git a/mdk-stage1/ppp/include/net/if_ppp.h b/mdk-stage1/ppp/include/net/if_ppp.h index 1527ecf3f..c64484e84 100644 --- a/mdk-stage1/ppp/include/net/if_ppp.h +++ b/mdk-stage1/ppp/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: if_ppp.h 195720 2001-06-11 11:44:34Z gc $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. diff --git a/mdk-stage1/ppp/include/net/ppp-comp.h b/mdk-stage1/ppp/include/net/ppp-comp.h index 0e6a9c672..30b0def68 100644 --- a/mdk-stage1/ppp/include/net/ppp-comp.h +++ b/mdk-stage1/ppp/include/net/ppp-comp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp-comp.h 195720 2001-06-11 11:44:34Z gc $ */ #ifndef _NET_PPP_COMP_H diff --git a/mdk-stage1/ppp/include/net/ppp_defs.h b/mdk-stage1/ppp/include/net/ppp_defs.h index 46bef52bb..ecd0528ec 100644 --- a/mdk-stage1/ppp/include/net/ppp_defs.h +++ b/mdk-stage1/ppp/include/net/ppp_defs.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: ppp_defs.h 203043 2003-06-04 18:31:57Z gbeauchesne $ */ /* * ppp_defs.h - PPP definitions. diff --git a/mdk-stage1/ppp/include/net/pppio.h b/mdk-stage1/ppp/include/net/pppio.h index 9db1ca9ab..e327db3ce 100644 --- a/mdk-stage1/ppp/include/net/pppio.h +++ b/mdk-stage1/ppp/include/net/pppio.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: pppio.h 195720 2001-06-11 11:44:34Z gc $ */ #define _PPPIO(n) (('p' << 8) + (n)) diff --git a/mdk-stage1/ppp/include/net/slcompress.h b/mdk-stage1/ppp/include/net/slcompress.h index 9e19bc0ed..d7b7dc4ee 100644 --- a/mdk-stage1/ppp/include/net/slcompress.h +++ b/mdk-stage1/ppp/include/net/slcompress.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Id$ + * $Id: slcompress.h 195720 2001-06-11 11:44:34Z gc $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. diff --git a/mdk-stage1/ppp/include/net/vjcompress.h b/mdk-stage1/ppp/include/net/vjcompress.h index c64596926..0ff6d3943 100644 --- a/mdk-stage1/ppp/include/net/vjcompress.h +++ b/mdk-stage1/ppp/include/net/vjcompress.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Id$ + * $Id: vjcompress.h 195720 2001-06-11 11:44:34Z gc $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. diff --git a/mdk-stage1/ppp/modules/bsd-comp.c b/mdk-stage1/ppp/modules/bsd-comp.c index b1b9325c7..bbc8625db 100644 --- a/mdk-stage1/ppp/modules/bsd-comp.c +++ b/mdk-stage1/ppp/modules/bsd-comp.c @@ -41,7 +41,7 @@ * This version is for use with STREAMS under SunOS 4.x, * Digital UNIX, AIX 4.x, and SVR4 systems including Solaris 2. * - * $Id$ + * $Id: bsd-comp.c 195720 2001-06-11 11:44:34Z gc $ */ #ifdef AIX4 diff --git a/mdk-stage1/ppp/modules/deflate.c b/mdk-stage1/ppp/modules/deflate.c index 1b9054412..592344f9b 100644 --- a/mdk-stage1/ppp/modules/deflate.c +++ b/mdk-stage1/ppp/modules/deflate.c @@ -27,7 +27,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: deflate.c 195720 2001-06-11 11:44:34Z gc $ */ #ifdef AIX4 diff --git a/mdk-stage1/ppp/modules/if_ppp.c b/mdk-stage1/ppp/modules/if_ppp.c index 14e89eb4a..9792708d1 100644 --- a/mdk-stage1/ppp/modules/if_ppp.c +++ b/mdk-stage1/ppp/modules/if_ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: if_ppp.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/modules/ppp.c b/mdk-stage1/ppp/modules/ppp.c index 44bf08dff..f6d8c93df 100644 --- a/mdk-stage1/ppp/modules/ppp.c +++ b/mdk-stage1/ppp/modules/ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/modules/ppp_ahdlc.c b/mdk-stage1/ppp/modules/ppp_ahdlc.c index d0b961258..e3c4baa28 100644 --- a/mdk-stage1/ppp/modules/ppp_ahdlc.c +++ b/mdk-stage1/ppp/modules/ppp_ahdlc.c @@ -41,7 +41,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_ahdlc.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/modules/ppp_comp.c b/mdk-stage1/ppp/modules/ppp_comp.c index f6eef5ab1..941e9d8c5 100644 --- a/mdk-stage1/ppp/modules/ppp_comp.c +++ b/mdk-stage1/ppp/modules/ppp_comp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_comp.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/modules/vjcompress.c b/mdk-stage1/ppp/modules/vjcompress.c index 809b87231..af519b434 100644 --- a/mdk-stage1/ppp/modules/vjcompress.c +++ b/mdk-stage1/ppp/modules/vjcompress.c @@ -29,7 +29,7 @@ * This version is used under SunOS 4.x, Digital UNIX, AIX 4.x, * and SVR4 systems including Solaris 2. * - * $Id$ + * $Id: vjcompress.c 195720 2001-06-11 11:44:34Z gc $ */ #include <sys/types.h> diff --git a/mdk-stage1/ppp/pppd/Makefile.linux b/mdk-stage1/ppp/pppd/Makefile.linux index 47d6ba01e..4438ea824 100644 --- a/mdk-stage1/ppp/pppd/Makefile.linux +++ b/mdk-stage1/ppp/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id$ +# $Id: Makefile.linux 195720 2001-06-11 11:44:34Z gc $ # # Default installation locations diff --git a/mdk-stage1/ppp/pppd/Makefile.linux.make b/mdk-stage1/ppp/pppd/Makefile.linux.make index d98a32562..3a2eca00e 100644 --- a/mdk-stage1/ppp/pppd/Makefile.linux.make +++ b/mdk-stage1/ppp/pppd/Makefile.linux.make @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id$ +# $Id: Makefile.linux.make 195720 2001-06-11 11:44:34Z gc $ # # Default installation locations diff --git a/mdk-stage1/ppp/pppd/Makefile.linux.makeopt b/mdk-stage1/ppp/pppd/Makefile.linux.makeopt index 3094c941c..1b58114cd 100644 --- a/mdk-stage1/ppp/pppd/Makefile.linux.makeopt +++ b/mdk-stage1/ppp/pppd/Makefile.linux.makeopt @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id$ +# $Id: Makefile.linux.makeopt 195720 2001-06-11 11:44:34Z gc $ # # Default installation locations diff --git a/mdk-stage1/ppp/pppd/Makefile.sol2 b/mdk-stage1/ppp/pppd/Makefile.sol2 index dfdcddd97..ead5685d7 100644 --- a/mdk-stage1/ppp/pppd/Makefile.sol2 +++ b/mdk-stage1/ppp/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id$ +# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $ # include ../solaris/Makedefs diff --git a/mdk-stage1/ppp/pppd/Makefile.sunos4 b/mdk-stage1/ppp/pppd/Makefile.sunos4 index 694ac341f..340a8747b 100644 --- a/mdk-stage1/ppp/pppd/Makefile.sunos4 +++ b/mdk-stage1/ppp/pppd/Makefile.sunos4 @@ -1,6 +1,6 @@ # # Makefile for pppd under SunOS 4. -# $Id$ +# $Id: Makefile.sunos4 195720 2001-06-11 11:44:34Z gc $ # include ../sunos4/Makedefs diff --git a/mdk-stage1/ppp/pppd/auth.c b/mdk-stage1/ppp/pppd/auth.c index 5f95a2982..0520c1eef 100644 --- a/mdk-stage1/ppp/pppd/auth.c +++ b/mdk-stage1/ppp/pppd/auth.c @@ -32,7 +32,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: auth.c 195734 2001-06-11 14:46:02Z gc $" #include <stdio.h> #include <stddef.h> diff --git a/mdk-stage1/ppp/pppd/cbcp.c b/mdk-stage1/ppp/pppd/cbcp.c index 8c57b3cde..b286ef9f9 100644 --- a/mdk-stage1/ppp/pppd/cbcp.c +++ b/mdk-stage1/ppp/pppd/cbcp.c @@ -18,7 +18,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: cbcp.c 195720 2001-06-11 11:44:34Z gc $" #include <stdio.h> #include <string.h> diff --git a/mdk-stage1/ppp/pppd/ccp.c b/mdk-stage1/ppp/pppd/ccp.c index 7e36e384e..eaa6b4336 100644 --- a/mdk-stage1/ppp/pppd/ccp.c +++ b/mdk-stage1/ppp/pppd/ccp.c @@ -25,7 +25,7 @@ * OR MODIFICATIONS. */ -#define RCSID "$Id$" +#define RCSID "$Id: ccp.c 195720 2001-06-11 11:44:34Z gc $" #include <stdlib.h> #include <string.h> diff --git a/mdk-stage1/ppp/pppd/ccp.h b/mdk-stage1/ppp/pppd/ccp.h index 609d858c5..406fe4d17 100644 --- a/mdk-stage1/ppp/pppd/ccp.h +++ b/mdk-stage1/ppp/pppd/ccp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ccp.h 195720 2001-06-11 11:44:34Z gc $ */ typedef struct ccp_options { diff --git a/mdk-stage1/ppp/pppd/chap.c b/mdk-stage1/ppp/pppd/chap.c index 54c0e0095..76560dcf0 100644 --- a/mdk-stage1/ppp/pppd/chap.c +++ b/mdk-stage1/ppp/pppd/chap.c @@ -33,7 +33,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: chap.c 195720 2001-06-11 11:44:34Z gc $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/chap.h b/mdk-stage1/ppp/pppd/chap.h index 945d051d0..1218c151b 100644 --- a/mdk-stage1/ppp/pppd/chap.h +++ b/mdk-stage1/ppp/pppd/chap.h @@ -30,7 +30,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: chap.h 195720 2001-06-11 11:44:34Z gc $ */ #ifndef __CHAP_INCLUDE__ diff --git a/mdk-stage1/ppp/pppd/chap_ms.c b/mdk-stage1/ppp/pppd/chap_ms.c index 81a57bb5a..9cf9ada66 100644 --- a/mdk-stage1/ppp/pppd/chap_ms.c +++ b/mdk-stage1/ppp/pppd/chap_ms.c @@ -31,7 +31,7 @@ * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80 */ -#define RCSID "$Id$" +#define RCSID "$Id: chap_ms.c 195720 2001-06-11 11:44:34Z gc $" #ifdef CHAPMS diff --git a/mdk-stage1/ppp/pppd/chap_ms.h b/mdk-stage1/ppp/pppd/chap_ms.h index fad2755c8..ab2848a59 100644 --- a/mdk-stage1/ppp/pppd/chap_ms.h +++ b/mdk-stage1/ppp/pppd/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: chap_ms.h 195720 2001-06-11 11:44:34Z gc $ */ #ifndef __CHAPMS_INCLUDE__ diff --git a/mdk-stage1/ppp/pppd/demand.c b/mdk-stage1/ppp/pppd/demand.c index 9a740be8d..293c8957e 100644 --- a/mdk-stage1/ppp/pppd/demand.c +++ b/mdk-stage1/ppp/pppd/demand.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: demand.c 195720 2001-06-11 11:44:34Z gc $" #include <stdio.h> #include <stdlib.h> diff --git a/mdk-stage1/ppp/pppd/eui64.c b/mdk-stage1/ppp/pppd/eui64.c index 7f3176035..a18c43a27 100644 --- a/mdk-stage1/ppp/pppd/eui64.c +++ b/mdk-stage1/ppp/pppd/eui64.c @@ -15,10 +15,10 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. - $Id$ + $Id: eui64.c 195720 2001-06-11 11:44:34Z gc $ */ -#define RCSID "$Id$" +#define RCSID "$Id: eui64.c 195720 2001-06-11 11:44:34Z gc $" #include "pppd.h" diff --git a/mdk-stage1/ppp/pppd/eui64.h b/mdk-stage1/ppp/pppd/eui64.h index ca4445345..1398f08da 100644 --- a/mdk-stage1/ppp/pppd/eui64.h +++ b/mdk-stage1/ppp/pppd/eui64.h @@ -15,7 +15,7 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. - $Id$ + $Id: eui64.h 195720 2001-06-11 11:44:34Z gc $ */ #ifndef __EUI64_H__ diff --git a/mdk-stage1/ppp/pppd/fsm.c b/mdk-stage1/ppp/pppd/fsm.c index 07a8c11f1..92661fc7a 100644 --- a/mdk-stage1/ppp/pppd/fsm.c +++ b/mdk-stage1/ppp/pppd/fsm.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: fsm.c 195720 2001-06-11 11:44:34Z gc $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/fsm.h b/mdk-stage1/ppp/pppd/fsm.h index c94a68e6c..7f20202d8 100644 --- a/mdk-stage1/ppp/pppd/fsm.h +++ b/mdk-stage1/ppp/pppd/fsm.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: fsm.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/ipcp.c b/mdk-stage1/ppp/pppd/ipcp.c index 3f64357ed..63dd2540a 100644 --- a/mdk-stage1/ppp/pppd/ipcp.c +++ b/mdk-stage1/ppp/pppd/ipcp.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: ipcp.c 198597 2002-05-13 15:34:06Z gc $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/ipcp.h b/mdk-stage1/ppp/pppd/ipcp.h index 8c5aca861..ca180b98a 100644 --- a/mdk-stage1/ppp/pppd/ipcp.h +++ b/mdk-stage1/ppp/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: ipcp.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/ipv6cp.c b/mdk-stage1/ppp/pppd/ipv6cp.c index 35fa2b53a..01f963990 100644 --- a/mdk-stage1/ppp/pppd/ipv6cp.c +++ b/mdk-stage1/ppp/pppd/ipv6cp.c @@ -90,10 +90,10 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: ipv6cp.c 215411 2007-04-25 12:26:16Z pixel $ */ -#define RCSID "$Id$" +#define RCSID "$Id: ipv6cp.c 215411 2007-04-25 12:26:16Z pixel $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/ipv6cp.h b/mdk-stage1/ppp/pppd/ipv6cp.h index c98d80209..eba75465c 100644 --- a/mdk-stage1/ppp/pppd/ipv6cp.h +++ b/mdk-stage1/ppp/pppd/ipv6cp.h @@ -90,7 +90,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: ipv6cp.h 215411 2007-04-25 12:26:16Z pixel $ */ /* diff --git a/mdk-stage1/ppp/pppd/ipxcp.c b/mdk-stage1/ppp/pppd/ipxcp.c index f9a12b934..30f3f2028 100644 --- a/mdk-stage1/ppp/pppd/ipxcp.c +++ b/mdk-stage1/ppp/pppd/ipxcp.c @@ -19,7 +19,7 @@ #ifdef IPX_CHANGE -#define RCSID "$Id$" +#define RCSID "$Id: ipxcp.c 195720 2001-06-11 11:44:34Z gc $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/ipxcp.h b/mdk-stage1/ppp/pppd/ipxcp.h index 47f680d70..12bc6700e 100644 --- a/mdk-stage1/ppp/pppd/ipxcp.h +++ b/mdk-stage1/ppp/pppd/ipxcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: ipxcp.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/lcp.c b/mdk-stage1/ppp/pppd/lcp.c index 41c58cad5..73f7efdbc 100644 --- a/mdk-stage1/ppp/pppd/lcp.c +++ b/mdk-stage1/ppp/pppd/lcp.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: lcp.c 195720 2001-06-11 11:44:34Z gc $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/lcp.h b/mdk-stage1/ppp/pppd/lcp.h index b87a9295e..393b13c68 100644 --- a/mdk-stage1/ppp/pppd/lcp.h +++ b/mdk-stage1/ppp/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: lcp.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/magic.c b/mdk-stage1/ppp/pppd/magic.c index 1682dee03..845dfe21f 100644 --- a/mdk-stage1/ppp/pppd/magic.c +++ b/mdk-stage1/ppp/pppd/magic.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: magic.c 195734 2001-06-11 14:46:02Z gc $" #include <stdlib.h> #include <stdio.h> diff --git a/mdk-stage1/ppp/pppd/magic.h b/mdk-stage1/ppp/pppd/magic.h index 1344626a3..3b709b563 100644 --- a/mdk-stage1/ppp/pppd/magic.h +++ b/mdk-stage1/ppp/pppd/magic.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: magic.h 195720 2001-06-11 11:44:34Z gc $ */ void magic_init __P((void)); /* Initialize the magic number generator */ diff --git a/mdk-stage1/ppp/pppd/main.c b/mdk-stage1/ppp/pppd/main.c index c074938cd..1e540ae90 100644 --- a/mdk-stage1/ppp/pppd/main.c +++ b/mdk-stage1/ppp/pppd/main.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: main.c 195734 2001-06-11 14:46:02Z gc $" #include <stdio.h> #include <ctype.h> diff --git a/mdk-stage1/ppp/pppd/options.c b/mdk-stage1/ppp/pppd/options.c index 1921d9ec5..018dbd006 100644 --- a/mdk-stage1/ppp/pppd/options.c +++ b/mdk-stage1/ppp/pppd/options.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: options.c 195734 2001-06-11 14:46:02Z gc $" #include <ctype.h> #include <stdio.h> diff --git a/mdk-stage1/ppp/pppd/patchlevel.h b/mdk-stage1/ppp/pppd/patchlevel.h index 2a2d816f1..c16f01dba 100644 --- a/mdk-stage1/ppp/pppd/patchlevel.h +++ b/mdk-stage1/ppp/pppd/patchlevel.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: patchlevel.h 195720 2001-06-11 11:44:34Z gc $ */ #define VERSION "2.4.1" #define DATE "25 March 2001" diff --git a/mdk-stage1/ppp/pppd/pathnames.h b/mdk-stage1/ppp/pppd/pathnames.h index e80784567..7e3b77f82 100644 --- a/mdk-stage1/ppp/pppd/pathnames.h +++ b/mdk-stage1/ppp/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id$ + * $Id: pathnames.h 195734 2001-06-11 14:46:02Z gc $ */ #define _PATH_VARRUN "/var/run/" diff --git a/mdk-stage1/ppp/pppd/plugins/Makefile.sol2 b/mdk-stage1/ppp/pppd/plugins/Makefile.sol2 index 8f4398258..5e110201c 100644 --- a/mdk-stage1/ppp/pppd/plugins/Makefile.sol2 +++ b/mdk-stage1/ppp/pppd/plugins/Makefile.sol2 @@ -1,7 +1,7 @@ # # Makefile for plugins on Solaris 2 # -# $Id$ +# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $ # include ../../svr4/Makedefs diff --git a/mdk-stage1/ppp/pppd/pppd.8 b/mdk-stage1/ppp/pppd/pppd.8 index ab091cd83..cded59872 100644 --- a/mdk-stage1/ppp/pppd/pppd.8 +++ b/mdk-stage1/ppp/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.4 -.\" $Id$ +.\" $Id: pppd.8 195720 2001-06-11 11:44:34Z gc $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/mdk-stage1/ppp/pppd/pppd.h b/mdk-stage1/ppp/pppd/pppd.h index 02f6dfcef..158756220 100644 --- a/mdk-stage1/ppp/pppd/pppd.h +++ b/mdk-stage1/ppp/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: pppd.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/pppd.h.wtmp b/mdk-stage1/ppp/pppd/pppd.h.wtmp index 4d440be06..b69585d8c 100644 --- a/mdk-stage1/ppp/pppd/pppd.h.wtmp +++ b/mdk-stage1/ppp/pppd/pppd.h.wtmp @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: pppd.h.wtmp 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/sys-solaris.c b/mdk-stage1/ppp/pppd/sys-solaris.c index da5f9c45a..60b3003ed 100644 --- a/mdk-stage1/ppp/pppd/sys-solaris.c +++ b/mdk-stage1/ppp/pppd/sys-solaris.c @@ -42,7 +42,7 @@ * OR MODIFICATIONS. */ -#define RCSID "$Id$" +#define RCSID "$Id: sys-solaris.c 195720 2001-06-11 11:44:34Z gc $" #include <limits.h> #include <stdio.h> diff --git a/mdk-stage1/ppp/pppd/sys-sunos4.c b/mdk-stage1/ppp/pppd/sys-sunos4.c index 3344948e9..8365e3894 100644 --- a/mdk-stage1/ppp/pppd/sys-sunos4.c +++ b/mdk-stage1/ppp/pppd/sys-sunos4.c @@ -25,7 +25,7 @@ * OR MODIFICATIONS. */ -#define RCSID "$Id$" +#define RCSID "$Id: sys-sunos4.c 195720 2001-06-11 11:44:34Z gc $" #include <stdio.h> #include <stddef.h> diff --git a/mdk-stage1/ppp/pppd/tty.c b/mdk-stage1/ppp/pppd/tty.c index 4db707968..cd724e935 100644 --- a/mdk-stage1/ppp/pppd/tty.c +++ b/mdk-stage1/ppp/pppd/tty.c @@ -20,7 +20,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: tty.c 195720 2001-06-11 11:44:34Z gc $" #include <stdio.h> #include <ctype.h> diff --git a/mdk-stage1/ppp/pppd/upap.c b/mdk-stage1/ppp/pppd/upap.c index bd569fb74..83bf8f7e6 100644 --- a/mdk-stage1/ppp/pppd/upap.c +++ b/mdk-stage1/ppp/pppd/upap.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: upap.c 195720 2001-06-11 11:44:34Z gc $" /* * TODO: diff --git a/mdk-stage1/ppp/pppd/upap.h b/mdk-stage1/ppp/pppd/upap.h index 42d6f4f0f..a1ee587d1 100644 --- a/mdk-stage1/ppp/pppd/upap.h +++ b/mdk-stage1/ppp/pppd/upap.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: upap.h 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/pppd/utils.c b/mdk-stage1/ppp/pppd/utils.c index 5861d8980..64b960a63 100644 --- a/mdk-stage1/ppp/pppd/utils.c +++ b/mdk-stage1/ppp/pppd/utils.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id$" +#define RCSID "$Id: utils.c 203596 2003-08-19 08:57:26Z gbeauchesne $" #include <stdio.h> #include <ctype.h> diff --git a/mdk-stage1/ppp/pppdump/Makefile.sol2 b/mdk-stage1/ppp/pppdump/Makefile.sol2 index d7e6b413e..bbd07ebff 100644 --- a/mdk-stage1/ppp/pppdump/Makefile.sol2 +++ b/mdk-stage1/ppp/pppdump/Makefile.sol2 @@ -1,6 +1,6 @@ # # pppdump Makefile for SVR4 systems -# $Id$ +# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $ # include ../solaris/Makedefs diff --git a/mdk-stage1/ppp/pppdump/Makefile.sunos4 b/mdk-stage1/ppp/pppdump/Makefile.sunos4 index 915c8267d..5f60f747c 100644 --- a/mdk-stage1/ppp/pppdump/Makefile.sunos4 +++ b/mdk-stage1/ppp/pppdump/Makefile.sunos4 @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id$ +# $Id: Makefile.sunos4 195720 2001-06-11 11:44:34Z gc $ # include ../sunos4/Makedefs diff --git a/mdk-stage1/ppp/pppdump/bsd-comp.c b/mdk-stage1/ppp/pppdump/bsd-comp.c index 1e14e98bb..cf3c18d35 100644 --- a/mdk-stage1/ppp/pppdump/bsd-comp.c +++ b/mdk-stage1/ppp/pppdump/bsd-comp.c @@ -38,7 +38,7 @@ */ /* - * $Id$ + * $Id: bsd-comp.c 195720 2001-06-11 11:44:34Z gc $ */ #include <sys/types.h> diff --git a/mdk-stage1/ppp/pppdump/deflate.c b/mdk-stage1/ppp/pppdump/deflate.c index 08e8abc0d..812905bfe 100644 --- a/mdk-stage1/ppp/pppdump/deflate.c +++ b/mdk-stage1/ppp/pppdump/deflate.c @@ -25,7 +25,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: deflate.c 195720 2001-06-11 11:44:34Z gc $ */ #include <sys/types.h> diff --git a/mdk-stage1/ppp/pppdump/ppp-comp.h b/mdk-stage1/ppp/pppdump/ppp-comp.h index 9221c0db4..7608c393d 100644 --- a/mdk-stage1/ppp/pppdump/ppp-comp.h +++ b/mdk-stage1/ppp/pppdump/ppp-comp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp-comp.h 195720 2001-06-11 11:44:34Z gc $ */ #ifndef _NET_PPP_COMP_H diff --git a/mdk-stage1/ppp/pppdump/pppdump.8 b/mdk-stage1/ppp/pppdump/pppdump.8 index c0172f519..b908eeed7 100644 --- a/mdk-stage1/ppp/pppdump/pppdump.8 +++ b/mdk-stage1/ppp/pppdump/pppdump.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id$ +.\" @(#) $Id: pppdump.8 195720 2001-06-11 11:44:34Z gc $ .TH PPPDUMP 8 "1 April 1999" .SH NAME pppdump \- convert PPP record file to readable format diff --git a/mdk-stage1/ppp/pppdump/zlib.c b/mdk-stage1/ppp/pppdump/zlib.c index 5b8372719..8b6a8a138 100644 --- a/mdk-stage1/ppp/pppdump/zlib.c +++ b/mdk-stage1/ppp/pppdump/zlib.c @@ -11,7 +11,7 @@ * - added Z_PACKET_FLUSH (see zlib.h for details) * - added inflateIncomp * - * $Id$ + * $Id: zlib.c 195720 2001-06-11 11:44:34Z gc $ */ diff --git a/mdk-stage1/ppp/pppdump/zlib.h b/mdk-stage1/ppp/pppdump/zlib.h index 9c7ac734d..b4a7d91a9 100644 --- a/mdk-stage1/ppp/pppdump/zlib.h +++ b/mdk-stage1/ppp/pppdump/zlib.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: zlib.h 195720 2001-06-11 11:44:34Z gc $ */ /* * This file is derived from zlib.h and zconf.h from the zlib-0.95 diff --git a/mdk-stage1/ppp/pppstats/Makefile.linux b/mdk-stage1/ppp/pppstats/Makefile.linux index ef0764c5d..fc9da74a5 100644 --- a/mdk-stage1/ppp/pppstats/Makefile.linux +++ b/mdk-stage1/ppp/pppstats/Makefile.linux @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id$ +# $Id: Makefile.linux 195720 2001-06-11 11:44:34Z gc $ # PPPSTATSRCS = pppstats.c diff --git a/mdk-stage1/ppp/pppstats/Makefile.sol2 b/mdk-stage1/ppp/pppstats/Makefile.sol2 index a6544e61b..6ae4c173f 100644 --- a/mdk-stage1/ppp/pppstats/Makefile.sol2 +++ b/mdk-stage1/ppp/pppstats/Makefile.sol2 @@ -1,6 +1,6 @@ # # pppstats Makefile for SVR4 systems -# $Id$ +# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $ # include ../solaris/Makedefs diff --git a/mdk-stage1/ppp/pppstats/Makefile.sunos4 b/mdk-stage1/ppp/pppstats/Makefile.sunos4 index 2a036f28f..cfcfca541 100644 --- a/mdk-stage1/ppp/pppstats/Makefile.sunos4 +++ b/mdk-stage1/ppp/pppstats/Makefile.sunos4 @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id$ +# $Id: Makefile.sunos4 195720 2001-06-11 11:44:34Z gc $ # include ../sunos4/Makedefs diff --git a/mdk-stage1/ppp/pppstats/pppstats.8 b/mdk-stage1/ppp/pppstats/pppstats.8 index 1ba8d5779..507202eb2 100644 --- a/mdk-stage1/ppp/pppstats/pppstats.8 +++ b/mdk-stage1/ppp/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id$ +.\" @(#) $Id: pppstats.8 195720 2001-06-11 11:44:34Z gc $ .TH PPPSTATS 8 "26 June 1995" .SH NAME pppstats \- print PPP statistics diff --git a/mdk-stage1/ppp/pppstats/pppstats.c b/mdk-stage1/ppp/pppstats/pppstats.c index 77b803723..108638b06 100644 --- a/mdk-stage1/ppp/pppstats/pppstats.c +++ b/mdk-stage1/ppp/pppstats/pppstats.c @@ -36,7 +36,7 @@ #endif #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Id: pppstats.c 195720 2001-06-11 11:44:34Z gc $"; #endif #include <stdio.h> diff --git a/mdk-stage1/ppp/solaris/Makedefs.sol2 b/mdk-stage1/ppp/solaris/Makedefs.sol2 index 1282c6e74..c13cb581f 100644 --- a/mdk-stage1/ppp/solaris/Makedefs.sol2 +++ b/mdk-stage1/ppp/solaris/Makedefs.sol2 @@ -1,7 +1,7 @@ # # Generic make definitions for Solaris 2 # -# $Id$ +# $Id: Makedefs.sol2 195720 2001-06-11 11:44:34Z gc $ # include ../solaris/Makedefs diff --git a/mdk-stage1/ppp/solaris/Makefile.sol2 b/mdk-stage1/ppp/solaris/Makefile.sol2 index 78628847b..d421c33a5 100644 --- a/mdk-stage1/ppp/solaris/Makefile.sol2 +++ b/mdk-stage1/ppp/solaris/Makefile.sol2 @@ -1,7 +1,7 @@ # # Makefile for STREAMS modules for Solaris 2. # -# $Id$ +# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $ # include Makedefs.sol2 diff --git a/mdk-stage1/ppp/solaris/Makefile.sol2-64 b/mdk-stage1/ppp/solaris/Makefile.sol2-64 index 63e75fc54..4481cdf12 100644 --- a/mdk-stage1/ppp/solaris/Makefile.sol2-64 +++ b/mdk-stage1/ppp/solaris/Makefile.sol2-64 @@ -1,7 +1,7 @@ # # Makefile for 64-bit STREAMS modules for Solaris 2. # -# $Id$ +# $Id: Makefile.sol2-64 195720 2001-06-11 11:44:34Z gc $ # include Makedefs.sol2 diff --git a/mdk-stage1/ppp/solaris/Makefile.top b/mdk-stage1/ppp/solaris/Makefile.top index f1200b852..2236866bc 100644 --- a/mdk-stage1/ppp/solaris/Makefile.top +++ b/mdk-stage1/ppp/solaris/Makefile.top @@ -1,7 +1,7 @@ # # ppp top level makefile for SVR4 and Solaris 2 # -# $Id$ +# $Id: Makefile.top 195720 2001-06-11 11:44:34Z gc $ # include solaris/Makedefs diff --git a/mdk-stage1/ppp/solaris/ppp.c b/mdk-stage1/ppp/solaris/ppp.c index 44bf08dff..f6d8c93df 100644 --- a/mdk-stage1/ppp/solaris/ppp.c +++ b/mdk-stage1/ppp/solaris/ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/solaris/ppp_ahdlc.c b/mdk-stage1/ppp/solaris/ppp_ahdlc.c index d0b961258..e3c4baa28 100644 --- a/mdk-stage1/ppp/solaris/ppp_ahdlc.c +++ b/mdk-stage1/ppp/solaris/ppp_ahdlc.c @@ -41,7 +41,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_ahdlc.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/solaris/ppp_comp.c b/mdk-stage1/ppp/solaris/ppp_comp.c index f6eef5ab1..941e9d8c5 100644 --- a/mdk-stage1/ppp/solaris/ppp_comp.c +++ b/mdk-stage1/ppp/solaris/ppp_comp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_comp.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/solaris/ppp_comp_mod.c b/mdk-stage1/ppp/solaris/ppp_comp_mod.c index 83ff8e252..d22fbc81f 100644 --- a/mdk-stage1/ppp/solaris/ppp_comp_mod.c +++ b/mdk-stage1/ppp/solaris/ppp_comp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_comp_mod.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/solaris/ppp_mod.c b/mdk-stage1/ppp/solaris/ppp_mod.c index a4b1538a5..7a4f52add 100644 --- a/mdk-stage1/ppp/solaris/ppp_mod.c +++ b/mdk-stage1/ppp/solaris/ppp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_mod.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/sunos4/Makefile b/mdk-stage1/ppp/sunos4/Makefile index 701e24e14..e763b455e 100644 --- a/mdk-stage1/ppp/sunos4/Makefile +++ b/mdk-stage1/ppp/sunos4/Makefile @@ -1,7 +1,7 @@ # # Makefile for STREAMS modules for SunOS 4. # -# $Id$ +# $Id: Makefile 195720 2001-06-11 11:44:34Z gc $ # include Makedefs diff --git a/mdk-stage1/ppp/svr4/Makedefs.sol2 b/mdk-stage1/ppp/svr4/Makedefs.sol2 index e8b8d282e..61ad95551 100644 --- a/mdk-stage1/ppp/svr4/Makedefs.sol2 +++ b/mdk-stage1/ppp/svr4/Makedefs.sol2 @@ -1,7 +1,7 @@ # # Generic make definitions for Solaris 2 # -# $Id$ +# $Id: Makedefs.sol2 195720 2001-06-11 11:44:34Z gc $ # include ../svr4/Makedefs diff --git a/mdk-stage1/ppp/svr4/Makefile.sol2 b/mdk-stage1/ppp/svr4/Makefile.sol2 index 5b2ca8635..d1df99c1a 100644 --- a/mdk-stage1/ppp/svr4/Makefile.sol2 +++ b/mdk-stage1/ppp/svr4/Makefile.sol2 @@ -1,7 +1,7 @@ # # Makefile for STREAMS modules for Solaris 2. # -# $Id$ +# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $ # include Makedefs.sol2 diff --git a/mdk-stage1/ppp/svr4/Makefile.sol2-64 b/mdk-stage1/ppp/svr4/Makefile.sol2-64 index 80c6b185e..ea0b3ed5b 100644 --- a/mdk-stage1/ppp/svr4/Makefile.sol2-64 +++ b/mdk-stage1/ppp/svr4/Makefile.sol2-64 @@ -1,7 +1,7 @@ # # Makefile for 64-bit STREAMS modules for Solaris 2. # -# $Id$ +# $Id: Makefile.sol2-64 195720 2001-06-11 11:44:34Z gc $ # include Makedefs.sol2 diff --git a/mdk-stage1/ppp/svr4/Makefile.svr4 b/mdk-stage1/ppp/svr4/Makefile.svr4 index 252c52428..6649a9055 100644 --- a/mdk-stage1/ppp/svr4/Makefile.svr4 +++ b/mdk-stage1/ppp/svr4/Makefile.svr4 @@ -1,7 +1,7 @@ # # Makefile for STREAMS modules for SVR4. # -# $Id$ +# $Id: Makefile.svr4 195720 2001-06-11 11:44:34Z gc $ # COPTS = -O diff --git a/mdk-stage1/ppp/svr4/Makefile.top b/mdk-stage1/ppp/svr4/Makefile.top index 253e48acb..f2e682d38 100644 --- a/mdk-stage1/ppp/svr4/Makefile.top +++ b/mdk-stage1/ppp/svr4/Makefile.top @@ -1,7 +1,7 @@ # # ppp top level makefile for SVR4 and Solaris 2 # -# $Id$ +# $Id: Makefile.top 195720 2001-06-11 11:44:34Z gc $ # include svr4/Makedefs diff --git a/mdk-stage1/ppp/svr4/ppp_comp_mod.c b/mdk-stage1/ppp/svr4/ppp_comp_mod.c index 83ff8e252..d22fbc81f 100644 --- a/mdk-stage1/ppp/svr4/ppp_comp_mod.c +++ b/mdk-stage1/ppp/svr4/ppp_comp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_comp_mod.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/ppp/svr4/ppp_mod.c b/mdk-stage1/ppp/svr4/ppp_mod.c index a4b1538a5..7a4f52add 100644 --- a/mdk-stage1/ppp/svr4/ppp_mod.c +++ b/mdk-stage1/ppp/svr4/ppp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id$ + * $Id: ppp_mod.c 195720 2001-06-11 11:44:34Z gc $ */ /* diff --git a/mdk-stage1/rp-pppoe/configs/pppoe.conf b/mdk-stage1/rp-pppoe/configs/pppoe.conf index 9f77b913c..6643f1778 100644 --- a/mdk-stage1/rp-pppoe/configs/pppoe.conf +++ b/mdk-stage1/rp-pppoe/configs/pppoe.conf @@ -14,7 +14,7 @@ # This file may be distributed under the terms of the GNU General # Public License. # -# $Id$ +# $Id: pppoe.conf 195724 2001-06-11 13:49:39Z gc $ #*********************************************************************** # When you configure a variable, DO NOT leave spaces around the "=" sign. diff --git a/mdk-stage1/rp-pppoe/doc/CHANGES b/mdk-stage1/rp-pppoe/doc/CHANGES index 9afce027d..c009c84ad 100644 --- a/mdk-stage1/rp-pppoe/doc/CHANGES +++ b/mdk-stage1/rp-pppoe/doc/CHANGES @@ -174,4 +174,4 @@ Changes from Version 1.7 to 1.8: - Made pppoe send a PADT frame if connection is terminated -$Id$ +$Id: CHANGES 195724 2001-06-11 13:49:39Z gc $ diff --git a/mdk-stage1/rp-pppoe/doc/HOW-TO-CONNECT b/mdk-stage1/rp-pppoe/doc/HOW-TO-CONNECT index 3e888af69..c2863f51d 100644 --- a/mdk-stage1/rp-pppoe/doc/HOW-TO-CONNECT +++ b/mdk-stage1/rp-pppoe/doc/HOW-TO-CONNECT @@ -1,4 +1,4 @@ -$Id$ +$Id: HOW-TO-CONNECT 195724 2001-06-11 13:49:39Z gc $ This package lets you connect a Linux machine to Sympatico HSE or Magma's high-speed service using a Nortel 1-meg modem. diff --git a/mdk-stage1/rp-pppoe/go b/mdk-stage1/rp-pppoe/go index 305ac9ee4..0bc2da42d 100755 --- a/mdk-stage1/rp-pppoe/go +++ b/mdk-stage1/rp-pppoe/go @@ -7,7 +7,7 @@ # # Copyright (C) 2000 Roaring Penguin Software Inc. # -# $Id$ +# $Id: go 195724 2001-06-11 13:49:39Z gc $ #*********************************************************************** # Figure out directory of script diff --git a/mdk-stage1/rp-pppoe/go-gui b/mdk-stage1/rp-pppoe/go-gui index ddce984fd..37e160217 100755 --- a/mdk-stage1/rp-pppoe/go-gui +++ b/mdk-stage1/rp-pppoe/go-gui @@ -7,7 +7,7 @@ # # Copyright (C) 2000 Roaring Penguin Software Inc. # -# $Id$ +# $Id: go-gui 195724 2001-06-11 13:49:39Z gc $ #*********************************************************************** # GUI only works on Linux diff --git a/mdk-stage1/rp-pppoe/gui/Makefile.in b/mdk-stage1/rp-pppoe/gui/Makefile.in index a9b0844c0..a4f95ae5a 100644 --- a/mdk-stage1/rp-pppoe/gui/Makefile.in +++ b/mdk-stage1/rp-pppoe/gui/Makefile.in @@ -10,7 +10,7 @@ # This program may be distributed according to the terms of the GNU # General Public License, version 2 or (at your option) any later version. # -# $Id$ +# $Id: Makefile.in 195724 2001-06-11 13:49:39Z gc $ #*********************************************************************** DEFINES= prefix=@prefix@ diff --git a/mdk-stage1/rp-pppoe/gui/pppoe-wrapper.1 b/mdk-stage1/rp-pppoe/gui/pppoe-wrapper.1 index 4fbf2bce2..8ffb8704e 100644 --- a/mdk-stage1/rp-pppoe/gui/pppoe-wrapper.1 +++ b/mdk-stage1/rp-pppoe/gui/pppoe-wrapper.1 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: pppoe-wrapper.1 195724 2001-06-11 13:49:39Z gc $ .TH PPPOE-WRAPPER 1 "26 February 2001" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/gui/tkpppoe.1 b/mdk-stage1/rp-pppoe/gui/tkpppoe.1 index 183476568..6239b7df5 100644 --- a/mdk-stage1/rp-pppoe/gui/tkpppoe.1 +++ b/mdk-stage1/rp-pppoe/gui/tkpppoe.1 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: tkpppoe.1 195724 2001-06-11 13:49:39Z gc $ .TH TKPPPOE 1 "26 February 2001" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/gui/tkpppoe.in b/mdk-stage1/rp-pppoe/gui/tkpppoe.in index 37dbf8cc1..9fb6d75ca 100755 --- a/mdk-stage1/rp-pppoe/gui/tkpppoe.in +++ b/mdk-stage1/rp-pppoe/gui/tkpppoe.in @@ -16,7 +16,7 @@ # #-------------------------------------------------------------- -# $Id$ +# $Id: tkpppoe.in 195724 2001-06-11 13:49:39Z gc $ # the next line restarts using wish \ umask 022; \ diff --git a/mdk-stage1/rp-pppoe/gui/wrapper.c b/mdk-stage1/rp-pppoe/gui/wrapper.c index e2b99662a..901ed9005 100644 --- a/mdk-stage1/rp-pppoe/gui/wrapper.c +++ b/mdk-stage1/rp-pppoe/gui/wrapper.c @@ -11,7 +11,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: wrapper.c 195724 2001-06-11 13:49:39Z gc $"; #define _SVID_SOURCE 1 /* For putenv */ #define _POSIX_SOURCE 1 /* For fileno */ diff --git a/mdk-stage1/rp-pppoe/man/adsl-connect.8 b/mdk-stage1/rp-pppoe/man/adsl-connect.8 index 1b34a74e5..1ace558d0 100644 --- a/mdk-stage1/rp-pppoe/man/adsl-connect.8 +++ b/mdk-stage1/rp-pppoe/man/adsl-connect.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: adsl-connect.8 195724 2001-06-11 13:49:39Z gc $ .TH ADSL-CONNECT 8 "21 February 2000" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/man/adsl-setup.8 b/mdk-stage1/rp-pppoe/man/adsl-setup.8 index 9e78fa547..f4a620af8 100644 --- a/mdk-stage1/rp-pppoe/man/adsl-setup.8 +++ b/mdk-stage1/rp-pppoe/man/adsl-setup.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: adsl-setup.8 195724 2001-06-11 13:49:39Z gc $ .TH ADSL-SETUP 8 "21 February 2000" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/man/adsl-start.8 b/mdk-stage1/rp-pppoe/man/adsl-start.8 index 87250b381..13a23ba14 100644 --- a/mdk-stage1/rp-pppoe/man/adsl-start.8 +++ b/mdk-stage1/rp-pppoe/man/adsl-start.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: adsl-start.8 195724 2001-06-11 13:49:39Z gc $ .TH ADSL-START 8 "21 February 2000" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/man/adsl-status.8 b/mdk-stage1/rp-pppoe/man/adsl-status.8 index 2114d461e..44f2093e1 100644 --- a/mdk-stage1/rp-pppoe/man/adsl-status.8 +++ b/mdk-stage1/rp-pppoe/man/adsl-status.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: adsl-status.8 195724 2001-06-11 13:49:39Z gc $ .TH ADSL-STATUS 8 "16 March 2000" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/man/adsl-stop.8 b/mdk-stage1/rp-pppoe/man/adsl-stop.8 index 2ac7fef8e..776d95d12 100644 --- a/mdk-stage1/rp-pppoe/man/adsl-stop.8 +++ b/mdk-stage1/rp-pppoe/man/adsl-stop.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: adsl-stop.8 195724 2001-06-11 13:49:39Z gc $ .TH ADSL-STOP 8 "21 February 2000" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/man/pppoe-relay.8 b/mdk-stage1/rp-pppoe/man/pppoe-relay.8 index 5f79b09a1..6a458fbd6 100644 --- a/mdk-stage1/rp-pppoe/man/pppoe-relay.8 +++ b/mdk-stage1/rp-pppoe/man/pppoe-relay.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: pppoe-relay.8 195724 2001-06-11 13:49:39Z gc $ .TH PPPOE-RELAY 8 "26 January 2001" .\"" .UC 4 diff --git a/mdk-stage1/rp-pppoe/man/pppoe-server.8 b/mdk-stage1/rp-pppoe/man/pppoe-server.8 index aacf11f1f..8e7c3f794 100644 --- a/mdk-stage1/rp-pppoe/man/pppoe-server.8 +++ b/mdk-stage1/rp-pppoe/man/pppoe-server.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: pppoe-server.8 195724 2001-06-11 13:49:39Z gc $ .TH PPPOE-SERVER 8 "3 July 2000" .\"" .UC 4 diff --git a/mdk-stage1/rp-pppoe/man/pppoe-sniff.8 b/mdk-stage1/rp-pppoe/man/pppoe-sniff.8 index 431830a22..2568d77f6 100644 --- a/mdk-stage1/rp-pppoe/man/pppoe-sniff.8 +++ b/mdk-stage1/rp-pppoe/man/pppoe-sniff.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: pppoe-sniff.8 195724 2001-06-11 13:49:39Z gc $ .TH PPPOE-SNIFF 8 "3 July 2000" .\"" .UC 4 diff --git a/mdk-stage1/rp-pppoe/man/pppoe.8 b/mdk-stage1/rp-pppoe/man/pppoe.8 index 999c3d2ed..831245693 100644 --- a/mdk-stage1/rp-pppoe/man/pppoe.8 +++ b/mdk-stage1/rp-pppoe/man/pppoe.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: pppoe.8 195724 2001-06-11 13:49:39Z gc $ .TH PPPOE 8 "3 July 2000" .UC 4 .SH NAME diff --git a/mdk-stage1/rp-pppoe/man/pppoe.conf.5 b/mdk-stage1/rp-pppoe/man/pppoe.conf.5 index 731fd98d4..36c4a388e 100644 --- a/mdk-stage1/rp-pppoe/man/pppoe.conf.5 +++ b/mdk-stage1/rp-pppoe/man/pppoe.conf.5 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: pppoe.conf.5 195724 2001-06-11 13:49:39Z gc $ .\"" .TH PPPOE.CONF 5 "21 February 2000" .UC 4 diff --git a/mdk-stage1/rp-pppoe/scripts/adsl-connect.in b/mdk-stage1/rp-pppoe/scripts/adsl-connect.in index 85dfb3d8d..26b6f0507 100755 --- a/mdk-stage1/rp-pppoe/scripts/adsl-connect.in +++ b/mdk-stage1/rp-pppoe/scripts/adsl-connect.in @@ -8,7 +8,7 @@ # # Copyright (C) 2000 Roaring Penguin Software Inc. # -# $Id$ +# $Id: adsl-connect.in 195724 2001-06-11 13:49:39Z gc $ # # This file may be distributed under the terms of the GNU General # Public License. diff --git a/mdk-stage1/rp-pppoe/scripts/adsl-setup.in b/mdk-stage1/rp-pppoe/scripts/adsl-setup.in index a8c7fa039..98e922378 100755 --- a/mdk-stage1/rp-pppoe/scripts/adsl-setup.in +++ b/mdk-stage1/rp-pppoe/scripts/adsl-setup.in @@ -7,7 +7,7 @@ # # Copyright (C) 2000 Roaring Penguin Software Inc. # -# $Id$ +# $Id: adsl-setup.in 195724 2001-06-11 13:49:39Z gc $ #*********************************************************************** # From AUTOCONF diff --git a/mdk-stage1/rp-pppoe/scripts/adsl-start.in b/mdk-stage1/rp-pppoe/scripts/adsl-start.in index 33251a851..023809eb5 100755 --- a/mdk-stage1/rp-pppoe/scripts/adsl-start.in +++ b/mdk-stage1/rp-pppoe/scripts/adsl-start.in @@ -8,7 +8,7 @@ # # Copyright (C) 2000 Roaring Penguin Software Inc. # -# $Id$ +# $Id: adsl-start.in 195724 2001-06-11 13:49:39Z gc $ # # This file may be distributed under the terms of the GNU General # Public License. diff --git a/mdk-stage1/rp-pppoe/scripts/adsl-status b/mdk-stage1/rp-pppoe/scripts/adsl-status index 18b100ab2..e76a65014 100755 --- a/mdk-stage1/rp-pppoe/scripts/adsl-status +++ b/mdk-stage1/rp-pppoe/scripts/adsl-status @@ -7,7 +7,7 @@ # # Copyright (C) 2000-2001 Roaring Penguin Software Inc. # -# $Id$ +# $Id: adsl-status 195724 2001-06-11 13:49:39Z gc $ # # This file may be distributed under the terms of the GNU General # Public License. diff --git a/mdk-stage1/rp-pppoe/scripts/adsl-stop.in b/mdk-stage1/rp-pppoe/scripts/adsl-stop.in index af0867573..055d08a01 100755 --- a/mdk-stage1/rp-pppoe/scripts/adsl-stop.in +++ b/mdk-stage1/rp-pppoe/scripts/adsl-stop.in @@ -8,7 +8,7 @@ # # Copyright (C) 2000 Roaring Penguin Software Inc. # -# $Id$ +# $Id: adsl-stop.in 195724 2001-06-11 13:49:39Z gc $ # # This file may be distributed under the terms of the GNU General # Public License. diff --git a/mdk-stage1/rp-pppoe/src/Makefile.in b/mdk-stage1/rp-pppoe/src/Makefile.in index 8eee012cb..91322233c 100644 --- a/mdk-stage1/rp-pppoe/src/Makefile.in +++ b/mdk-stage1/rp-pppoe/src/Makefile.in @@ -10,7 +10,7 @@ # This program may be distributed according to the terms of the GNU # General Public License, version 2 or (at your option) any later version. # -# $Id$ +# $Id: Makefile.in 195724 2001-06-11 13:49:39Z gc $ #*********************************************************************** # Version is set ONLY IN THE MAKEFILE! Don't delete this! diff --git a/mdk-stage1/rp-pppoe/src/common.c b/mdk-stage1/rp-pppoe/src/common.c index b6e43996b..0e847fdfd 100644 --- a/mdk-stage1/rp-pppoe/src/common.c +++ b/mdk-stage1/rp-pppoe/src/common.c @@ -14,7 +14,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: common.c 212191 2005-05-06 06:30:51Z rgarciasuarez $"; #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/debug.c b/mdk-stage1/rp-pppoe/src/debug.c index 052dca6c7..c279e1197 100644 --- a/mdk-stage1/rp-pppoe/src/debug.c +++ b/mdk-stage1/rp-pppoe/src/debug.c @@ -14,7 +14,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: debug.c 195724 2001-06-11 13:49:39Z gc $"; #include "pppoe.h" #include <sys/time.h> diff --git a/mdk-stage1/rp-pppoe/src/discovery.c b/mdk-stage1/rp-pppoe/src/discovery.c index fc3568db5..74eeacc3b 100644 --- a/mdk-stage1/rp-pppoe/src/discovery.c +++ b/mdk-stage1/rp-pppoe/src/discovery.c @@ -9,7 +9,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: discovery.c 195724 2001-06-11 13:49:39Z gc $"; #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/if.c b/mdk-stage1/rp-pppoe/src/if.c index fec09b273..07203b116 100644 --- a/mdk-stage1/rp-pppoe/src/if.c +++ b/mdk-stage1/rp-pppoe/src/if.c @@ -14,7 +14,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: if.c 195724 2001-06-11 13:49:39Z gc $"; #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/plugin.c b/mdk-stage1/rp-pppoe/src/plugin.c index d1097e291..aefa0ca6f 100644 --- a/mdk-stage1/rp-pppoe/src/plugin.c +++ b/mdk-stage1/rp-pppoe/src/plugin.c @@ -22,7 +22,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: plugin.c 195724 2001-06-11 13:49:39Z gc $"; #define _GNU_SOURCE 1 #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/ppp.c b/mdk-stage1/rp-pppoe/src/ppp.c index 72020a76c..ffd2c835e 100644 --- a/mdk-stage1/rp-pppoe/src/ppp.c +++ b/mdk-stage1/rp-pppoe/src/ppp.c @@ -14,7 +14,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: ppp.c 195724 2001-06-11 13:49:39Z gc $"; #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/pppoe-server.c b/mdk-stage1/rp-pppoe/src/pppoe-server.c index e43e63553..b53952b81 100644 --- a/mdk-stage1/rp-pppoe/src/pppoe-server.c +++ b/mdk-stage1/rp-pppoe/src/pppoe-server.c @@ -9,12 +9,12 @@ * This program may be distributed according to the terms of the GNU * General Public License, version 2 or (at your option) any later version. * -* $Id$ +* $Id: pppoe-server.c 195724 2001-06-11 13:49:39Z gc $ * ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: pppoe-server.c 195724 2001-06-11 13:49:39Z gc $"; #include "config.h" diff --git a/mdk-stage1/rp-pppoe/src/pppoe-sniff.c b/mdk-stage1/rp-pppoe/src/pppoe-sniff.c index aa796547b..8a11b05c2 100644 --- a/mdk-stage1/rp-pppoe/src/pppoe-sniff.c +++ b/mdk-stage1/rp-pppoe/src/pppoe-sniff.c @@ -13,7 +13,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: pppoe-sniff.c 195724 2001-06-11 13:49:39Z gc $"; #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/pppoe.c b/mdk-stage1/rp-pppoe/src/pppoe.c index 26cb4b07b..8d383d38c 100644 --- a/mdk-stage1/rp-pppoe/src/pppoe.c +++ b/mdk-stage1/rp-pppoe/src/pppoe.c @@ -12,7 +12,7 @@ ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: pppoe.c 224882 2007-07-16 22:03:12Z blino $"; #include "pppoe.h" diff --git a/mdk-stage1/rp-pppoe/src/pppoe.h b/mdk-stage1/rp-pppoe/src/pppoe.h index da300c17d..21e58ca99 100644 --- a/mdk-stage1/rp-pppoe/src/pppoe.h +++ b/mdk-stage1/rp-pppoe/src/pppoe.h @@ -9,7 +9,7 @@ * This program may be distributed according to the terms of the GNU * General Public License, version 2 or (at your option) any later version. * -* $Id$ +* $Id: pppoe.h 195724 2001-06-11 13:49:39Z gc $ * ***********************************************************************/ diff --git a/mdk-stage1/rp-pppoe/src/relay.c b/mdk-stage1/rp-pppoe/src/relay.c index 9738cb8a8..c42669b05 100644 --- a/mdk-stage1/rp-pppoe/src/relay.c +++ b/mdk-stage1/rp-pppoe/src/relay.c @@ -9,11 +9,11 @@ * This program may be distributed according to the terms of the GNU * General Public License, version 2 or (at your option) any later version. * -* $Id$ +* $Id: relay.c 195724 2001-06-11 13:49:39Z gc $ * ***********************************************************************/ static char const RCSID[] = -"$Id$"; +"$Id: relay.c 195724 2001-06-11 13:49:39Z gc $"; #define _GNU_SOURCE 1 /* For SA_RESTART */ diff --git a/mdk-stage1/rp-pppoe/src/relay.h b/mdk-stage1/rp-pppoe/src/relay.h index d438a657f..232357a31 100644 --- a/mdk-stage1/rp-pppoe/src/relay.h +++ b/mdk-stage1/rp-pppoe/src/relay.h @@ -9,7 +9,7 @@ * This program may be distributed according to the terms of the GNU * General Public License, version 2 or (at your option) any later version. * -* $Id$ +* $Id: relay.h 195724 2001-06-11 13:49:39Z gc $ * ***********************************************************************/ diff --git a/mdk-stage1/usb-resource/Makefile b/mdk-stage1/usb-resource/Makefile index 9c192920c..24dc14e40 100644 --- a/mdk-stage1/usb-resource/Makefile +++ b/mdk-stage1/usb-resource/Makefile @@ -1,6 +1,6 @@ #****************************************************************************** # - # $Id$ + # $Id: Makefile 253685 2009-03-06 14:27:29Z tv $ # # Guillaume Cottenceau (gc@mandriva.com) # |