From 2fe24ce34c5d2a43ff9e14703c64d3b638efe65d Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 5 Oct 2003 12:26:09 +0000 Subject: test branch git-svn-id: http://opensvn.csie.org/pttbbs/branches/test@1218 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/include/gomo.h | 2 +- pttbbs/include/perm.h | 2 +- pttbbs/mbbsd/args.c | 2 +- pttbbs/mbbsd/bbcall.c | 2 +- pttbbs/mbbsd/calendar.c | 2 +- pttbbs/mbbsd/card.c | 2 +- pttbbs/mbbsd/dark.c | 2 +- pttbbs/mbbsd/kaede.c | 2 +- pttbbs/mbbsd/lovepaper.c | 2 +- pttbbs/mbbsd/syspost.c | 2 +- pttbbs/mbbsd/topsong.c | 2 +- pttbbs/mbbsd/vice.c | 2 +- pttbbs/mbbsd/vote.c | 2 +- pttbbs/pttpi/cgi/Makefile | 2 +- pttbbs/pttpi/cgi/pttpi.c | 2 +- pttbbs/pttpi/cgi/t/article.list.pl | 2 +- pttbbs/pttpi/cgi/t/article.readfn.pl | 2 +- pttbbs/pttpi/cgi/t/board.getBid.pl | 2 +- pttbbs/pttpi/cgi/t/board.getBrdInfo.pl | 2 +- pttbbs/pttpi/cgi/t/board.getNarticle.pl | 2 +- pttbbs/pttpi/cgi/t/class.list.pl | 2 +- pttbbs/staticweb/index.pl | 2 +- pttbbs/util/xchatd.h | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/pttbbs/include/gomo.h b/pttbbs/include/gomo.h index e2a5a5ca..30556aa9 100644 --- a/pttbbs/include/gomo.h +++ b/pttbbs/include/gomo.h @@ -1,4 +1,4 @@ -/* $Id: gomo.h,v 1.2 2002/06/04 13:07:12 in2 Exp $ */ +/* $Id$ */ #ifndef _INCLUDE_GOMO_H #define _INCLUDE_GOMO_H diff --git a/pttbbs/include/perm.h b/pttbbs/include/perm.h index 607201b7..d2e31ddd 100644 --- a/pttbbs/include/perm.h +++ b/pttbbs/include/perm.h @@ -1,4 +1,4 @@ -/* $Id: perm.h,v 1.2 2003/03/15 03:33:16 in2 Exp $ */ +/* $Id$ */ #ifndef INCLUDE_PERM_H #define INCLUDE_PERM_H diff --git a/pttbbs/mbbsd/args.c b/pttbbs/mbbsd/args.c index bf36827b..32156517 100644 --- a/pttbbs/mbbsd/args.c +++ b/pttbbs/mbbsd/args.c @@ -1,4 +1,4 @@ -/* $Id: args.c,v 1.8 2003/06/26 01:04:03 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" #ifdef HAVE_SETPROCTITLE diff --git a/pttbbs/mbbsd/bbcall.c b/pttbbs/mbbsd/bbcall.c index 93fe499d..12d3ec06 100644 --- a/pttbbs/mbbsd/bbcall.c +++ b/pttbbs/mbbsd/bbcall.c @@ -1,4 +1,4 @@ -/* $Id: bbcall.c,v 1.9 2003/06/28 08:44:03 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" #define SERVER_0941 "www.chips.com.tw" diff --git a/pttbbs/mbbsd/calendar.c b/pttbbs/mbbsd/calendar.c index 67524a91..3faed16a 100644 --- a/pttbbs/mbbsd/calendar.c +++ b/pttbbs/mbbsd/calendar.c @@ -1,4 +1,4 @@ -/* $Id: calendar.c,v 1.8 2003/01/16 11:58:04 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" typedef struct event_t { diff --git a/pttbbs/mbbsd/card.c b/pttbbs/mbbsd/card.c index 55102df5..2ed12260 100644 --- a/pttbbs/mbbsd/card.c +++ b/pttbbs/mbbsd/card.c @@ -1,4 +1,4 @@ -/* $Id: card.c,v 1.6 2002/07/22 19:02:00 in2 Exp $ */ +/* $Id$ */ #include "bbs.h" static int diff --git a/pttbbs/mbbsd/dark.c b/pttbbs/mbbsd/dark.c index 4c9c6486..71058894 100644 --- a/pttbbs/mbbsd/dark.c +++ b/pttbbs/mbbsd/dark.c @@ -1,4 +1,4 @@ -/* $Id: dark.c,v 1.8 2002/07/22 19:02:00 in2 Exp $ */ +/* $Id$ */ #include "bbs.h" #define RED 1 diff --git a/pttbbs/mbbsd/kaede.c b/pttbbs/mbbsd/kaede.c index 8b9d859e..8ab1fe95 100644 --- a/pttbbs/mbbsd/kaede.c +++ b/pttbbs/mbbsd/kaede.c @@ -1,4 +1,4 @@ -/* $Id: kaede.c,v 1.15 2003/06/28 08:52:18 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" char * diff --git a/pttbbs/mbbsd/lovepaper.c b/pttbbs/mbbsd/lovepaper.c index 1ab87944..826f6eb4 100644 --- a/pttbbs/mbbsd/lovepaper.c +++ b/pttbbs/mbbsd/lovepaper.c @@ -1,4 +1,4 @@ -/* $Id: lovepaper.c,v 1.11 2003/01/19 16:06:06 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" #define DATA "etc/lovepaper.dat" diff --git a/pttbbs/mbbsd/syspost.c b/pttbbs/mbbsd/syspost.c index 8fdc361c..39ccf97e 100644 --- a/pttbbs/mbbsd/syspost.c +++ b/pttbbs/mbbsd/syspost.c @@ -1,4 +1,4 @@ -/* $Id: syspost.c,v 1.18 2003/01/19 16:06:06 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" int diff --git a/pttbbs/mbbsd/topsong.c b/pttbbs/mbbsd/topsong.c index 015f7de5..81f4d0c6 100644 --- a/pttbbs/mbbsd/topsong.c +++ b/pttbbs/mbbsd/topsong.c @@ -1,4 +1,4 @@ -/* $Id: topsong.c,v 1.6 2002/07/27 10:04:34 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" #define MAX_SONGS 300 diff --git a/pttbbs/mbbsd/vice.c b/pttbbs/mbbsd/vice.c index e774479c..d66f498d 100644 --- a/pttbbs/mbbsd/vice.c +++ b/pttbbs/mbbsd/vice.c @@ -1,4 +1,4 @@ -/* $Id: vice.c,v 1.9 2003/06/28 08:49:26 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" #define VICE_PLAY BBSHOME "/etc/vice/vice.play" diff --git a/pttbbs/mbbsd/vote.c b/pttbbs/mbbsd/vote.c index 9304a697..0d5bd1c8 100644 --- a/pttbbs/mbbsd/vote.c +++ b/pttbbs/mbbsd/vote.c @@ -1,4 +1,4 @@ -/* $Id: vote.c,v 1.20 2003/07/06 23:09:25 kcwu Exp $ */ +/* $Id$ */ #include "bbs.h" static int total; diff --git a/pttbbs/pttpi/cgi/Makefile b/pttbbs/pttpi/cgi/Makefile index 42613de3..8b7b61a1 100644 --- a/pttbbs/pttpi/cgi/Makefile +++ b/pttbbs/pttpi/cgi/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2003/05/19 01:33:00 in2 Exp $ +# $Id$ .include "../../pttbbs.mk" diff --git a/pttbbs/pttpi/cgi/pttpi.c b/pttbbs/pttpi/cgi/pttpi.c index 1e452f68..28ec6197 100644 --- a/pttbbs/pttpi/cgi/pttpi.c +++ b/pttbbs/pttpi/cgi/pttpi.c @@ -1,4 +1,4 @@ -/* $Id: pttpi.c,v 1.5 2003/05/19 05:15:36 in2 Exp $ */ +/* $Id$ */ #include "bbs.h" #include "pierr.h" #include diff --git a/pttbbs/pttpi/cgi/t/article.list.pl b/pttbbs/pttpi/cgi/t/article.list.pl index 27370aa1..9943741a 100644 --- a/pttbbs/pttpi/cgi/t/article.list.pl +++ b/pttbbs/pttpi/cgi/t/article.list.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: article.list.pl,v 1.1 2003/05/19 02:04:14 in2 Exp $ +# $Id$ use Frontier::Client; use Frontier::RPC2; use MIME::Base64; diff --git a/pttbbs/pttpi/cgi/t/article.readfn.pl b/pttbbs/pttpi/cgi/t/article.readfn.pl index e2d0bc27..805948ff 100644 --- a/pttbbs/pttpi/cgi/t/article.readfn.pl +++ b/pttbbs/pttpi/cgi/t/article.readfn.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: article.readfn.pl,v 1.1 2003/05/19 02:06:34 in2 Exp $ +# $Id$ use Frontier::Client; use Frontier::RPC2; use MIME::Base64; diff --git a/pttbbs/pttpi/cgi/t/board.getBid.pl b/pttbbs/pttpi/cgi/t/board.getBid.pl index a628da4e..0e542f5c 100644 --- a/pttbbs/pttpi/cgi/t/board.getBid.pl +++ b/pttbbs/pttpi/cgi/t/board.getBid.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: board.getBid.pl,v 1.1 2003/05/19 01:57:22 in2 Exp $ +# $Id$ use Frontier::Client; use Data::Dumper; do 'host.pl'; diff --git a/pttbbs/pttpi/cgi/t/board.getBrdInfo.pl b/pttbbs/pttpi/cgi/t/board.getBrdInfo.pl index 7870e386..4de62ca2 100644 --- a/pttbbs/pttpi/cgi/t/board.getBrdInfo.pl +++ b/pttbbs/pttpi/cgi/t/board.getBrdInfo.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: board.getBrdInfo.pl,v 1.1 2003/05/19 01:58:27 in2 Exp $ +# $Id$ use Frontier::Client; use Frontier::RPC2; use MIME::Base64; diff --git a/pttbbs/pttpi/cgi/t/board.getNarticle.pl b/pttbbs/pttpi/cgi/t/board.getNarticle.pl index a5fb56a1..1cc0a422 100644 --- a/pttbbs/pttpi/cgi/t/board.getNarticle.pl +++ b/pttbbs/pttpi/cgi/t/board.getNarticle.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: board.getNarticle.pl,v 1.1 2003/05/19 02:01:15 in2 Exp $ +# $Id$ use Frontier::Client; use Frontier::RPC2; use MIME::Base64; diff --git a/pttbbs/pttpi/cgi/t/class.list.pl b/pttbbs/pttpi/cgi/t/class.list.pl index 9e10932b..f328caf3 100644 --- a/pttbbs/pttpi/cgi/t/class.list.pl +++ b/pttbbs/pttpi/cgi/t/class.list.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: class.list.pl,v 1.1 2003/05/19 02:02:52 in2 Exp $ +# $Id$ use Frontier::Client; use Frontier::RPC2; use MIME::Base64; diff --git a/pttbbs/staticweb/index.pl b/pttbbs/staticweb/index.pl index cb475725..b0e53c24 100755 --- a/pttbbs/staticweb/index.pl +++ b/pttbbs/staticweb/index.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: index.pl,v 1.5 2003/07/15 09:07:27 in2 Exp $ +# $Id$ use lib qw/./; use LocalVars; use CGI qw/:standard/; diff --git a/pttbbs/util/xchatd.h b/pttbbs/util/xchatd.h index d0a6e1e4..fed869eb 100644 --- a/pttbbs/util/xchatd.h +++ b/pttbbs/util/xchatd.h @@ -1,4 +1,4 @@ -/* $Id: xchatd.h,v 1.1 2002/03/07 15:13:46 in2 Exp $ */ +/* $Id$ */ #ifndef _XCHAT_H_ #define _XCHAT_H_ -- cgit v1.2.3