diff options
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 89ae78aa09d95..2e60ef9fe107e 100644 --- a/usr.sbin/ctm/Makefile +++ b/usr.sbin/ctm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 16:05:14 peter Exp $ +# $Id: Makefile,v 1.6 1997/10/12 19:58:44 wosch Exp $ SUBDIR= ctm ctm_rmail ctm_smail ctm_dequeue diff --git a/usr.sbin/ctm/Makefile.inc b/usr.sbin/ctm/Makefile.inc index 2ecf884239342..159392a3fc4c2 100644 --- a/usr.sbin/ctm/Makefile.inc +++ b/usr.sbin/ctm/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.inc,v 1.3 1997/02/22 16:05:15 peter Exp $ .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/ctm/README b/usr.sbin/ctm/README index d6b94f5c4ecdc..6639fb39dcf30 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.6 1997/02/22 16:05:15 peter Exp $ +# $Id: README,v 1.7 1998/04/20 20:55:43 rnordier Exp $ # What will I not find in this file ? diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile index 43fb100ef0c75..53b64d2080588 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$ +# $Id: Makefile,v 1.12 1997/02/22 16:05:17 peter Exp $ # PROG= ctm diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index e1fa52d92e6ad..4e7c55408673e 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.13 1997/09/17 06:24:44 charnier Exp $ +.\" $Id: ctm.1,v 1.14 1998/04/20 20:57:16 rnordier Exp $ .\" .Dd Mar 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5 index 55e6ef2c32484..3586215a58644 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.6 1997/09/17 06:24:44 charnier Exp $ +.\" $Id: ctm.5,v 1.7 1998/06/10 12:33:41 phk Exp $ .\" .Dd March 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.c b/usr.sbin/ctm/ctm/ctm.c index a05b2d52658a0..92f674e433a2f 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.16 1997/02/22 16:05:21 peter Exp $ + * $Id: ctm.c,v 1.17 1997/09/17 06:24:45 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 c53eb4408ad74..4af928755263e 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.12 1997/02/22 16:05:21 peter Exp $ + * $Id: ctm.h,v 1.13 1997/09/17 06:24:45 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_ed.c b/usr.sbin/ctm/ctm/ctm_ed.c index 31c5729852d75..e3f86f70574ef 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.8 1997/02/22 16:05:23 peter Exp $ + * $Id: ctm_ed.c,v 1.9 1997/09/17 06:24:45 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_input.c b/usr.sbin/ctm/ctm/ctm_input.c index 2bbbbb660b221..bc50c010f08a6 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$ + * $Id: ctm_input.c,v 1.7 1997/02/22 16:05:24 peter Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass1.c b/usr.sbin/ctm/ctm/ctm_pass1.c index b98c0d1594aa6..f5ea021328945 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$ + * $Id: ctm_pass1.c,v 1.15 1997/02/22 16:05:25 peter Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass2.c b/usr.sbin/ctm/ctm/ctm_pass2.c index 7c38ff00223ab..ed5d01b879469 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.15 1997/02/22 16:05:26 peter Exp $ + * $Id: ctm_pass2.c,v 1.16 1997/09/17 06:24:46 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass3.c b/usr.sbin/ctm/ctm/ctm_pass3.c index 9ca19d8e94948..e723c79044cbd 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.17 1997/02/22 16:05:27 peter Exp $ + * $Id: ctm_pass3.c,v 1.18 1997/09/17 06:24:46 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_passb.c b/usr.sbin/ctm/ctm/ctm_passb.c index 0cf657f125ded..101662a462539 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.3 1997/02/22 16:05:28 peter Exp $ + * $Id: ctm_passb.c,v 1.4 1997/09/17 06:24:46 charnier Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_syntax.c b/usr.sbin/ctm/ctm/ctm_syntax.c index 509aef1a95053..29f6f9e05f400 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$ + * $Id: ctm_syntax.c,v 1.9 1997/02/22 16:05:29 peter Exp $ * */ diff --git a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c index 9e09864549d33..5015c8af3f493 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$ + * $Id: ctm_dequeue.c,v 1.8 1997/02/22 16:05:33 peter Exp $ */ /* diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 index a7d9f8e8f7c4e..c0c51a8bbf543 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.13 1998/03/23 08:22:25 charnier Exp $ +.\" $Id: ctm_rmail.1,v 1.14 1998/04/08 12:00:48 cracauer Exp $ diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c index afd7cddcdbd08..794167a3e77d4 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$ + * $Id: ctm_smail.c,v 1.11 1997/02/22 16:05:42 peter Exp $ */ #include <stdio.h> diff --git a/usr.sbin/ctm/mkCTM/dequeue b/usr.sbin/ctm/mkCTM/dequeue index c8fe67df24f0c..8742c4208d424 100755 --- a/usr.sbin/ctm/mkCTM/dequeue +++ b/usr.sbin/ctm/mkCTM/dequeue @@ -1,5 +1,5 @@ #! /bin/sh -# $Id$ +# $Id: dequeue,v 1.3 1997/02/22 16:05:44 peter Exp $ L=/home/ctm/log.dequeue /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur |