Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Add missing npf.boot.conf



details:   https://anonhg.NetBSD.org/src/rev/d423564dc0a0
branches:  trunk
changeset: 451952:d423564dc0a0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 12 21:08:33 2019 +0000

description:
Add missing npf.boot.conf

diffstat:

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

diffs (22 lines):

diff -r ee67860b13a4 -r d423564dc0a0 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Wed Jun 12 21:02:07 2019 +0000
+++ b/usr.sbin/postinstall/postinstall  Wed Jun 12 21:08:33 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.227 2019/06/12 17:45:23 christos Exp $
+# $NetBSD: postinstall,v 1.228 2019/06/12 21:08:33 christos Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -874,8 +874,8 @@
 
        compare_dir "$op" "${SRC_DIR}/etc/defaults" "${DEST_DIR}/etc/defaults" \
                444 \
-               daily.conf monthly.conf pkgpath.conf security.conf \
-               weekly.conf ${extra_scripts}
+               daily.conf monthly.conf npf.boot.conf pkgpath.conf \
+               security.conf weekly.conf ${extra_scripts}
        failed=$(( ${failed} + $? ))
 
        find_file_in_dirlist pf.boot.conf "pf.boot.conf" \



Home | Main Index | Thread Index | Old Index