Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/postinstall add powerpc variants to the list of pot...



details:   https://anonhg.NetBSD.org/src/rev/8d76f97da052
branches:  trunk
changeset: 805077:8d76f97da052
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Tue Dec 16 05:30:40 2014 +0000

description:
add powerpc variants to the list of potentially obsolete modules to check

diffstat:

 usr.sbin/postinstall/postinstall |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b73b001ffb00 -r 8d76f97da052 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Tue Dec 16 04:07:40 2014 +0000
+++ b/usr.sbin/postinstall/postinstall  Tue Dec 16 05:30:40 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.186 2014/12/13 02:35:02 uebayasi Exp $
+# $NetBSD: postinstall,v 1.187 2014/12/16 05:30:40 jnemeth Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -2142,6 +2142,8 @@
 
        for dir in \
            /stand/${MACHINE} \
+           /stand/${MACHINE}-4xx \
+           /stand/${MACHINE}-booke \
            /stand/${MACHINE}-xen \
            /stand/${MACHINE}pae-xen
        do



Home | Main Index | Thread Index | Old Index