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/c3fcd460f772
branches: trunk
changeset: 937892:c3fcd460f772
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 203eb54a775d -r c3fcd460f772 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