Mon Jul 20 21:03:43 2009 UTC ()
moduli moved with openssh


(christos)
diff -r1.99 -r1.100 src/usr.sbin/postinstall/postinstall

cvs diff -r1.99 -r1.100 src/usr.sbin/postinstall/Attic/postinstall (expand / switch to context diff)
--- src/usr.sbin/postinstall/Attic/postinstall 2009/06/23 17:58:30 1.99
+++ src/usr.sbin/postinstall/Attic/postinstall 2009/07/20 21:03:42 1.100
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.99 2009/06/23 17:58:30 tron Exp $
+# $NetBSD: postinstall,v 1.100 2009/07/20 21:03:42 christos Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1192,7 +1192,7 @@
 	fi
 
 	if ! find_file_in_dirlist moduli "moduli" \
-	    "${SRC_DIR}/crypto/dist/ssh" "${SRC_DIR}/etc" ; then
+	    "${SRC_DIR}/crypto/external/bsd/openssh/dist" "${SRC_DIR}/etc" ; then
 		failed=1
 			# ${dir} is set by find_file_in_dirlist()
 	elif ! compare_dir "${op}" "${dir}" "${DEST_DIR}/etc" 444 moduli; then