Source-Changes-HG archive

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

[src/netbsd-6]: src/usr.sbin/postinstall Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/8077888a22cd
branches:  netbsd-6
changeset: 773774:8077888a22cd
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Feb 19 18:39:05 2012 +0000

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

diffstat:

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

diffs (23 lines):

diff -r 713faef074be -r 8077888a22cd usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sun Feb 19 18:35:55 2012 +0000
+++ b/usr.sbin/postinstall/postinstall  Sun Feb 19 18:39:05 2012 +0000
@@ -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 @@
                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



Home | Main Index | Thread Index | Old Index