Added MAKEDEV.local to postinstall's makedev check. Upgraded systems were

not getting an updated MAKEDEV.local file.
This commit is contained in:
jklos 2009-01-26 07:40:01 +00:00
parent d1ab7d6b0d
commit c259dad90f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.83 2009/01/16 01:58:32 haad Exp $
# $NetBSD: postinstall,v 1.84 2009/01/26 07:40:01 jklos Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@ -768,6 +768,7 @@ do_makedev()
|| 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
}
#