Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc make 'fix wscons" work.
details: https://anonhg.NetBSD.org/src/rev/20c87e69230f
branches: trunk
changeset: 533412:20c87e69230f
user: itojun <itojun%NetBSD.org@localhost>
date: Sat Jun 29 19:47:02 2002 +0000
description:
make 'fix wscons" work.
diffstat:
etc/postinstall | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r bc5d2add4905 -r 20c87e69230f etc/postinstall
--- a/etc/postinstall Sat Jun 29 19:44:52 2002 +0000
+++ b/etc/postinstall Sat Jun 29 19:47:02 2002 +0000
@@ -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 @@
[ -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
Home |
Main Index |
Thread Index |
Old Index