Date: Tue, 21 Mar 1995 10:30:42 +0200 From: Mark Murray <mark@grondar.za> To: current@FreeBSD.org Subject: Please commit this... Message-ID: <199503210830.KAA03157@grunt.grondar.za>
next in thread | raw e-mail | index | archive | help
Hello team
I have gotten together that which is necessary to get xntpd's crypt
stuff going.
Could some kind soul please commit this?
First; this is a diff for src/usr.sbin/xntpd/lib/Makefile
--------------------------------------------------------------
*** Makefile.org Wed Mar 1 23:45:47 1995
--- Makefile Tue Mar 21 10:01:44 1995
***************
*** 24,30 ****
--- 24,35 ----
install:
+ .if defined(NOCRYPT)
authdes.c: authdes.c.export
cp ${.CURDIR}/authdes.c.export authdes.c
+ .else
+ authdes.c: ../../../secure/usr.sbin/xntpd/lib/authdes.c
+ cp ${.CURDIR}/../../../secure/usr.sbin/xntpd/lib/authdes.c authdes.c
+ .endif
.include <bsd.lib.mk>
--------------------------------------------------------------
I have put authdes.c into ftp://freefall.cdrom.com/incoming/authdes.c
please put that into src/secure/usr.sbin/xntpd/lib/authdes.c
This is where Garrett suggested it best go...
FOREIGNERS!!! DO NOT FETCH THIS FILE FROM THIS LOCATION! You will get
the American site in big trouble!
I am putting the file in the South African archive
skeleton.mikom.csir.co.za:/pub/FreeBSD/FreeBSD-current/src/secure/....
PLEASE FETCH IT FROM HERE! THIS IS LEGAL AND AVAILABLE!!!
M
--
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503210830.KAA03157>
