diff options
Diffstat (limited to 'usr.bin/mail')
32 files changed, 32 insertions, 32 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 491d06f97c50..785299a28ce0 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 1/25/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mail/Makefile,v 1.11.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= mail SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \ diff --git a/usr.bin/mail/USD.doc/mail0.nr b/usr.bin/mail/USD.doc/mail0.nr index e569a5fbe72f..b8c94d3bac44 100644 --- a/usr.bin/mail/USD.doc/mail0.nr +++ b/usr.bin/mail/USD.doc/mail0.nr @@ -31,7 +31,7 @@ .\" .\" @(#)mail0.nr 8.1 (Berkeley) 6/8/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/USD.doc/mail0.nr,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .eh 'USD:7-%''Mail Reference Manual' .oh 'Mail Reference Manual''USD:7-%' diff --git a/usr.bin/mail/USD.doc/mail5.nr b/usr.bin/mail/USD.doc/mail5.nr index 10e707cc3c0c..916a9a9e4cfd 100644 --- a/usr.bin/mail/USD.doc/mail5.nr +++ b/usr.bin/mail/USD.doc/mail5.nr @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail5.nr 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/USD.doc/mail5.nr,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $ .\" .bp .sh 1 "Additional features" diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index fa820b4a94bd..782e38c9bb11 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/aux.c,v 1.13.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 5ec6d7a69e7a..31a990cc0da4 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd1.c,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 15cf04a47b82..6ca13e0fb6bc 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd2.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index c9b7c6ae57aa..3f64907f75ae 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd3.c,v 1.10.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index b350ccef746e..84f5ee381beb 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmdtab.c,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "def.h" #include "extern.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 6a0926336c14..05675ed9083e 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/collect.c,v 1.12.34.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 3ef4ed0866d1..11c7250645c0 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -32,7 +32,7 @@ * * @(#)def.h 8.4 (Berkeley) 4/20/95 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/def.h,v 1.8.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index d50c43a73b5f..1e853f9a179f 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/edit.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 7f02a88c2f7f..460140b823d1 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.2 (Berkeley) 4/20/95 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/extern.h,v 1.9.28.1 2009/04/15 03:14:26 kensmith Exp $ */ struct name *cat(struct name *, struct name *); diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index b00f48593ede..33fe16a41b66 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/fio.c,v 1.12.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <sys/file.h> diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 58519852aa93..f9400bcc23b7 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/getname.c,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <pwd.h> diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index 5f1812a5af62..d9ea82948ab8 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -32,7 +32,7 @@ * * @(#)glob.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/glob.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 90db9621075b..35145c7a1c04 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/head.c,v 1.8.32.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 7eb11231334e..07c47fbe8c2b 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/lex.c,v 1.16.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <errno.h> diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index abff92a928c9..bb74a78f6f94 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)list.c 8.4 (Berkeley) 5/1/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/list.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <ctype.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 8f8ce4097335..0249657e5001 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/mail.1,v 1.48.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd January 5, 2006 .Dt MAIL 1 diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 3338b1dee93c..f0bb7dbbdf42 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/main.c,v 1.15.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index fc0acdc851ea..146874276480 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/names.c,v 1.9.28.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 57a2a0c00595..80c2dcddda3a 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/pathnames.h,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #define _PATH_EX "/usr/bin/ex" diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index b6dc30a39ac5..718fa7f08566 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/popen.c,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 4507c59e23b6..e6acadff6489 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/quit.c,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 44bb25ef3694..fc7a0a4446e4 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -32,7 +32,7 @@ * * @(#)rcv.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/rcv.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 35b4c729522a..ca12e8f3323b 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/send.c,v 1.14.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index d3a816fb081d..84ad5463c2b5 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/strings.c,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 0d7424e94daf..2f4266f674ff 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/temp.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 6948d042488d..e1e2e9603fc6 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/tty.c,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 34f9d800aad7..7be9c23885f8 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/v7.local.c,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index ab171c159e1e..0ca877a9ec36 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/vars.c,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index e41c25c08681..0d062483fd14 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/version.c,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Just keep track of the date/sid of this version of Mail. |