replace with des, move to /usr/old
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 19 Sep 1989 04:07:38 +0000 (20:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 19 Sep 1989 04:07:38 +0000 (20:07 -0800)
SCCS-vsn: old/crypt/crypt.1 6.3
SCCS-vsn: old/crypt/Makefile 5.2

usr/src/old/crypt/Makefile
usr/src/old/crypt/crypt.1

index 09705c5..30d60bc 100644 (file)
@@ -14,7 +14,7 @@
 # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
 # FITNESS FOR A PARTICULAR PURPOSE.
 #
 # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
 # FITNESS FOR A PARTICULAR PURPOSE.
 #
-# @(#)Makefile 5.1 (Berkeley) %G%
+# @(#)Makefile 5.2 (Berkeley) %G%
 #
 
 CFLAGS=        -O
 #
 
 CFLAGS=        -O
@@ -38,7 +38,7 @@ depend: ${SRCS}
        mkdep -p ${CFLAGS} ${SRCS}
 
 install: ${MAN}
        mkdep -p ${CFLAGS} ${SRCS}
 
 install: ${MAN}
-       install -s -o bin -g bin -m 755 crypt ${DESTDIR}/usr/bin
+       install -s -o bin -g bin -m 755 crypt ${DESTDIR}/usr/old
        install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
 
 lint: ${SRCS}
        install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
 
 lint: ${SRCS}
index b214c4d..0c478a4 100644 (file)
@@ -1,4 +1,4 @@
-.\"    @(#)crypt.1     6.2 (Berkeley) %G%
+.\"    @(#)crypt.1     6.3 (Berkeley) %G%
 .\"
 .TH CRYPT 1 ""
 .AT 3
 .\"
 .TH CRYPT 1 ""
 .AT 3
@@ -8,6 +8,10 @@ crypt \- encode/decode
 .B crypt
 [ password ]
 .SH DESCRIPTION
 .B crypt
 [ password ]
 .SH DESCRIPTION
+.ft B
+This interface is obsoleted by des(1).
+.ft R
+.PP
 .I Crypt
 reads from the standard input and writes
 on the standard output.
 .I Crypt
 reads from the standard input and writes
 on the standard output.