Module Name:    src
Committed By:   njoly
Date:           Sat Feb 18 17:49:29 UTC 2012

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

Log Message:
Use msg for indentation.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 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.130 src/usr.sbin/postinstall/postinstall:1.131
--- src/usr.sbin/postinstall/postinstall:1.130	Fri Feb 17 07:51:20 2012
+++ src/usr.sbin/postinstall/postinstall	Sat Feb 18 17:49:28 2012
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.130 2012/02/17 07:51:20 apb Exp $
+# $NetBSD: postinstall,v 1.131 2012/02/18 17:49:28 njoly 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