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

Pierre Schmitz pierre at archlinux.org
Wed Apr 27 13:05:02 UTC 2011


    Date: Wednesday, April 27, 2011 @ 09:05:01
  Author: pierre
Revision: 120925

Fix typo in rc script
See FS#23945

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-27 11:41:03 UTC (rev 120924)
+++ PKGBUILD	2011-04-27 13:05:01 UTC (rev 120925)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.28
-pkgrel=5
+pkgrel=6
 pkgdesc='a secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -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'
-         'eadffcda24d0d996032f8555ce9623c2'
+         '369f2eea6231342b514ca4777bf395c8'
          '913e2157fa78d990c32146f387d44c2b'
          '2803a9ee7f20409c69f1566d2d90720e')
 

Modified: lighttpd.rc.d
===================================================================
--- lighttpd.rc.d	2011-04-27 11:41:03 UTC (rev 120924)
+++ lighttpd.rc.d	2011-04-27 13:05:01 UTC (rev 120925)
@@ -44,7 +44,7 @@
 	fi
 
 	local piddir=$(dirname "$(get_pid_file)")
-	if [ ! -d "{$piddir}" ]; then
+	if [ ! -d "${piddir}" ]; then
 		install -d -m755 -o http -g http "${piddir}"
 	fi
 




More information about the arch-commits mailing list