[arch-commits] Commit in unrealircd/trunk (PKGBUILD unrealircd.install)

Sergej Pupykin spupykin at archlinux.org
Mon Aug 29 18:09:53 UTC 2016


    Date: Monday, August 29, 2016 @ 18:09:53
  Author: spupykin
Revision: 187960

upgpkg: unrealircd 4.0.5-3

upd

Modified:
  unrealircd/trunk/PKGBUILD
  unrealircd/trunk/unrealircd.install

--------------------+
 PKGBUILD           |    2 +-
 unrealircd.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-29 18:09:11 UTC (rev 187959)
+++ PKGBUILD	2016-08-29 18:09:53 UTC (rev 187960)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=4.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com"

Modified: unrealircd.install
===================================================================
--- unrealircd.install	2016-08-29 18:09:11 UTC (rev 187959)
+++ unrealircd.install	2016-08-29 18:09:53 UTC (rev 187960)
@@ -1,5 +1,5 @@
 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
   systemd-tmpfiles --create unrealircd.conf
   echo "SSL is enabled by default, so you need to create pem files"



More information about the arch-commits mailing list