head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.50 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.48 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.46 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.44 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.42 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.40 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.38 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.36 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.34 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.32 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.30 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.28 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.26 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.24 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.22 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.20 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.18 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.16 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.14 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.12 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.10 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.8 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.6 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.4 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.2 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2020.03.29.06.56.48; author rillig; state Exp; branches; next 1.2; commitid j08usyCV5Ts3tg2C; 1.2 date 2019.12.08.03.55.05; author nia; state Exp; branches; next 1.1; commitid AjEKyijG27z54RNB; 1.1 date 2019.02.05.19.10.50; author nia; state Exp; branches; next ; commitid eoSnJal4m3UwXBaB; desc @@ 1.3 log @chat/anope: fix hard-coded /usr/pkg in patch @ text @$NetBSD: patch-data_example.conf,v 1.2 2019/12/08 03:55:05 nia Exp $ Fix config file filenames for pkgsrc's CONF_FILES system. --- data/example.conf.orig 2019-10-14 14:51:20.000000000 +0000 +++ data/example.conf @@@@ -235,13 +235,13 @@@@ serverinfo * The filename containing the Services process ID. The path is relative to the * services root directory. */ - pid = "data/services.pid" + pid = "@@PREFIX@@/anope/anope.pid" /* * The filename containing the Message of the Day. The path is relative to the * services root directory. */ - motd = "conf/services.motd" + motd = "@@PKG_SYSCONFDIR@@/anope/services.motd" } /* @@@@ -565,7 +565,7 @@@@ options include { type = "file" - name = "botserv.example.conf" + name = "botserv.conf" } /* @@@@ -578,7 +578,7 @@@@ include include { type = "file" - name = "chanserv.example.conf" + name = "chanserv.conf" } /* @@@@ -591,7 +591,7 @@@@ include include { type = "file" - name = "global.example.conf" + name = "global.conf" } /* @@@@ -604,7 +604,7 @@@@ include include { type = "file" - name = "hostserv.example.conf" + name = "hostserv.conf" } /* @@@@ -617,7 +617,7 @@@@ include include { type = "file" - name = "memoserv.example.conf" + name = "memoserv.conf" } /* @@@@ -630,7 +630,7 @@@@ include include { type = "file" - name = "nickserv.example.conf" + name = "nickserv.conf" } /* @@@@ -643,7 +643,7 @@@@ include include { type = "file" - name = "operserv.example.conf" + name = "operserv.conf" } /* @@@@ -1266,7 +1266,7 @@@@ module { name = "enc_sha256" } include { type = "file" - name = "modules.example.conf" + name = "modules.conf" } /* @@@@ -1276,7 +1276,7 @@@@ include #include { type = "file" - name = "chanstats.example.conf" + name = "chanstats.conf" } /* @@@@ -1289,5 +1289,5 @@@@ include #include { type = "file" - name = "irc2sql.example.conf" + name = "irc2sql.conf" } @ 1.2 log @anope: Update to 2.0.7 The notable changes includes: Fix not sending login data on successful NickServ GROUP Fix m_httpd to not consider headers to be case sensitive Add InspIRCd 3 protocol support Add 'n' email token for use in the email change template Add logging for NickServ UNGROUP Fix setting swhois on UnrealIRCd Add nickserv/recover permission to allow opers to recover other users Fix superadmin not being removed when deopering Fix setting nickserv access list in webcpanel Add support for post-handshake SASL in Unreal 4.2.2+ Add logging for channel memo deletionso @ text @d1 1 a1 1 $NetBSD: patch-data_example.conf,v 1.1 2019/02/05 19:10:50 nia Exp $ d12 1 a12 1 + pid = "/usr/pkg/anope/anope.pid" d19 1 a19 1 + motd = "/usr/pkg/etc/anope/services.motd" @ 1.1 log @chat/anope: Update to 2.0.6 [10 years of updates, no changelog. Based on work in pkgsrc-wip.] @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- data/example.conf.orig 2017-03-30 21:00:24.000000000 +0000 d7 1 a7 1 @@@@ -231,13 +231,13 @@@@ serverinfo d12 1 a12 1 + pid = "@@PREFIX@@/anope/anope.pid" d19 1 a19 1 + motd = "@@PKG_SYSCONFDIR@@/anope/services.motd" d23 1 a23 1 @@@@ -560,7 +560,7 @@@@ options d32 1 a32 1 @@@@ -573,7 +573,7 @@@@ include d41 1 a41 1 @@@@ -586,7 +586,7 @@@@ include d50 1 a50 1 @@@@ -599,7 +599,7 @@@@ include d59 1 a59 1 @@@@ -612,7 +612,7 @@@@ include d68 1 a68 1 @@@@ -625,7 +625,7 @@@@ include d77 1 a77 1 @@@@ -638,7 +638,7 @@@@ include d86 1 a86 1 @@@@ -1232,7 +1232,7 @@@@ module { name = "enc_sha256" } d95 1 a95 1 @@@@ -1242,7 +1242,7 @@@@ include d104 1 a104 1 @@@@ -1255,5 +1255,5 @@@@ include @