make 'fix wscons" work.

This commit is contained in:
itojun 2002-06-29 19:47:02 +00:00
parent 9765c0afdf
commit cd584a155b

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.21 2002/06/28 09:35:23 lukem Exp $
# $NetBSD: postinstall,v 1.22 2002/06/29 19:47:02 itojun Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.
@ -485,6 +485,9 @@ do_wscons()
[ -f ${DEST_DIR}/etc/wscons.conf ] || return 0
compare_dir $1 ${SRC_DIR}/etc ${DEST_DIR}/etc \
644 wscons.conf || return 1
failed=0
while read _type _arg1 _rest; do
if [ "${_type}" = "mux" -a "${_arg1}" = "1" ]; then