From 9e0e955daf57b997792ca55a236498694ce634e2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 6 Jan 2017 00:30:43 +0100 Subject: Update Debian package - Update debhelper compatibility to version 9. - Update build-dependencies. - Change group of ngircd.conf to "irc" in postinst script (this makes starting ngIRCd as user "irc" easier, for example when using systemd). - Don't create /var/run/ircd during installation: this is handled by the SysV init script and the systemd service already. --- contrib/Debian/ngircd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/Debian/ngircd.postinst') diff --git a/contrib/Debian/ngircd.postinst b/contrib/Debian/ngircd.postinst index 55679342..f6e3c4f7 100755 --- a/contrib/Debian/ngircd.postinst +++ b/contrib/Debian/ngircd.postinst @@ -1,7 +1,6 @@ #!/bin/sh # # Debian post-installation script -# $Id: ngircd.postinst,v 1.2 2006/12/26 14:44:40 alex Exp $ # set -e @@ -12,6 +11,7 @@ case "$1" in # make sure that the configuration file is not # world-readable, it contains passwords! chmod o= /etc/ngircd/ngircd.conf + chgrp irc /etc/ngircd/ngircd.conf fi ;; esac -- cgit 1.4.1