From b6d0c160695778081b012f34f3beed78bd7cd36d Mon Sep 17 00:00:00 2001 From: Nathan Bryant Date: Wed, 4 Nov 1998 19:51:21 +0000 Subject: [PATCH] * added RCS Id keyword strings to sources --- citadel/ChangeLog | 3 +++ citadel/aidepost.c | 1 + citadel/citadel.c | 2 +- citadel/citserver.c | 1 + citadel/client_chat.c | 2 ++ citadel/commands.c | 2 ++ citadel/config.c | 2 ++ citadel/control.c | 2 ++ citadel/cux2ascii.c | 3 +++ citadel/database.c | 2 ++ citadel/dynloader.c | 2 ++ citadel/file_ops.c | 1 + citadel/housekeeping.c | 1 + citadel/import.c | 1 + citadel/internetmail.c | 1 + citadel/ipc_c_tcp.c | 2 +- citadel/locate_host.c | 1 + citadel/logging.c | 1 + citadel/mailinglist.c | 2 +- citadel/messages.c | 1 + citadel/msgbase.c | 1 + citadel/msgform.c | 2 +- citadel/netmailer.c | 2 +- citadel/netpoll.c | 1 + citadel/netproc.c | 1 + citadel/netsetup.c | 2 +- citadel/policy.c | 1 + citadel/proxy.c | 1 + citadel/rcit.c | 2 +- citadel/readlog.c | 1 + citadel/room_ops.c | 1 + citadel/rooms.c | 1 + citadel/routines.c | 1 + citadel/routines2.c | 1 + citadel/serv_chat.c | 1 + citadel/serv_info.c | 2 +- citadel/serv_test.c | 1 + citadel/serv_upgrade.c | 2 ++ citadel/setup.c | 1 + citadel/snprintf.c | 2 ++ citadel/stats.c | 1 + citadel/support.c | 1 + citadel/sysdep.c | 2 ++ citadel/tools.c | 1 + citadel/user_ops.c | 2 ++ citadel/userlist.c | 1 + citadel/userpurge.c | 2 +- citadel/whobbs.c | 1 + 48 files changed, 62 insertions(+), 9 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index a709cd375..7a8984434 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,3 +1,6 @@ +1998-11-04 Nathan Bryant + * added RCS Id keyword strings to sources + Wed Nov 4 10:53:13 EST 1998 Art Cancro * messages.c: temporarily set screenwidth to a fixed value of 80 during

