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

Pierre Schmitz pierre at nymeria.archlinux.org
Tue Mar 19 18:53:01 UTC 2013


    Date: Tuesday, March 19, 2013 @ 19:53:00
  Author: pierre
Revision: 180288

systemd 189 compatibility

Modified:
  lighttpd/trunk/PKGBUILD
  lighttpd/trunk/lighttpd.install

------------------+
 PKGBUILD         |    4 ++--
 lighttpd.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-19 18:48:08 UTC (rev 180287)
+++ PKGBUILD	2013-03-19 18:53:00 UTC (rev 180288)
@@ -3,12 +3,12 @@
 
 pkgname=lighttpd
 pkgver=1.4.32
-pkgrel=3
+pkgrel=4
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
 url="http://www.lighttpd.net/"
-depends=('pcre' 'bzip2' 'libldap' 'util-linux')
+depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
 makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig')
 optdepends=('libxml2: mod_webdav'
             'lua51: mod_cml/mod_magnet'

Modified: lighttpd.install
===================================================================
--- lighttpd.install	2013-03-19 18:48:08 UTC (rev 180287)
+++ lighttpd.install	2013-03-19 18:53:00 UTC (rev 180288)
@@ -1,6 +1,6 @@
 post_install() {
 	if [[ ! -d run/lighttpd ]]; then
-		usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/lighttpd.conf
+		usr/bin/systemd-tmpfiles --create lighttpd.conf
 	fi
 }
 




More information about the arch-commits mailing list