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

Pierre Schmitz pierre at archlinux.org
Thu Jul 31 22:29:37 UTC 2008


    Date: Thursday, July 31, 2008 @ 18:29:37
  Author: pierre
Revision: 7378

upgpkg: lighttpd 1.4.19-4
    fixed FS#11080; removed install message

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

------------------+
 PKGBUILD         |    5 ++---
 lighttpd.install |   15 ---------------
 lighttpd.rc.d    |    3 +--
 3 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-31 09:54:04 UTC (rev 7377)
+++ PKGBUILD	2008-07-31 22:29:37 UTC (rev 7378)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.19
-pkgrel=3
+pkgrel=4
 pkgdesc='a secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2" \
         'lighttpd.rc.d' 'lighttpd.logrotate.d')
 md5sums=('d787374e4e4aaa09d5cfa9ab9d23ad40'
-         '245930c049d2088af099b364964534bb'
+         'bd690eee0d9e51857448770a151023b0'
          '857e174643fd7761a2f0d8431a679f6c')
 
 build() {
@@ -66,4 +66,4 @@
 	    -i ${pkgdir}/etc/lighttpd/lighttpd.conf || return 1
 
 	install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
\ No newline at end of file
+}

Modified: lighttpd.install
===================================================================
--- lighttpd.install	2008-07-31 09:54:04 UTC (rev 7377)
+++ lighttpd.install	2008-07-31 22:29:37 UTC (rev 7378)
@@ -1,19 +1,4 @@
-post_install() {
-	echo '
-	==> Optional modules and their requirements
-
-	* mod_webdav		: libxml2, sqlite3, e2fsprogs
-	* mod_cml		: lua
-	* mod_magnet		: lua
-	* mod_trigger_b4_dl	: gdbm
-	* mod_mysql_vhost	: libmysqlclient
-
-	'
-}
-
 post_upgrade() {
-	post_install
-
 	if [ $(vercmp '1.4.19-1' $2) -ge 0 ]; then
 	echo '
 	==> New default DocumentRoot

Modified: lighttpd.rc.d
===================================================================
--- lighttpd.rc.d	2008-07-31 09:54:04 UTC (rev 7377)
+++ lighttpd.rc.d	2008-07-31 22:29:37 UTC (rev 7378)
@@ -9,7 +9,7 @@
 case "$1" in
   start)
     stat_busy "Starting lighttpd Daemon"
-    [ -z "$PID" ] && /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf >> /var/log/lighttpd/error.log 2>&1
+    [ -z "$PID" ] && /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf 2>&1
     if [ $? -gt 0 ]; then
       stat_fail
     else
@@ -35,4 +35,4 @@
     ;;
   *)
     echo "usage: $0 {start|stop|restart}"
-esac
\ No newline at end of file
+esac





More information about the arch-commits mailing list