From 4968036f61ba12b2d7bd7a825b0a79c67054a395 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 14:40:44 +0000 Subject: Revert $FreeBSD$ to $Id$ --- secure/Makefile | 2 +- secure/Makefile.inc | 2 +- secure/lib/Makefile | 2 +- secure/lib/Makefile.inc | 2 +- secure/lib/libcipher/Makefile | 2 +- secure/lib/libcipher/README | 2 +- secure/lib/libcipher/README.FreeBSD | 2 +- secure/lib/libcipher/cipher.3 | 2 +- secure/lib/libcipher/crypt.c | 2 +- secure/lib/libcipher/test/Makefile | 2 +- secure/lib/libcipher/test/cert.c | 2 +- secure/lib/libcipher/test/cert.input | 2 +- secure/lib/libcrypt/Makefile | 2 +- secure/lib/libcrypt/README | 2 +- secure/lib/libcrypt/README.FreeBSD | 2 +- secure/lib/libcrypt/crypt-des.c | 2 +- secure/lib/libcrypt/crypt-md5.c | 4 ++-- secure/lib/libcrypt/crypt.3 | 2 +- secure/lib/libcrypt/crypt.c | 2 +- secure/lib/libcrypt/test/Makefile | 2 +- secure/lib/libcrypt/test/cert.c | 2 +- secure/lib/libcrypt/test/cert.input | 2 +- secure/lib/libdes/Makefile | 2 +- secure/lib/libdes/new_rkey.c | 2 +- secure/lib/libdes/supp.c | 2 +- secure/usr.bin/Makefile | 2 +- secure/usr.bin/Makefile.inc | 2 +- secure/usr.bin/bdes/Makefile | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) (limited to 'secure') diff --git a/secure/Makefile b/secure/Makefile index 14f428a..e91781f 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # lib must be first, or it will not work. This is because we reference # the lib's in the directory where they are built from the binaries we diff --git a/secure/Makefile.inc b/secure/Makefile.inc index 6a575b5..984887c 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ DISTRIBUTION=des diff --git a/secure/lib/Makefile b/secure/lib/Makefile index b38f5dc..2b47738 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= libcipher libdes diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index 8f9bd02..d849545 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/../../Makefile.inc" .if exists(${.CURDIR}/../../../lib/Makefile.inc) diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index a93667f..28d3b2e 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # LIB= cipher diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README index ab8af5a..b02ff5a1 100644 --- a/secure/lib/libcipher/README +++ b/secure/lib/libcipher/README @@ -4,7 +4,7 @@ David Burren Release 1.0, March 1994 - Document ref: $FreeBSD$ + Document ref: $Id$ Description diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD index 2379f73..0dbad1e 100644 --- a/secure/lib/libcipher/README.FreeBSD +++ b/secure/lib/libcipher/README.FreeBSD @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ This is FreeSec package for NetBSD, unchanged for FreeBSD, except for the Makefile. diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index 4ecd74f..28d91e6 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c index e08e6b3..62ea69d 100644 --- a/secure/lib/libcipher/crypt.c +++ b/secure/lib/libcipher/crypt.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren . diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile index 50ae571..dcbf1c7 100644 --- a/secure/lib/libcipher/test/Makefile +++ b/secure/lib/libcipher/test/Makefile @@ -2,7 +2,7 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $FreeBSD$ +# $Id$ # LIBCRYPT!=cd $(.CURDIR)/..; \ printf "xxx:\n\techo \$${.OBJDIR}/libcipher.a\n" | make -r -s -f - xxx diff --git a/secure/lib/libcipher/test/cert.c b/secure/lib/libcipher/test/cert.c index e9907b9..56dc88a 100644 --- a/secure/lib/libcipher/test/cert.c +++ b/secure/lib/libcipher/test/cert.c @@ -3,7 +3,7 @@ * shipped with UFC-crypt which is apparently derived from one distributed * with Phil Karns PD DES package. * - * $FreeBSD$ + * $Id$ */ #include diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input index e7c715c..db1749e 100644 --- a/secure/lib/libcipher/test/cert.input +++ b/secure/lib/libcipher/test/cert.input @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Salt, key, plaintext, ciphertext # diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 42f83a4..39c64ab 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # LCRYPTBASE= libcrypt diff --git a/secure/lib/libcrypt/README b/secure/lib/libcrypt/README index ab8af5a..b02ff5a1 100644 --- a/secure/lib/libcrypt/README +++ b/secure/lib/libcrypt/README @@ -4,7 +4,7 @@ David Burren Release 1.0, March 1994 - Document ref: $FreeBSD$ + Document ref: $Id$ Description diff --git a/secure/lib/libcrypt/README.FreeBSD b/secure/lib/libcrypt/README.FreeBSD index e940aeb..4a9260b 100644 --- a/secure/lib/libcrypt/README.FreeBSD +++ b/secure/lib/libcrypt/README.FreeBSD @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ This is FreeSec package for NetBSD, unchanged for FreeBSD, except for the Makefile. diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c index d013263..31b2024 100644 --- a/secure/lib/libcrypt/crypt-des.c +++ b/secure/lib/libcrypt/crypt-des.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren . diff --git a/secure/lib/libcrypt/crypt-md5.c b/secure/lib/libcrypt/crypt-md5.c index 54be6c6..bdbf784 100644 --- a/secure/lib/libcrypt/crypt-md5.c +++ b/secure/lib/libcrypt/crypt-md5.c @@ -9,13 +9,13 @@ * This has had its entry point changed to crypt_md5 for use in * a dual-personality (DES & MD5) environment) -- MarkM - Nov 1995 * - * $FreeBSD$ + * $Id$ * */ #if 0 #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.1 1995/12/16 09:14:09 markm Exp $"; +static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.2 1997/01/14 06:25:50 jkh Exp $"; #endif /* LIBC_SCCS and not lint */ #endif diff --git a/secure/lib/libcrypt/crypt.3 b/secure/lib/libcrypt/crypt.3 index 815d7e6..6ab0541 100644 --- a/secure/lib/libcrypt/crypt.3 +++ b/secure/lib/libcrypt/crypt.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcrypt/crypt.c b/secure/lib/libcrypt/crypt.c index d013263..31b2024 100644 --- a/secure/lib/libcrypt/crypt.c +++ b/secure/lib/libcrypt/crypt.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren . diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile index 0ba817f..a26e718 100644 --- a/secure/lib/libcrypt/test/Makefile +++ b/secure/lib/libcrypt/test/Makefile @@ -2,7 +2,7 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $FreeBSD$ +# $Id$ # LIBCRYPT= $(.OBJDIR)/libdescrypt.a diff --git a/secure/lib/libcrypt/test/cert.c b/secure/lib/libcrypt/test/cert.c index 54c606c..4e207ad 100644 --- a/secure/lib/libcrypt/test/cert.c +++ b/secure/lib/libcrypt/test/cert.c @@ -3,7 +3,7 @@ * shipped with UFC-crypt which is apparently derived from one distributed * with Phil Karns PD DES package. * - * $FreeBSD$ + * $Id$ */ #include diff --git a/secure/lib/libcrypt/test/cert.input b/secure/lib/libcrypt/test/cert.input index e7c715c..db1749e 100644 --- a/secure/lib/libcrypt/test/cert.input +++ b/secure/lib/libcrypt/test/cert.input @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Salt, key, plaintext, ciphertext # diff --git a/secure/lib/libdes/Makefile b/secure/lib/libdes/Makefile index 1556985..9158dd0 100644 --- a/secure/lib/libdes/Makefile +++ b/secure/lib/libdes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.4 (Berkeley) 5/7/91 -# $FreeBSD$ +# $Id$ LIB= des SRCS= cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \ diff --git a/secure/lib/libdes/new_rkey.c b/secure/lib/libdes/new_rkey.c index 3435df1..cd3e010 100644 --- a/secure/lib/libdes/new_rkey.c +++ b/secure/lib/libdes/new_rkey.c @@ -77,7 +77,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* 21-Nov-95 - eay - I've finally put this into libdes, I have made a diff --git a/secure/lib/libdes/supp.c b/secure/lib/libdes/supp.c index c098f2e..0c959cc 100644 --- a/secure/lib/libdes/supp.c +++ b/secure/lib/libdes/supp.c @@ -76,7 +76,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 250f28f..94e0a3d 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= bdes diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc index e184515..f7e27c3 100644 --- a/secure/usr.bin/Makefile.inc +++ b/secure/usr.bin/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ BINDIR= /usr/bin .include "${.CURDIR}/../../Makefile.inc" diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile index 2b01272..b900778 100644 --- a/secure/usr.bin/bdes/Makefile +++ b/secure/usr.bin/bdes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $Id$ PROG= bdes SRCS= bdes.c -- cgit v1.1