Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall missing quote



details:   https://anonhg.NetBSD.org/src/rev/8c21800bc2a0
branches:  trunk
changeset: 943203:8c21800bc2a0
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Aug 28 15:26:23 2020 +0000

description:
missing quote

diffstat:

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

diffs (20 lines):

diff -r 79e17cfcc7c6 -r 8c21800bc2a0 usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in       Fri Aug 28 15:25:16 2020 +0000
+++ b/usr.sbin/postinstall/postinstall.in       Fri Aug 28 15:26:23 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.32 2020/08/28 15:25:16 christos Exp $
+# $NetBSD: postinstall.in,v 1.33 2020/08/28 15:26:23 christos Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -860,7 +860,7 @@
                        local p=$(${STAT} -f %Lp "${target}")
                        chmod u+w "${target}" || return 1
                        if [ "$2" = "/etc/npf.conf" ]; then
-                               ${SED} -i -e 's/"blacklistd/"blocklistd"/g' "${target}"
+                               ${SED} -i -e 's/"blacklistd"/"blocklistd"/g' "${target}"
                        else
                                ${SED} -i -e 's/\([bB]\)lacklist/\1locklist/g' "${target}"
                        fi



Home | Main Index | Thread Index | Old Index