Module Name:    src
Committed By:   spz
Date:           Sat Oct 12 07:00:18 UTC 2024

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

Log Message:
(typo) it used to be /var/db/blacklistd.db not /var/db/blacklist.db


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/postinstall/postinstall.in

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.in
diff -u src/usr.sbin/postinstall/postinstall.in:1.67 src/usr.sbin/postinstall/postinstall.in:1.68
--- src/usr.sbin/postinstall/postinstall.in:1.67	Thu Oct 10 22:30:01 2024
+++ src/usr.sbin/postinstall/postinstall.in	Sat Oct 12 07:00:17 2024
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.67 2024/10/10 22:30:01 uwe Exp $
+# $NetBSD: postinstall.in,v 1.68 2024/10/12 07:00:17 spz Exp $
 #
 # Copyright (c) 2002-2022 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -993,7 +993,7 @@ do_blocklist()
 	local i old
 
 	# if we are actually using blocklistd
-	for i in /var/db/blacklist.db /etc/blacklistd.conf; do
+	for i in /var/db/blacklistd.db /etc/blacklistd.conf; do
 		old="${DEST_DIR}${i}"
 		if [ ! -f "${old}" ]; then
 			continue

Reply via email to