From 79aefe43dd6af2f578e6aae1946078dae5417829 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 23 Jan 2024 22:25:28 +0100 Subject: [PATCH] Debian package: Enable the [SSL] section This makes sense because the package is build with SSL support enabled, and we set and enable "CAFile" in commit ae9cfade -- which results in an error when this is not in an enabled(!) [SSL] section ... --- contrib/Debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Debian/rules b/contrib/Debian/rules index bf2ee652..25e27872 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -35,6 +35,7 @@ execute_after_dh_auto_install: -e "s|;ServerGID = 65534|ServerGID = irc|g" \ -e "s|;PidFile = /var/run/ngircd/ngircd.pid|PidFile = /run/ircd/ngircd.pid|g" \ -e "s|;PAM = yes|PAM = no|g" \ + -e "s|;\[SSL\]|[SSL]|g" \ -e "s|;CAFile = /etc/ssl/CA/cacert.pem|CAFile = /etc/ssl/certs/ca-certificates.crt|g" \ $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/sample-ngircd.conf \ >>$(CURDIR)/debian/ngircd/etc/ngircd/ngircd.conf -- 2.39.2