Module Name:    src
Committed By:   christos
Date:           Wed Jun 12 21:08:33 UTC 2019

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
Add missing npf.boot.conf


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.227 src/usr.sbin/postinstall/postinstall:1.228
--- src/usr.sbin/postinstall/postinstall:1.227	Wed Jun 12 13:45:23 2019
+++ src/usr.sbin/postinstall/postinstall	Wed Jun 12 17:08:33 2019
@@ -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 @@ do_defaults()
 
 	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" \

Reply via email to