diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /sbin/slattach | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/Makefile | 2 | ||||
| -rw-r--r-- | sbin/slattach/slattach.8 | 2 | ||||
| -rw-r--r-- | sbin/slattach/slattach.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index defa38531c41..b4656a7e3e38 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.4 (Berkeley) 5/11/90 # -# $FreeBSD$ +# $FreeBSD: src/sbin/slattach/Makefile,v 1.7.2.1 1999/08/29 15:15:44 peter Exp $ PROG= slattach SRCS= slattach.c diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index aa235aa2d99f..44149c4a7ca1 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -31,7 +31,7 @@ .\" .\" @(#)slattach.8 6.4 (Berkeley) 3/16/91 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/slattach/slattach.8,v 1.13.2.2 2000/03/03 15:13:14 sheldonh Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index ba599ba49875..5931b97bfd93 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/slattach/slattach.c,v 1.33.2.2 1999/08/29 15:15:45 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |
