Date: Thursday, January 7, 2016 @ 20:04:29 Author: spupykin Revision: 155660
archrelease: copy trunk to community-i686, community-x86_64 Added: unrealircd/repos/community-i686/PKGBUILD (from rev 155659, unrealircd/trunk/PKGBUILD) unrealircd/repos/community-i686/config.settings (from rev 155659, unrealircd/trunk/config.settings) unrealircd/repos/community-i686/install.pl (from rev 155659, unrealircd/trunk/install.pl) unrealircd/repos/community-i686/unrealircd.install (from rev 155659, unrealircd/trunk/unrealircd.install) unrealircd/repos/community-i686/unrealircd.service (from rev 155659, unrealircd/trunk/unrealircd.service) unrealircd/repos/community-i686/unrealircd.tmpfiles.d (from rev 155659, unrealircd/trunk/unrealircd.tmpfiles.d) unrealircd/repos/community-x86_64/PKGBUILD (from rev 155659, unrealircd/trunk/PKGBUILD) unrealircd/repos/community-x86_64/config.settings (from rev 155659, unrealircd/trunk/config.settings) unrealircd/repos/community-x86_64/install.pl (from rev 155659, unrealircd/trunk/install.pl) unrealircd/repos/community-x86_64/unrealircd.install (from rev 155659, unrealircd/trunk/unrealircd.install) unrealircd/repos/community-x86_64/unrealircd.service (from rev 155659, unrealircd/trunk/unrealircd.service) unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d (from rev 155659, unrealircd/trunk/unrealircd.tmpfiles.d) Deleted: unrealircd/repos/community-i686/PKGBUILD unrealircd/repos/community-i686/config.settings unrealircd/repos/community-i686/install.pl unrealircd/repos/community-i686/unrealircd.install unrealircd/repos/community-i686/unrealircd.service unrealircd/repos/community-i686/unrealircd.tmpfiles.d unrealircd/repos/community-x86_64/PKGBUILD unrealircd/repos/community-x86_64/config.settings unrealircd/repos/community-x86_64/install.pl unrealircd/repos/community-x86_64/unrealircd.install unrealircd/repos/community-x86_64/unrealircd.service unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d ----------------------------------------+ /PKGBUILD | 110 +++++++++++++++++++++++++++++++ /config.settings | 56 +++++++++++++++ /install.pl | 10 ++ /unrealircd.install | 24 ++++++ /unrealircd.service | 24 ++++++ /unrealircd.tmpfiles.d | 2 community-i686/PKGBUILD | 55 --------------- community-i686/config.settings | 28 ------- community-i686/install.pl | 5 - community-i686/unrealircd.install | 12 --- community-i686/unrealircd.service | 12 --- community-i686/unrealircd.tmpfiles.d | 1 community-x86_64/PKGBUILD | 55 --------------- community-x86_64/config.settings | 28 ------- community-x86_64/install.pl | 5 - community-x86_64/unrealircd.install | 12 --- community-x86_64/unrealircd.service | 12 --- community-x86_64/unrealircd.tmpfiles.d | 1 18 files changed, 226 insertions(+), 226 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-01-07 19:04:05 UTC (rev 155659) +++ community-i686/PKGBUILD 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,55 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Zerial <ferna...@zerial.org> - -pkgname=unrealircd -pkgver=4.0.0 -pkgrel=3 -pkgdesc="Open Source IRC Server" -arch=('i686' 'x86_64') -url="http://unrealircd.com" -license=('GPL2') -depends=('openssl' 'curl' 'c-ares') -conflicts=('ircd') -provides=('ircd') -backup=('etc/unrealircd/unrealircd.conf') -install=unrealircd.install -source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz - unrealircd.service - unrealircd.tmpfiles.d - config.settings - install.pl) -md5sums=('ea5922554cda40e39a2d6fd7520284f1' - '677d8de0bae770488a2c1730f9475a51' - '3ec519ea7dbe99696eb6c51dfc0d382a' - '11ce231048c92651e76fdeb58609d0ba' - '3a23792b03420fc578cf6688b1574ae3') - -prepare() { - cd $srcdir/unrealircd-$pkgver - cp $srcdir/config.settings . - sed -i \ - -e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \ - -e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \ - Makefile.in - sed -i 's|ARG=" "|ARG="--with-pidfile=/run/unrealircd/ircd.pid "|' Config -} - -build() { - cd $srcdir/unrealircd-$pkgver - ./Config -quick - make -} - -package() { - cd $srcdir/unrealircd-$pkgver - - export pkgdir - make INSTALL=$srcdir/install.pl install - mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd - cp $pkgdir/etc/unrealircd/examples/example.conf $pkgdir/etc/unrealircd/unrealircd.conf - rm -rf $pkgdir/tmp - - install -Dm0644 $srcdir/unrealircd.service $pkgdir/usr/lib/systemd/system/unrealircd.service - install -Dm0644 $srcdir/unrealircd.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/unrealircd.conf -} Copied: unrealircd/repos/community-i686/PKGBUILD (from rev 155659, unrealircd/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Zerial <ferna...@zerial.org> + +pkgname=unrealircd +pkgver=4.0.0 +pkgrel=4 +pkgdesc="Open Source IRC Server" +arch=('i686' 'x86_64') +url="http://unrealircd.com" +license=('GPL2') +depends=('openssl' 'curl' 'c-ares') +conflicts=('ircd') +provides=('ircd') +backup=('etc/unrealircd/unrealircd.conf') +install=unrealircd.install +source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz + unrealircd.service + unrealircd.tmpfiles.d + config.settings + install.pl) +md5sums=('ea5922554cda40e39a2d6fd7520284f1' + '677d8de0bae770488a2c1730f9475a51' + '3ec519ea7dbe99696eb6c51dfc0d382a' + '11ce231048c92651e76fdeb58609d0ba' + '3a23792b03420fc578cf6688b1574ae3') + +prepare() { + cd $srcdir/unrealircd-$pkgver + cp $srcdir/config.settings . + sed -i \ + -e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \ + -e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \ + Makefile.in + sed -i 's|ARG=" "|ARG="--with-pidfile=/run/unrealircd/ircd.pid "|' Config +} + +build() { + cd $srcdir/unrealircd-$pkgver + ./Config -quick + make +} + +package() { + cd $srcdir/unrealircd-$pkgver + + export pkgdir + make INSTALL=$srcdir/install.pl install + mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd + cp $pkgdir/etc/unrealircd/examples/example.conf $pkgdir/etc/unrealircd/unrealircd.conf + rm -rf $pkgdir/tmp + + install -Dm0644 $srcdir/unrealircd.service $pkgdir/usr/lib/systemd/system/unrealircd.service + install -Dm0644 $srcdir/unrealircd.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/unrealircd.conf +} Deleted: community-i686/config.settings =================================================================== --- community-i686/config.settings 2016-01-07 19:04:05 UTC (rev 155659) +++ community-i686/config.settings 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,28 +0,0 @@ -# -BASEPATH="/usr" -BINDIR="/usr/bin" -DATADIR="/var/lib/unrealircd" -CONFDIR="/etc/unrealircd" -MODULESDIR="/usr/lib/unrealircd" -LOGDIR="/var/log/unrealircd" -CACHEDIR="/var/cache/unrealircd" -DOCDIR="/usr/share/doc/unrealircd" -TMPDIR="/tmp" -PREFIXAQ="1" -MAXSENDQLENGTH="3000000" -MAXCONNECTIONS="1024" -NICKNAMEHISTORYLENGTH="2000" -DEFPERM="0644" -SSLDIR="/usr" -REMOTEINC="" -CURLDIR="/usr" -SHOWLISTMODES="1" -TOPICNICKISNUH="" -SHUNNOTICES="" -NOOPEROVERRIDE="" -DISABLEUSERMOD="" -OPEROVERRIDEVERIFY="" -DISABLEEXTBANSTACKING="" -GENCERTIFICATE="1" -EXTRAPARA="" -ADVANCED="" Copied: unrealircd/repos/community-i686/config.settings (from rev 155659, unrealircd/trunk/config.settings) =================================================================== --- community-i686/config.settings (rev 0) +++ community-i686/config.settings 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,28 @@ +# +BASEPATH="/usr" +BINDIR="/usr/bin" +DATADIR="/var/lib/unrealircd" +CONFDIR="/etc/unrealircd" +MODULESDIR="/usr/lib/unrealircd" +LOGDIR="/var/log/unrealircd" +CACHEDIR="/var/cache/unrealircd" +DOCDIR="/usr/share/doc/unrealircd" +TMPDIR="/tmp" +PREFIXAQ="1" +MAXSENDQLENGTH="3000000" +MAXCONNECTIONS="1024" +NICKNAMEHISTORYLENGTH="2000" +DEFPERM="0644" +SSLDIR="/usr" +REMOTEINC="" +CURLDIR="/usr" +SHOWLISTMODES="1" +TOPICNICKISNUH="" +SHUNNOTICES="" +NOOPEROVERRIDE="" +DISABLEUSERMOD="" +OPEROVERRIDEVERIFY="" +DISABLEEXTBANSTACKING="" +GENCERTIFICATE="1" +EXTRAPARA="" +ADVANCED="" Deleted: community-i686/install.pl =================================================================== --- community-i686/install.pl 2016-01-07 19:04:05 UTC (rev 155659) +++ community-i686/install.pl 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,5 +0,0 @@ -#!/usr/bin/perl -w -use Env qw(pkgdir); -my $last = pop @ARGV; -my $cmd = "/usr/bin/install ".(join ' ',@ARGV)." $pkgdir/$last"; -system($cmd); Copied: unrealircd/repos/community-i686/install.pl (from rev 155659, unrealircd/trunk/install.pl) =================================================================== --- community-i686/install.pl (rev 0) +++ community-i686/install.pl 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,5 @@ +#!/usr/bin/perl -w +use Env qw(pkgdir); +my $last = pop @ARGV; +my $cmd = "/usr/bin/install ".(join ' ',@ARGV)." $pkgdir/$last"; +system($cmd); Deleted: community-i686/unrealircd.install =================================================================== --- community-i686/unrealircd.install 2016-01-07 19:04:05 UTC (rev 155659) +++ community-i686/unrealircd.install 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,12 +0,0 @@ -post_install() { - getent passwd ircd >/dev/null || useradd -r ircd - chown -R ircd {etc,var/{cache,log}}/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" -} - -post_upgrade() { - post_install -} Copied: unrealircd/repos/community-i686/unrealircd.install (from rev 155659, unrealircd/trunk/unrealircd.install) =================================================================== --- community-i686/unrealircd.install (rev 0) +++ community-i686/unrealircd.install 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,12 @@ +post_install() { + getent passwd ircd >/dev/null || useradd -r ircd + 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" +} + +post_upgrade() { + post_install +} Deleted: community-i686/unrealircd.service =================================================================== --- community-i686/unrealircd.service 2016-01-07 19:04:05 UTC (rev 155659) +++ community-i686/unrealircd.service 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,12 +0,0 @@ -[Unit] -Description=IRC daemon -After=network.target remote-fs.target nss-lookup.target - -[Service] -Type=forking -User=ircd -PIDFile=/run/unrealircd/ircd.pid -ExecStart=/usr/bin/unrealircd - -[Install] -WantedBy=multi-user.target Copied: unrealircd/repos/community-i686/unrealircd.service (from rev 155659, unrealircd/trunk/unrealircd.service) =================================================================== --- community-i686/unrealircd.service (rev 0) +++ community-i686/unrealircd.service 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,12 @@ +[Unit] +Description=IRC daemon +After=network.target remote-fs.target nss-lookup.target + +[Service] +Type=forking +User=ircd +PIDFile=/run/unrealircd/ircd.pid +ExecStart=/usr/bin/unrealircd + +[Install] +WantedBy=multi-user.target Deleted: community-i686/unrealircd.tmpfiles.d =================================================================== --- community-i686/unrealircd.tmpfiles.d 2016-01-07 19:04:05 UTC (rev 155659) +++ community-i686/unrealircd.tmpfiles.d 2016-01-07 19:04:29 UTC (rev 155660) @@ -1 +0,0 @@ -d /run/unrealircd 0755 ircd root - Copied: unrealircd/repos/community-i686/unrealircd.tmpfiles.d (from rev 155659, unrealircd/trunk/unrealircd.tmpfiles.d) =================================================================== --- community-i686/unrealircd.tmpfiles.d (rev 0) +++ community-i686/unrealircd.tmpfiles.d 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1 @@ +d /run/unrealircd 0755 ircd root - Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-01-07 19:04:05 UTC (rev 155659) +++ community-x86_64/PKGBUILD 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,55 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Zerial <ferna...@zerial.org> - -pkgname=unrealircd -pkgver=4.0.0 -pkgrel=3 -pkgdesc="Open Source IRC Server" -arch=('i686' 'x86_64') -url="http://unrealircd.com" -license=('GPL2') -depends=('openssl' 'curl' 'c-ares') -conflicts=('ircd') -provides=('ircd') -backup=('etc/unrealircd/unrealircd.conf') -install=unrealircd.install -source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz - unrealircd.service - unrealircd.tmpfiles.d - config.settings - install.pl) -md5sums=('ea5922554cda40e39a2d6fd7520284f1' - '677d8de0bae770488a2c1730f9475a51' - '3ec519ea7dbe99696eb6c51dfc0d382a' - '11ce231048c92651e76fdeb58609d0ba' - '3a23792b03420fc578cf6688b1574ae3') - -prepare() { - cd $srcdir/unrealircd-$pkgver - cp $srcdir/config.settings . - sed -i \ - -e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \ - -e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \ - Makefile.in - sed -i 's|ARG=" "|ARG="--with-pidfile=/run/unrealircd/ircd.pid "|' Config -} - -build() { - cd $srcdir/unrealircd-$pkgver - ./Config -quick - make -} - -package() { - cd $srcdir/unrealircd-$pkgver - - export pkgdir - make INSTALL=$srcdir/install.pl install - mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd - cp $pkgdir/etc/unrealircd/examples/example.conf $pkgdir/etc/unrealircd/unrealircd.conf - rm -rf $pkgdir/tmp - - install -Dm0644 $srcdir/unrealircd.service $pkgdir/usr/lib/systemd/system/unrealircd.service - install -Dm0644 $srcdir/unrealircd.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/unrealircd.conf -} Copied: unrealircd/repos/community-x86_64/PKGBUILD (from rev 155659, unrealircd/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Zerial <ferna...@zerial.org> + +pkgname=unrealircd +pkgver=4.0.0 +pkgrel=4 +pkgdesc="Open Source IRC Server" +arch=('i686' 'x86_64') +url="http://unrealircd.com" +license=('GPL2') +depends=('openssl' 'curl' 'c-ares') +conflicts=('ircd') +provides=('ircd') +backup=('etc/unrealircd/unrealircd.conf') +install=unrealircd.install +source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz + unrealircd.service + unrealircd.tmpfiles.d + config.settings + install.pl) +md5sums=('ea5922554cda40e39a2d6fd7520284f1' + '677d8de0bae770488a2c1730f9475a51' + '3ec519ea7dbe99696eb6c51dfc0d382a' + '11ce231048c92651e76fdeb58609d0ba' + '3a23792b03420fc578cf6688b1574ae3') + +prepare() { + cd $srcdir/unrealircd-$pkgver + cp $srcdir/config.settings . + sed -i \ + -e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \ + -e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \ + Makefile.in + sed -i 's|ARG=" "|ARG="--with-pidfile=/run/unrealircd/ircd.pid "|' Config +} + +build() { + cd $srcdir/unrealircd-$pkgver + ./Config -quick + make +} + +package() { + cd $srcdir/unrealircd-$pkgver + + export pkgdir + make INSTALL=$srcdir/install.pl install + mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd + cp $pkgdir/etc/unrealircd/examples/example.conf $pkgdir/etc/unrealircd/unrealircd.conf + rm -rf $pkgdir/tmp + + install -Dm0644 $srcdir/unrealircd.service $pkgdir/usr/lib/systemd/system/unrealircd.service + install -Dm0644 $srcdir/unrealircd.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/unrealircd.conf +} Deleted: community-x86_64/config.settings =================================================================== --- community-x86_64/config.settings 2016-01-07 19:04:05 UTC (rev 155659) +++ community-x86_64/config.settings 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,28 +0,0 @@ -# -BASEPATH="/usr" -BINDIR="/usr/bin" -DATADIR="/var/lib/unrealircd" -CONFDIR="/etc/unrealircd" -MODULESDIR="/usr/lib/unrealircd" -LOGDIR="/var/log/unrealircd" -CACHEDIR="/var/cache/unrealircd" -DOCDIR="/usr/share/doc/unrealircd" -TMPDIR="/tmp" -PREFIXAQ="1" -MAXSENDQLENGTH="3000000" -MAXCONNECTIONS="1024" -NICKNAMEHISTORYLENGTH="2000" -DEFPERM="0644" -SSLDIR="/usr" -REMOTEINC="" -CURLDIR="/usr" -SHOWLISTMODES="1" -TOPICNICKISNUH="" -SHUNNOTICES="" -NOOPEROVERRIDE="" -DISABLEUSERMOD="" -OPEROVERRIDEVERIFY="" -DISABLEEXTBANSTACKING="" -GENCERTIFICATE="1" -EXTRAPARA="" -ADVANCED="" Copied: unrealircd/repos/community-x86_64/config.settings (from rev 155659, unrealircd/trunk/config.settings) =================================================================== --- community-x86_64/config.settings (rev 0) +++ community-x86_64/config.settings 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,28 @@ +# +BASEPATH="/usr" +BINDIR="/usr/bin" +DATADIR="/var/lib/unrealircd" +CONFDIR="/etc/unrealircd" +MODULESDIR="/usr/lib/unrealircd" +LOGDIR="/var/log/unrealircd" +CACHEDIR="/var/cache/unrealircd" +DOCDIR="/usr/share/doc/unrealircd" +TMPDIR="/tmp" +PREFIXAQ="1" +MAXSENDQLENGTH="3000000" +MAXCONNECTIONS="1024" +NICKNAMEHISTORYLENGTH="2000" +DEFPERM="0644" +SSLDIR="/usr" +REMOTEINC="" +CURLDIR="/usr" +SHOWLISTMODES="1" +TOPICNICKISNUH="" +SHUNNOTICES="" +NOOPEROVERRIDE="" +DISABLEUSERMOD="" +OPEROVERRIDEVERIFY="" +DISABLEEXTBANSTACKING="" +GENCERTIFICATE="1" +EXTRAPARA="" +ADVANCED="" Deleted: community-x86_64/install.pl =================================================================== --- community-x86_64/install.pl 2016-01-07 19:04:05 UTC (rev 155659) +++ community-x86_64/install.pl 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,5 +0,0 @@ -#!/usr/bin/perl -w -use Env qw(pkgdir); -my $last = pop @ARGV; -my $cmd = "/usr/bin/install ".(join ' ',@ARGV)." $pkgdir/$last"; -system($cmd); Copied: unrealircd/repos/community-x86_64/install.pl (from rev 155659, unrealircd/trunk/install.pl) =================================================================== --- community-x86_64/install.pl (rev 0) +++ community-x86_64/install.pl 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,5 @@ +#!/usr/bin/perl -w +use Env qw(pkgdir); +my $last = pop @ARGV; +my $cmd = "/usr/bin/install ".(join ' ',@ARGV)." $pkgdir/$last"; +system($cmd); Deleted: community-x86_64/unrealircd.install =================================================================== --- community-x86_64/unrealircd.install 2016-01-07 19:04:05 UTC (rev 155659) +++ community-x86_64/unrealircd.install 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,12 +0,0 @@ -post_install() { - getent passwd ircd >/dev/null || useradd -r ircd - chown -R ircd {etc,var/{cache,log}}/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" -} - -post_upgrade() { - post_install -} Copied: unrealircd/repos/community-x86_64/unrealircd.install (from rev 155659, unrealircd/trunk/unrealircd.install) =================================================================== --- community-x86_64/unrealircd.install (rev 0) +++ community-x86_64/unrealircd.install 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,12 @@ +post_install() { + getent passwd ircd >/dev/null || useradd -r ircd + 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" +} + +post_upgrade() { + post_install +} Deleted: community-x86_64/unrealircd.service =================================================================== --- community-x86_64/unrealircd.service 2016-01-07 19:04:05 UTC (rev 155659) +++ community-x86_64/unrealircd.service 2016-01-07 19:04:29 UTC (rev 155660) @@ -1,12 +0,0 @@ -[Unit] -Description=IRC daemon -After=network.target remote-fs.target nss-lookup.target - -[Service] -Type=forking -User=ircd -PIDFile=/run/unrealircd/ircd.pid -ExecStart=/usr/bin/unrealircd - -[Install] -WantedBy=multi-user.target Copied: unrealircd/repos/community-x86_64/unrealircd.service (from rev 155659, unrealircd/trunk/unrealircd.service) =================================================================== --- community-x86_64/unrealircd.service (rev 0) +++ community-x86_64/unrealircd.service 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1,12 @@ +[Unit] +Description=IRC daemon +After=network.target remote-fs.target nss-lookup.target + +[Service] +Type=forking +User=ircd +PIDFile=/run/unrealircd/ircd.pid +ExecStart=/usr/bin/unrealircd + +[Install] +WantedBy=multi-user.target Deleted: community-x86_64/unrealircd.tmpfiles.d =================================================================== --- community-x86_64/unrealircd.tmpfiles.d 2016-01-07 19:04:05 UTC (rev 155659) +++ community-x86_64/unrealircd.tmpfiles.d 2016-01-07 19:04:29 UTC (rev 155660) @@ -1 +0,0 @@ -d /run/unrealircd 0755 ircd root - Copied: unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d (from rev 155659, unrealircd/trunk/unrealircd.tmpfiles.d) =================================================================== --- community-x86_64/unrealircd.tmpfiles.d (rev 0) +++ community-x86_64/unrealircd.tmpfiles.d 2016-01-07 19:04:29 UTC (rev 155660) @@ -0,0 +1 @@ +d /run/unrealircd 0755 ircd root -