rint operations. diff --git a/citadel/aidepost.c b/citadel/aidepost.c index e2c48f832..acb4ba38e 100644 --- a/citadel/aidepost.c +++ b/citadel/aidepost.c @@ -1,6 +1,7 @@ /* aidepost.c * This is just a little hack to copy standard input to a message in Aide> * v1.6 + * $Id$ */ #include diff --git a/citadel/citadel.c b/citadel/citadel.c index 2eee6515c..393c178f5 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -2,7 +2,7 @@ * Citadel/UX * * citadel.c - Main source file. - * + * $Id$ */ #include "sysdep.h" diff --git a/citadel/citserver.c b/citadel/citserver.c index a3b9e2c63..fc58d166b 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/client_chat.c b/citadel/client_chat.c index 36b20ed11..bfe288df8 100644 --- a/citadel/client_chat.c +++ b/citadel/client_chat.c @@ -4,6 +4,8 @@ * client_chat.c -- front end for chat mode * (the "single process" version - no more fork() anymore) * + * $Id$ + * */ #include "sysdep.h" diff --git a/citadel/commands.c b/citadel/commands.c index 7b385ac14..50bf0e7c6 100644 --- a/citadel/commands.c +++ b/citadel/commands.c @@ -5,6 +5,8 @@ * * This version is the traditional command parser for room prompts. * + * $Id$ + * */ #include "sysdep.h" diff --git a/citadel/config.c b/citadel/config.c index 6e1c6a9e8..940e8beb3 100644 --- a/citadel/config.c +++ b/citadel/config.c @@ -1,6 +1,8 @@ /* * This function reads the citadel.config file. It should be called at * the beginning of EVERY Citadel program. + * + * $Id$ */ #include "sysdep.h" diff --git a/citadel/control.c b/citadel/control.c index a093728d5..540863412 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -3,6 +3,8 @@ * * This module handles states which are global to the entire server. * + * $Id$ + * */ #include diff --git a/citadel/cux2ascii.c b/citadel/cux2ascii.c index 010a8f33b..8c78e8ec9 100644 --- a/citadel/cux2ascii.c +++ b/citadel/cux2ascii.c @@ -4,6 +4,9 @@ * * This program is a filter which converts Citadel/UX binary message format * to standard UseNet news format. Useful for Citadel<->News gateways. + * + * $Id$ + * */ #include diff --git a/citadel/database.c b/citadel/database.c index 8b0943c3d..7fa9a9039 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -1,6 +1,8 @@ /* * This file contains a set of abstractions that allow Citadel to plug into any * record manager or database system for its data store. + * + * $Id$ */ diff --git a/citadel/dynloader.c b/citadel/dynloader.c index 92dc1c2aa..ceb015e7a 100644 --- a/citadel/dynloader.c +++ b/citadel/dynloader.c @@ -4,6 +4,8 @@ * Written by Brian Costello * btx@calyx.net * + * $Id$ + * ******************************************************/ diff --git a/citadel/file_ops.c b/citadel/file_ops.c index bfda895eb..866ed0978 100644 --- a/citadel/file_ops.c +++ b/citadel/file_ops.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/housekeeping.c b/citadel/housekeeping.c index f54e3122f..42bab2eee 100644 --- a/citadel/housekeeping.c +++ b/citadel/housekeeping.c @@ -2,6 +2,7 @@ * This file contains housekeeping tasks which periodically * need to be executed. * + * $Id$ */ #include diff --git a/citadel/import.c b/citadel/import.c index 8cbd5a656..812d8eccc 100644 --- a/citadel/import.c +++ b/citadel/import.c @@ -1,3 +1,4 @@ +/* $Id$ */ /* cc import.c database.o control.o -lgdbm -o import */ #include diff --git a/citadel/internetmail.c b/citadel/internetmail.c index 17b18fca2..2757ab5f4 100644 --- a/citadel/internetmail.c +++ b/citadel/internetmail.c @@ -2,6 +2,7 @@ * Internet mail configurator for Citadel/UX * see copyright.doc for copyright information * + * $Id$ */ #include diff --git a/citadel/ipc_c_tcp.c b/citadel/ipc_c_tcp.c index 53609d48e..3c56c26ba 100644 --- a/citadel/ipc_c_tcp.c +++ b/citadel/ipc_c_tcp.c @@ -3,7 +3,7 @@ * * Citadel/UX client/server IPC - client module using TCP/IP * - * version 1.3 + * version 1.3 $Id$ * */ diff --git a/citadel/locate_host.c b/citadel/locate_host.c index e4708cdf9..9ca4e0e8c 100644 --- a/citadel/locate_host.c +++ b/citadel/locate_host.c @@ -1,5 +1,6 @@ /* * locate the originating host + * $Id$ */ #include diff --git a/citadel/logging.c b/citadel/logging.c index e76827036..f485d82fa 100644 --- a/citadel/logging.c +++ b/citadel/logging.c @@ -1,5 +1,6 @@ /* * Everything which needs some logging... + * $Id$ */ #include diff --git a/citadel/mailinglist.c b/citadel/mailinglist.c index 807468d51..9c839b771 100644 --- a/citadel/mailinglist.c +++ b/citadel/mailinglist.c @@ -1,5 +1,5 @@ /* - * mailinglist.c + * $Id$ * * This program is designed to be a filter which allows two-way interaction * between a traditional e-mail mailing list and a Citadel room. diff --git a/citadel/messages.c b/citadel/messages.c index bdc4b6912..0039e2188 100644 --- a/citadel/messages.c +++ b/citadel/messages.c @@ -1,6 +1,7 @@ /* * Citadel/UX message support routines * see copyright.txt for copyright information + * $Id$ */ #include diff --git a/citadel/msgbase.c b/citadel/msgbase.c index c683a6bdf..fd5abcb41 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/msgform.c b/citadel/msgform.c index 26f6d614b..94ddb0971 100644 --- a/citadel/msgform.c +++ b/citadel/msgform.c @@ -1,5 +1,5 @@ /* - * msgform.c v2.1 + * msgform.c v2.1 $Id$ * see copyright.doc for copyright information * * This is simply a filter that converts Citadel binary message format diff --git a/citadel/netmailer.c b/citadel/netmailer.c index 3124fea6f..91b0573db 100644 --- a/citadel/netmailer.c +++ b/citadel/netmailer.c @@ -3,7 +3,7 @@ * see copyright.doc for copyright information * * netproc calls this to export Citadel mail to RFC822-compliant mailers. - * + * $Id$ */ #include diff --git a/citadel/netpoll.c b/citadel/netpoll.c index 352471dbc..2a25d12c5 100644 --- a/citadel/netpoll.c +++ b/citadel/netpoll.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/netproc.c b/citadel/netproc.c index 38ec8711a..a91b0473b 100644 --- a/citadel/netproc.c +++ b/citadel/netproc.c @@ -2,6 +2,7 @@ * Citadel/UX Intelligent Network Processor for IGnet/Open networks v3.6 * Designed and written by Art Cancro @ Uncensored Communications Group * See copyright.txt for copyright information + * $Id$ */ /* diff --git a/citadel/netsetup.c b/citadel/netsetup.c index 023576abc..2542c3134 100644 --- a/citadel/netsetup.c +++ b/citadel/netsetup.c @@ -1,5 +1,5 @@ /* - * netsetup.c + * $Id$ * * Copyright (c) 1998 Art Cancro * diff --git a/citadel/policy.c b/citadel/policy.c index a52beb78e..961a41012 100644 --- a/citadel/policy.c +++ b/citadel/policy.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/proxy.c b/citadel/proxy.c index fd2750033..13c20d2ab 100644 --- a/citadel/proxy.c +++ b/citadel/proxy.c @@ -1,6 +1,7 @@ /* * Session layer proxy for Citadel * (c) 1998 by Art Cancro, All Rights Reserved, released under GNU GPL v2 + * $Id$ */ /* diff --git a/citadel/rcit.c b/citadel/rcit.c index 71767ea3e..60c073dc8 100644 --- a/citadel/rcit.c +++ b/citadel/rcit.c @@ -1,6 +1,6 @@ #define UNCOMPRESS "/usr/bin/gunzip" -/* Citadel/UX rcit +/* Citadel/UX rcit $Id$ * version 2.9 * * This program functions the same as the standard rnews program for diff --git a/citadel/readlog.c b/citadel/readlog.c index e7b286ed6..6fc67aa3f 100644 --- a/citadel/readlog.c +++ b/citadel/readlog.c @@ -1,5 +1,6 @@ /* * readlog.c (a simple program to parse citadel.log) + * $Id$ */ #include diff --git a/citadel/room_ops.c b/citadel/room_ops.c index b15d04c90..77ed9b28e 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/rooms.c b/citadel/rooms.c index 324a9b8e0..821a3a6cb 100644 --- a/citadel/rooms.c +++ b/citadel/rooms.c @@ -1,4 +1,5 @@ /* Citadel/UX room-oriented routines */ +/* $Id$ */ #include #include diff --git a/citadel/routines.c b/citadel/routines.c index 8573ff286..9cb387ef1 100644 --- a/citadel/routines.c +++ b/citadel/routines.c @@ -1,4 +1,5 @@ /* Citadel/UX support routines */ +/* $Id$ */ #include "sysdep.h" #include diff --git a/citadel/routines2.c b/citadel/routines2.c index db4bed559..e6c3fe3c6 100644 --- a/citadel/routines2.c +++ b/citadel/routines2.c @@ -1,5 +1,6 @@ /* More Citadel/UX routines... * unlike routines.c, some of these DO use global variables. + * $Id$ */ #include diff --git a/citadel/serv_chat.c b/citadel/serv_chat.c index d248a07e5..022ce07aa 100644 --- a/citadel/serv_chat.c +++ b/citadel/serv_chat.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/serv_info.c b/citadel/serv_info.c index 399f5ab6e..19074bb96 100644 --- a/citadel/serv_info.c +++ b/citadel/serv_info.c @@ -1,5 +1,5 @@ /* - * serv_info.c + * $Id$ * * The CtdlGetServerInfo() function is useful for */ diff --git a/citadel/serv_test.c b/citadel/serv_test.c index bec09516f..f0496963c 100644 --- a/citadel/serv_test.c +++ b/citadel/serv_test.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/serv_upgrade.c b/citadel/serv_upgrade.c index 563d4e608..8f39b2b8f 100644 --- a/citadel/serv_upgrade.c +++ b/citadel/serv_upgrade.c @@ -3,6 +3,8 @@ * an older version of Citadel, or a different hardware architecture, or * whatever. You should only run an import when your installed system is * brand new and _empty_ !! + * + * $Id$ */ #include diff --git a/citadel/setup.c b/citadel/setup.c index df197f57c..172da2657 100644 --- a/citadel/setup.c +++ b/citadel/setup.c @@ -1,5 +1,6 @@ /* * Citadel/UX setup program + * $Id$ * * *** YOU MUST EDIT sysconfig.h >BEFORE< COMPILING SETUP *** */ diff --git a/citadel/snprintf.c b/citadel/snprintf.c index 693a2592e..d4c39ba2f 100644 --- a/citadel/snprintf.c +++ b/citadel/snprintf.c @@ -1,6 +1,8 @@ /* * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997 * --nathan bryant + * + * $Id$ */ /* diff --git a/citadel/stats.c b/citadel/stats.c index 7bb392eed..c88a166a2 100644 --- a/citadel/stats.c +++ b/citadel/stats.c @@ -1,4 +1,5 @@ /* Citadel/UX call log stats program + * $Id$ */ #include #include diff --git a/citadel/support.c b/citadel/support.c index ea4c39edb..6bcf9c485 100644 --- a/citadel/support.c +++ b/citadel/support.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/sysdep.c b/citadel/sysdep.c index bf47cd580..633720f85 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -2,6 +2,8 @@ * Citadel/UX "system dependent" stuff. * See copyright.txt for copyright information. * + * $Id$ + * * Here's where we (hopefully) have all the parts of the Citadel server that * would need to be altered to run the server in a non-POSIX environment. * Wherever possible, we use function wrappers and type definitions to create diff --git a/citadel/tools.c b/citadel/tools.c index a92286680..c2d216ada 100644 --- a/citadel/tools.c +++ b/citadel/tools.c @@ -1,5 +1,6 @@ /* * tools.c -- Miscellaneous routines used by both the client and server. + * $Id$ */ #include diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 41ce4a8c9..bae201296 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -1,3 +1,5 @@ +/* $Id$ */ + /* needed to properly enable crypt() stuff on some systems */ #define _XOPEN_SOURCE /* needed for str[n]casecmp() on some systems if the above is defined */ diff --git a/citadel/userlist.c b/citadel/userlist.c index 1551daa9b..effccf59f 100644 --- a/citadel/userlist.c +++ b/citadel/userlist.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include diff --git a/citadel/userpurge.c b/citadel/userpurge.c index 402b8483e..c7603722e 100644 --- a/citadel/userpurge.c +++ b/citadel/userpurge.c @@ -1,5 +1,5 @@ /* - * userpurge.c + * $Id$ * * This program is a server extension which purges the user file of any user * who has not logged in for a period of time, or who has elected to delete diff --git a/citadel/whobbs.c b/citadel/whobbs.c index 8da855803..0dfaef948 100644 --- a/citadel/whobbs.c +++ b/citadel/whobbs.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include #include #include -- 2.30.2