Module Name:    src
Committed By:   riz
Date:           Sun Feb 19 18:39:05 UTC 2012

Modified Files:
        src/usr.sbin/postinstall [netbsd-6]: postinstall

Log Message:
Pull up following revision(s) (requested by apb in ticket #10):
        usr.sbin/postinstall/postinstall: revision 1.131
Use msg for indentation.


To generate a diff of this commit:
cvs rdiff -u -r1.129.2.1 -r1.129.2.2 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.129.2.1 src/usr.sbin/postinstall/postinstall:1.129.2.2
--- src/usr.sbin/postinstall/postinstall:1.129.2.1	Sun Feb 19 18:35:55 2012
+++ src/usr.sbin/postinstall/postinstall	Sun Feb 19 18:39:05 2012
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.129.2.1 2012/02/19 18:35:55 riz Exp $
+# $NetBSD: postinstall,v 1.129.2.2 2012/02/19 18:39:05 riz Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1652,9 +1652,9 @@ obsolete_catpages()
 		if [ "$1" = "fix" ]; then
 			rm "$catname"
 			failed=$(( ${failed} + $? ))
-			echo "Removed obsolete cat page $catname"
+			msg "Removed obsolete cat page $catname"
 		else
-			echo "Obsolete cat page $catname"
+			msg "Obsolete cat page $catname"
 			failed=1
 		fi
 	done

Reply via email to