Module Name: src
Committed By: snj
Date: Fri Apr 3 17:50:53 UTC 2009
Modified Files:
src/usr.sbin/postinstall [netbsd-5]: postinstall
Log Message:
Pull up following revision(s) (requested by dyoung in ticket #649):
usr.sbin/postinstall/postinstall: revision 1.84
Added MAKEDEV.local to postinstall's makedev check. Upgraded systems were
not getting an updated MAKEDEV.local file.
To generate a diff of this commit:
cvs rdiff -u -r1.76.2.12 -r1.76.2.13 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.76.2.12 src/usr.sbin/postinstall/postinstall:1.76.2.13
--- src/usr.sbin/postinstall/postinstall:1.76.2.12 Wed Apr 1 22:21:50 2009
+++ src/usr.sbin/postinstall/postinstall Fri Apr 3 17:50:53 2009
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.76.2.12 2009/04/01 22:21:50 snj Exp $
+# $NetBSD: postinstall,v 1.76.2.13 2009/04/03 17:50:53 snj Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -804,6 +804,7 @@
|| return 1
# ${dir} is set by find_file_in_dirlist()
compare_dir "$1" "${dir}" "${DEST_DIR}/dev" 555 MAKEDEV
+ compare_dir "$1" "${SRC_DIR}/etc" "${DEST_DIR}/dev" 555 MAKEDEV.local
}
#