aboutsummaryrefslogtreecommitdiff
path: root/sbin/slattach
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
commita9e2dc176f709713f9565ed1711c958f0707eb36 (patch)
treee1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /sbin/slattach
parent8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'. This commit was manufactured to restore the state of the 2.2.8-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/Makefile2
-rw-r--r--sbin/slattach/slattach.82
-rw-r--r--sbin/slattach/slattach.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile
index e0e1a0a39243..c9d1e36c9991 100644
--- a/sbin/slattach/Makefile
+++ b/sbin/slattach/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 5/11/90
#
-# $Header: /home/ncvs/src/sbin/slattach/Makefile,v 1.6 1995/09/20 12:56:23 ache Exp $
+# $Header: /home/ncvs/src/sbin/slattach/Makefile,v 1.6.2.1 1997/09/14 19:50:32 jkh Exp $
PROG= slattach
SRCS= slattach.c
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index 3315acda56b8..a4a69852f7fc 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -31,7 +31,7 @@
.\"
.\" @(#)slattach.8 6.4 (Berkeley) 3/16/91
.\"
-.\" $Header: /x/ncvs/src/sbin/slattach/slattach.8,v 1.11.2.2 1997/09/14 19:50:34 jkh Exp $
+.\" $Header: /home/ncvs/src/sbin/slattach/slattach.8,v 1.11.2.3 1998/08/12 06:57:33 charnier Exp $
.\"
.Dd April 4, 1993
.Dt SLATTACH 8
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 38b78262fa13..907bd211e76e 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: slattach.c,v 1.20.2.3 1998/07/17 20:13:53 jkh Exp $";
+static char rcsid[] = "$Id: slattach.c,v 1.20.2.4 1998/08/12 06:57:33 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>