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