Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc revert previous; the user is supposed to be able to chan...
details: https://anonhg.NetBSD.org/src/rev/adc74b52d0f7
branches: trunk
changeset: 533417:adc74b52d0f7
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jun 29 22:25:23 2002 +0000
description:
revert previous; the user is supposed to be able to change /etc/wscons.conf
from the default shipped one, and the rest of the test in do_wscons()
is to detect obsolete wscons.conf(5) directives on systems with a
wscons.conf from an older release / source tree.
diffstat:
etc/postinstall | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r d7f9af3808ea -r adc74b52d0f7 etc/postinstall
--- a/etc/postinstall Sat Jun 29 21:39:54 2002 +0000
+++ b/etc/postinstall Sat Jun 29 22:25:23 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.22 2002/06/29 19:47:02 itojun Exp $
+# $NetBSD: postinstall,v 1.23 2002/06/29 22:25:23 lukem Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -485,9 +485,6 @@
[ -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