Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/5f3ef947ab0d
branches:  netbsd-9
changeset: 745298:5f3ef947ab0d
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 27 18:53:04 2020 +0000

description:
Pull up following revision(s) (requested by nakayama in ticket #738):

        usr.sbin/postinstall/postinstall.in: revision 1.15

Fix the fixup script to follow the URL change in /etc/motd (http->https).
PR install/54990, pullup-9

diffstat:

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

diffs (20 lines):

diff -r 3bbc81898063 -r 5f3ef947ab0d usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in       Thu Feb 27 18:50:43 2020 +0000
+++ b/usr.sbin/postinstall/postinstall.in       Thu Feb 27 18:53:04 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.5.2.3 2020/01/02 09:09:01 martin Exp $
+# $NetBSD: postinstall.in,v 1.5.2.4 2020/02/27 18:53:04 martin Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1237,7 +1237,7 @@
 
        if ${GREP} -i 'http://www.NetBSD.org/Misc/send-pr.html' \
                "${DEST_DIR}/etc/motd" >/dev/null 2>&1 \
-           || ${GREP} -i 'http://www.NetBSD.org/support/send-pr.html' \
+           || ${GREP} -i 'https*://www.NetBSD.org/support/send-pr.html' \
                "${DEST_DIR}/etc/motd" >/dev/null 2>&1
        then
                tmp1="$(mktemp /tmp/postinstall.motd.XXXXXXXX)"



Home | Main Index | Thread Index | Old Index