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

Pierre Schmitz pierre at archlinux.org
Sun Aug 29 17:03:18 UTC 2010


    Date: Sunday, August 29, 2010 @ 13:03:17
  Author: pierre
Revision: 89171

append data to log file

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

---------------+
 PKGBUILD      |    2 +-
 lighttpd.rc.d |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-29 17:01:05 UTC (rev 89170)
+++ PKGBUILD	2010-08-29 17:03:17 UTC (rev 89171)
@@ -19,7 +19,7 @@
 source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2"
         'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf')
 md5sums=('586eb535d31ac299652495b058dd87c4'
-         '638320101f1114a0a130d5532e7cd512'
+         '953fe1f6ed9064bfeaf2f05e8b908ed8'
          '4b22edb80454cd815f076288aa117452'
          '2803a9ee7f20409c69f1566d2d90720e')
 

Modified: lighttpd.rc.d
===================================================================
--- lighttpd.rc.d	2010-08-29 17:01:05 UTC (rev 89170)
+++ lighttpd.rc.d	2010-08-29 17:03:17 UTC (rev 89171)
@@ -35,7 +35,7 @@
 
 	local PID=$(get_pid)
 	if [ -z "$PID" ]; then
-		nohup /usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf >/var/log/lighttpd/lighttpd-angel.log 2>&1 &
+		nohup /usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf >>/var/log/lighttpd/lighttpd-angel.log 2>&1 &
 		if [ $? -gt 0 ]; then
 			stat_fail
 			exit 1




More information about the arch-commits mailing list