From 9a4b247450aa361f6a5c905a1424bc0dcc92f26e Mon Sep 17 00:00:00 2001 Message-Id: <9a4b247450aa361f6a5c905a1424bc0dcc92f26e.1715661514.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 8 Apr 2004 01:36:29 +0000 Subject: [PATCH] Expunge revision histories in files. Organization: Straylight/Edgeware From: mdw --- locking.c | 22 +--------------------- qmail-checkspam.c | 10 +--------- splitconf | 2 +- 3 files changed, 3 insertions(+), 31 deletions(-) diff --git a/locking.c b/locking.c index 5aed6da..2e61f0d 100644 --- a/locking.c +++ b/locking.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: locking.c,v 1.2 2003/10/09 15:15:42 mdw Exp $ + * $Id: locking.c,v 1.3 2004/04/08 01:36:26 mdw Exp $ * * Lock a file, run a program * @@ -26,26 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: locking.c,v $ - * Revision 1.2 2003/10/09 15:15:42 mdw - * Missed a paren. Un-`toys'-ify. - * - * Revision 1.1 2003/10/09 15:05:34 mdw - * Lots of stuff. - * - * Revision 1.3 2003/09/24 14:58:08 mdw - * Fix options parsing again. - * - * Revision 1.2 2003/09/24 14:14:03 mdw - * Fix option handling behaviour. - * - * Revision 1.1 2003/05/11 13:30:04 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/qmail-checkspam.c b/qmail-checkspam.c index de9c425..578dcf8 100644 --- a/qmail-checkspam.c +++ b/qmail-checkspam.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: qmail-checkspam.c,v 1.1 2003/10/01 00:08:57 mdw Exp $ + * $Id: qmail-checkspam.c,v 1.2 2004/04/08 01:36:26 mdw Exp $ * * Filter messages for spam * @@ -24,14 +24,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: qmail-checkspam.c,v $ - * Revision 1.1 2003/10/01 00:08:57 mdw - * Collection of miscellaneous ill-documented tools. - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/splitconf b/splitconf index 80c4e43..0b2f672 100755 --- a/splitconf +++ b/splitconf @@ -19,7 +19,7 @@ proc die {msg} { proc usage {file} { global argv0 puts $file "Usage: \n\ - $argv0 [-s] FILE\n + $argv0 \[-s\] FILE\n $argv0 -u OUTPUT FILE FILE ..." } -- [mdw]