Module Name:    src
Committed By:   jnemeth
Date:           Tue Dec 16 05:30:40 UTC 2014

Modified Files:
        src/usr.sbin/postinstall: postinstall

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


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.186 src/usr.sbin/postinstall/postinstall:1.187
--- src/usr.sbin/postinstall/postinstall:1.186	Sat Dec 13 02:35:02 2014
+++ src/usr.sbin/postinstall/postinstall	Tue Dec 16 05:30:40 2014
@@ -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 @@ do_obsolete_stand()
 
 	for dir in \
 	    /stand/${MACHINE} \
+	    /stand/${MACHINE}-4xx \
+	    /stand/${MACHINE}-booke \
 	    /stand/${MACHINE}-xen \
 	    /stand/${MACHINE}pae-xen
 	do

Reply via email to