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/c5d49d30feb1
branches:  netbsd-6
changeset: 774619:c5d49d30feb1
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Sep 30 18:59:53 2012 +0000

description:
Pull up following revision(s) (requested by ast in ticket #568):
        usr.sbin/postinstall/postinstall: revision 1.147
Make sure that the "to fix, run: ..." instructions actually work cut-and-paste
By default postinstall has mode 644 so /bin/sh or similar needs to be prepended

diffstat:

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

diffs (20 lines):

diff -r 3e0c55fec45d -r c5d49d30feb1 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sun Sep 30 18:53:57 2012 +0000
+++ b/usr.sbin/postinstall/postinstall  Sun Sep 30 18:59:53 2012 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.129.2.9 2012/08/15 17:36:46 sborrill Exp $
+# $NetBSD: postinstall,v 1.129.2.10 2012/09/30 18:59:53 bouyer Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -2077,7 +2077,7 @@
                        [ "$MACHINE" = "$(uname -m)" ] && m= || m=" -m $MACHINE"
                        cat <<_Fix_me_
 To fix, run:
-    ${0} ${SRC_ARGLIST} -d ${DEST_DIR:-/}$m fix${items_failed}
+    ${HOST_SH} ${0} ${SRC_ARGLIST} -d ${DEST_DIR:-/}$m fix${items_failed}
 Note that this may overwrite local changes.
 _Fix_me_
                    fi



Home | Main Index | Thread Index | Old Index