Added MAKEDEV.local to postinstall's makedev check. Upgraded systems were
not getting an updated MAKEDEV.local file.
This commit is contained in:
parent
d1ab7d6b0d
commit
c259dad90f
|
@ -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
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue