mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/unrealircd to 4.0.10-3
This commit is contained in:
parent
7b7b6c87ad
commit
85e0dfdc10
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=unrealircd
|
||||
pkgver=4.0.10
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="Open Source IRC Server"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://unrealircd.com"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
post_install() {
|
||||
getent passwd ircd >/dev/null || useradd -r ircd -d /var/empty
|
||||
chown -R ircd {etc,var/{cache,log,lib}}/unrealircd
|
||||
systemd-tmpfiles --create unrealircd.conf
|
||||
echo "SSL is enabled by default, so you need to create pem files"
|
||||
echo "unrealircd.conf needs adjustments"
|
||||
echo "See also: https://wiki.archlinux.org/index.php/UnrealIRCd"
|
||||
|
|
Loading…
Reference in a new issue