diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/ctm | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.sbin/ctm')
| -rw-r--r-- | usr.sbin/ctm/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/Makefile.inc | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/README | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm.1 | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm.h | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_ed.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_input.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_pass1.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_pass2.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_pass3.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_passb.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm/ctm_syntax.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm_rmail/ctm_rmail.1 | 2 | ||||
| -rw-r--r-- | usr.sbin/ctm/ctm_smail/ctm_smail.c | 2 | ||||
| -rwxr-xr-x | usr.sbin/ctm/mkCTM/dequeue | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/usr.sbin/ctm/Makefile b/usr.sbin/ctm/Makefile index e607e268bccc..88f0c44d44ee 100644 --- a/usr.sbin/ctm/Makefile +++ b/usr.sbin/ctm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/07/01 21:59:22 gpalmer Exp $ +# $Id: Makefile,v 1.3.2.1 1998/07/18 11:09:32 jkh Exp $ SUBDIR= ctm ctm_rmail ctm_smail ctm_dequeue diff --git a/usr.sbin/ctm/Makefile.inc b/usr.sbin/ctm/Makefile.inc index 2ecf88423934..1ec0270afb37 100644 --- a/usr.sbin/ctm/Makefile.inc +++ b/usr.sbin/ctm/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1995/01/31 19:09:38 phk Exp $ .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/ctm/README b/usr.sbin/ctm/README index 87e9b04a5ed2..09a9caac2bd1 100644 --- a/usr.sbin/ctm/README +++ b/usr.sbin/ctm/README @@ -5,7 +5,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id: README,v 1.4 1994/09/22 02:49:07 phk Exp $ +# $Id: README,v 1.4.8.1 1998/07/18 11:09:35 jkh Exp $ # What will I not find in this file ? diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile index 0d1e044d2ecf..27bb0d6febd7 100644 --- a/usr.sbin/ctm/ctm/Makefile +++ b/usr.sbin/ctm/ctm/Makefile @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id: Makefile,v 1.9 1995/07/12 18:35:22 bde Exp $ +# $Id: Makefile,v 1.10 1996/08/30 10:20:47 phk Exp $ # PROG= ctm diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index 6cb168323a98..4eea53ec9b24 100644 --- a/usr.sbin/ctm/ctm/ctm.1 +++ b/usr.sbin/ctm/ctm/ctm.1 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $Id: ctm.1,v 1.9.2.2 1997/09/18 06:23:11 charnier Exp $ +.\" $Id: ctm.1,v 1.9.2.3 1998/07/18 11:09:42 jkh Exp $ .\" .Dd Mar 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5 index 93a144992fea..646cbfb56f8a 100644 --- a/usr.sbin/ctm/ctm/ctm.5 +++ b/usr.sbin/ctm/ctm/ctm.5 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $Id: ctm.5,v 1.3.2.1 1997/09/18 06:23:12 charnier Exp $ +.\" $Id: ctm.5,v 1.3.2.2 1998/07/18 11:09:44 jkh Exp $ .\" .Dd March 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.c b/usr.sbin/ctm/ctm/ctm.c index b9dcd3be7567..61bafeaa12ea 100644 --- a/usr.sbin/ctm/ctm/ctm.c +++ b/usr.sbin/ctm/ctm/ctm.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm.c,v 1.14 1996/08/30 10:20:52 phk Exp $ + * $Id: ctm.c,v 1.14.2.1 1997/09/18 06:23:12 charnier Exp $ * * This is the client program of 'CTM'. It will apply a CTM-patch to a * collection of files. diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index a6e9936f17c4..4acabf963f5a 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm.h,v 1.10 1996/08/30 10:20:53 phk Exp $ + * $Id: ctm.h,v 1.10.2.1 1997/09/18 06:23:12 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_ed.c b/usr.sbin/ctm/ctm/ctm_ed.c index 6ee54e98fd90..ecafa11a4d38 100644 --- a/usr.sbin/ctm/ctm/ctm_ed.c +++ b/usr.sbin/ctm/ctm/ctm_ed.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_ed.c,v 1.6 1995/05/30 03:47:22 rgrimes Exp $ + * $Id: ctm_ed.c,v 1.6.6.1 1997/09/18 06:23:13 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_input.c b/usr.sbin/ctm/ctm/ctm_input.c index 284272d93910..9d40f6f055d2 100644 --- a/usr.sbin/ctm/ctm/ctm_input.c +++ b/usr.sbin/ctm/ctm/ctm_input.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_input.c,v 1.4 1994/09/22 02:49:18 phk Exp $ + * $Id: ctm_input.c,v 1.5 1996/02/05 16:06:49 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass1.c b/usr.sbin/ctm/ctm/ctm_pass1.c index 563d4d9930f8..d7da49f3aab5 100644 --- a/usr.sbin/ctm/ctm/ctm_pass1.c +++ b/usr.sbin/ctm/ctm/ctm_pass1.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_pass1.c,v 1.12 1996/02/05 16:06:50 phk Exp $ + * $Id: ctm_pass1.c,v 1.13 1996/08/30 10:20:55 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass2.c b/usr.sbin/ctm/ctm/ctm_pass2.c index 4139d4362f7d..7e04ef1391b8 100644 --- a/usr.sbin/ctm/ctm/ctm_pass2.c +++ b/usr.sbin/ctm/ctm/ctm_pass2.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_pass2.c,v 1.13 1996/08/30 10:20:56 phk Exp $ + * $Id: ctm_pass2.c,v 1.13.2.1 1997/09/18 06:23:13 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass3.c b/usr.sbin/ctm/ctm/ctm_pass3.c index 58a364a9b044..485f56ee7812 100644 --- a/usr.sbin/ctm/ctm/ctm_pass3.c +++ b/usr.sbin/ctm/ctm/ctm_pass3.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_pass3.c,v 1.14.2.1 1997/09/18 06:23:13 charnier Exp $ + * $Id: ctm_pass3.c,v 1.14.2.2 1998/07/18 11:09:46 jkh Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_passb.c b/usr.sbin/ctm/ctm/ctm_passb.c index e445fe129aca..08ee2e711c0d 100644 --- a/usr.sbin/ctm/ctm/ctm_passb.c +++ b/usr.sbin/ctm/ctm/ctm_passb.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Joseph Koshy * ---------------------------------------------------------------------------- * - * $Id: ctm_passb.c,v 1.1 1996/08/30 10:21:00 phk Exp $ + * $Id: ctm_passb.c,v 1.1.2.1 1997/09/18 06:23:14 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_syntax.c b/usr.sbin/ctm/ctm/ctm_syntax.c index 014207fae302..c7abfe51f555 100644 --- a/usr.sbin/ctm/ctm/ctm_syntax.c +++ b/usr.sbin/ctm/ctm/ctm_syntax.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ctm_syntax.c,v 1.6 1996/02/05 16:06:55 phk Exp $ + * $Id: ctm_syntax.c,v 1.7 1996/08/30 10:21:00 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c index 0e72b1f5e71b..dbc536ed2270 100644 --- a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c +++ b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ctm_dequeue.c,v 1.6 1996/11/27 13:06:51 mckay Exp $ + * $Id: ctm_dequeue.c,v 1.5.2.1 1996/12/14 11:26:09 joerg Exp $ */ /* diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 index f7dbfab6b0f9..c280fbac018c 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 @@ -476,4 +476,4 @@ turn up here too. Error messages should be self explanatory. .\" Gosh! No bugs here! .\" This message brought to you by the Coalition for More Humour in Man Pages. .\" -.\" $Id: ctm_rmail.1,v 1.7.2.3 1997/10/12 08:07:41 jmg Exp $ +.\" $Id: ctm_rmail.1,v 1.7.2.4 1998/07/18 11:09:52 jkh Exp $ diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c index 56379ebe996f..2e289937b722 100644 --- a/usr.sbin/ctm/ctm_smail/ctm_smail.c +++ b/usr.sbin/ctm/ctm_smail/ctm_smail.c @@ -11,7 +11,7 @@ * In return you should think about all the nice people who give away software. * Maybe you should write some free software too. * - * $Id: ctm_smail.c,v 1.8 1996/09/07 21:06:19 peter Exp $ + * $Id: ctm_smail.c,v 1.8.2.1 1996/12/14 11:26:10 joerg Exp $ */ #include <stdio.h> diff --git a/usr.sbin/ctm/mkCTM/dequeue b/usr.sbin/ctm/mkCTM/dequeue index c8fe67df24f0..b3235d6579d0 100755 --- a/usr.sbin/ctm/mkCTM/dequeue +++ b/usr.sbin/ctm/mkCTM/dequeue @@ -1,5 +1,5 @@ #! /bin/sh -# $Id$ +# $Id: dequeue,v 1.1 1996/09/07 21:09:41 peter Exp $ L=/home/ctm/log.dequeue /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur |
