Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Fix the fixup script to follow the URL ...



details:   https://anonhg.NetBSD.org/src/rev/8d35ea1361c3
branches:  trunk
changeset: 745217:8d35ea1361c3
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Tue Feb 25 10:27:01 2020 +0000

description:
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 b0e1a839a71f -r 8d35ea1361c3 usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in       Tue Feb 25 09:01:25 2020 +0000
+++ b/usr.sbin/postinstall/postinstall.in       Tue Feb 25 10:27:01 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.14 2020/01/30 13:54:05 christos Exp $
+# $NetBSD: postinstall.in,v 1.15 2020/02/25 10:27:01 nakayama Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1271,7 +1271,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