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 /bin/rmail | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvs
'RELENG_2_2_7_RELEASE'.
This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/rmail')
| -rw-r--r-- | bin/rmail/Makefile | 2 | ||||
| -rw-r--r-- | bin/rmail/rmail.8 | 2 | ||||
| -rw-r--r-- | bin/rmail/rmail.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index ca3c69c2ea1d..f118add14676 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.3 1994/09/24 02:57:03 davidg Exp $ +# $Id: Makefile,v 1.4 1995/03/05 08:27:14 joerg Exp $ PROG= rmail MAN8= rmail.8 diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8 index 1b17d0b5304d..7150c006134f 100644 --- a/bin/rmail/rmail.8 +++ b/bin/rmail/rmail.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmail.8 6.10 (Berkeley) 4/29/93 -.\" $Id: rmail.8,v 1.2.8.2 1998/06/30 06:43:18 charnier Exp $ +.\" $Id: rmail.8,v 1.2.8.3 1998/07/16 09:35:47 jkh Exp $ .\" .Dd April 29, 1993 .Dt RMAIL 8 diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index 981fd6efb6ac..bd83d16e2dc8 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rmail.c,v 1.6 1995/09/16 18:52:51 pst Exp $ + * $Id: rmail.c,v 1.6.2.1 1997/08/25 08:41:53 jkh Exp $ */ #ifndef lint |
