Module Name:    src
Committed By:   christos
Date:           Mon Jul 20 21:03:43 UTC 2009

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
moduli moved with openssh


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.99 src/usr.sbin/postinstall/postinstall:1.100
--- src/usr.sbin/postinstall/postinstall:1.99	Tue Jun 23 13:58:30 2009
+++ src/usr.sbin/postinstall/postinstall	Mon Jul 20 17:03:42 2009
@@ -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

Reply via email to