Date: Sunday, February 5, 2017 @ 10:42:39 Author: guillaume Revision: 288067
Rebuild for pacman hooks (systemd) Modified: tomcat8/trunk/PKGBUILD tomcat8/trunk/tomcat8.install -----------------+ PKGBUILD | 2 +- tomcat8.install | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-05 10:41:08 UTC (rev 288066) +++ PKGBUILD 2017-02-05 10:42:39 UTC (rev 288067) @@ -1,7 +1,7 @@ # Maintainer: Guillaume ALAUX <[email protected]> pkgname=tomcat8 pkgver=8.0.41 -pkgrel=1 +pkgrel=2 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer Pages 2.3 technologies' arch=('any') url='http://tomcat.apache.org/' Modified: tomcat8.install =================================================================== --- tomcat8.install 2017-02-05 10:41:08 UTC (rev 288066) +++ tomcat8.install 2017-02-05 10:42:39 UTC (rev 288067) @@ -1,7 +1,4 @@ post_install() { - systemd-sysusers tomcat8.conf - systemd-tmpfiles --create tomcat8.conf - if [ -f lib/modules/$(uname -r)/kernel/security/capability.ko ]; then echo 'It appears that your current kernel has linux security' echo 'capabilities built as a module. Tomcat requires this'
