diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
tree | fc27ba7986197654e0590b963524833255709f22 /secure | |
parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
download | src-97d92980a96a50750844f420cc225ddf918f0699.tar.gz src-97d92980a96a50750844f420cc225ddf918f0699.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50479
Diffstat (limited to 'secure')
29 files changed, 30 insertions, 30 deletions
diff --git a/secure/Makefile b/secure/Makefile index a71f7cc2a8dd..344ac6937f5a 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # 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 984887cac7f5..885e72c51f26 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ DISTRIBUTION=des diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 2b47738ed2fd..ac9918835b2a 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= libcipher libdes diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index d849545d140c..1410b215761e 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .include "${.CURDIR}/../../Makefile.inc" .if exists(${.CURDIR}/../../../lib/Makefile.inc) diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 28d3b2e4a09a..a93667f160a2 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # LIB= cipher diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README index b02ff5a15bd0..ab8af5acbb29 100644 --- a/secure/lib/libcipher/README +++ b/secure/lib/libcipher/README @@ -4,7 +4,7 @@ David Burren <davidb@werj.com.au> Release 1.0, March 1994 - Document ref: $Id$ + Document ref: $FreeBSD$ Description diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD index 0dbad1ecb851..2379f73015a1 100644 --- a/secure/lib/libcipher/README.FreeBSD +++ b/secure/lib/libcipher/README.FreeBSD @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ 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 e05a3d482797..a534fd77ce77 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. .\" -.\" $Id: cipher.3,v 1.4 1997/02/22 14:40:20 peter Exp $ +.\" $FreeBSD$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c index 62ea69d6ec4a..4798371b251a 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. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile index dcbf1c773530..50ae57100caf 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. # -# $Id$ +# $FreeBSD$ # 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 56dc88aebf82..e9907b9a9232 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. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input index db1749e20886..e7c715c7a9d8 100644 --- a/secure/lib/libcipher/test/cert.input +++ b/secure/lib/libcipher/test/cert.input @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # Salt, key, plaintext, ciphertext # diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 512eb57b4a78..3d3a9073f214 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.15 1999/01/23 08:26:01 markm Exp $ +# $FreeBSD$ # LCRYPTBASE= libcrypt diff --git a/secure/lib/libcrypt/README b/secure/lib/libcrypt/README index b02ff5a15bd0..ab8af5acbb29 100644 --- a/secure/lib/libcrypt/README +++ b/secure/lib/libcrypt/README @@ -4,7 +4,7 @@ David Burren <davidb@werj.com.au> Release 1.0, March 1994 - Document ref: $Id$ + Document ref: $FreeBSD$ Description diff --git a/secure/lib/libcrypt/README.FreeBSD b/secure/lib/libcrypt/README.FreeBSD index 4a9260b31fcb..e940aeb8e3ea 100644 --- a/secure/lib/libcrypt/README.FreeBSD +++ b/secure/lib/libcrypt/README.FreeBSD @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ 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 31b2024befd9..9e8c5caaefeb 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. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcrypt/crypt-md5.c b/secure/lib/libcrypt/crypt-md5.c index 02675388e23c..25e7a3343ae2 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 * - * $Id$ + * $FreeBSD$ * */ #if 0 #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header$"; +static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.5 1999/01/23 08:26:01 markm Exp $"; #endif /* LIBC_SCCS and not lint */ #endif diff --git a/secure/lib/libcrypt/crypt.3 b/secure/lib/libcrypt/crypt.3 index 94db61c553eb..9726b4096023 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. .\" -.\" $Id: crypt.3,v 1.8 1999/01/23 08:26:01 markm Exp $ +.\" $FreeBSD$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcrypt/crypt.c b/secure/lib/libcrypt/crypt.c index 31b2024befd9..9e8c5caaefeb 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. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile index a26e718ca1ae..0ba817f88cd7 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. # -# $Id$ +# $FreeBSD$ # LIBCRYPT= $(.OBJDIR)/libdescrypt.a diff --git a/secure/lib/libcrypt/test/cert.c b/secure/lib/libcrypt/test/cert.c index 4e207adfa2e0..54c606c34d6b 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. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/lib/libcrypt/test/cert.input b/secure/lib/libcrypt/test/cert.input index db1749e20886..e7c715c7a9d8 100644 --- a/secure/lib/libcrypt/test/cert.input +++ b/secure/lib/libcrypt/test/cert.input @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # Salt, key, plaintext, ciphertext # diff --git a/secure/lib/libdes/Makefile b/secure/lib/libdes/Makefile index 9158dd0c3157..64abbafe6818 100644 --- a/secure/lib/libdes/Makefile +++ b/secure/lib/libdes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.4 (Berkeley) 5/7/91 -# $Id$ +# $FreeBSD$ 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 cd3e0102ad17..3435df194092 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. * - * $Id$ + * $FreeBSD$ */ /* 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 0c959cc81ac3..c098f2eb4f4c 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. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 94e0a3d8a7a8..ee8fddf4625c 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= bdes diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc index f7e27c3b01dc..c4fd273268a5 100644 --- a/secure/usr.bin/Makefile.inc +++ b/secure/usr.bin/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ BINDIR= /usr/bin .include "${.CURDIR}/../../Makefile.inc" diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile index b900778be332..78af60c8e60f 100644 --- a/secure/usr.bin/bdes/Makefile +++ b/secure/usr.bin/bdes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $FreeBSD$ PROG= bdes SRCS= bdes.c diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 9b2ac5ed1fcf..2eaa13f62957 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 -# $Id$ +# $FreeBSD$ SMDIR= ${.CURDIR}/../../contrib/sendmail/src .PATH: ${SMDIR} |