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/5f7d055b639f
branches: trunk
changeset: 334935:5f7d055b639f
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 7f0af242f1fc -r 5f7d055b639f 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