head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.34 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.32 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.30 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.28 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.26 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.24 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.22 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.20 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.18 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.16 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.14 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.12 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.10 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2022.02.18.11.57.30; author sborrill; state Exp; branches; next ; commitid xD4JeCdP1uUgU5tD; desc @@ 1.1 log @ufdbguard: import ufdbGuard 1.35.3 ufdbGuard is a URL filter to block unwanted web content on the internet. ufdbGuard can also enforce Google SafeSearch, detect UltraSurf, Tor, Skype and other chat applications, proxy tunnels and enforce safer HTTPS traffic. ufdbGuard is a redirector for the Squid web proxy with 50,000 URL verifications/second. ufdbGuard integrates with user authorities like LDAP, Kerberos and Active Directory to assign different policies to different groups of users. @ text @$NetBSD$ Use correct locations for pkgsrc --- configure.orig 2020-11-02 13:42:38.000000000 +0000 +++ configure 2022-01-28 16:55:48.436979029 +0000 @@@@ -7297,7 +7297,7 @@@@ ufdb_os_type=gentoo ufdb_initdir=/etc/init.d ufdb_sysconfigfile="/etc/conf.d/ufdb" -elif test -f /usr/pkg/etc # NetBSD +elif test $MYOS = NetBSD # NetBSD then ufdb_os_type=netbsd ufdb_initdir=/etc/init.d @@@@ -7307,6 +7307,8 @@@@ ufdb_initdir=/usr/local/etc ufdb_sysconfigfile="/etc/urlfilterdb/ufdbguard" fi +ufdb_sysconfigfile=$ufdb_config/ufdbguard + echo "OS type is $ufdb_os_type and system configuration file is $ufdb_sysconfigfile" if test ! -f $ufdb_sysconfigfile @