lighttpd: 1.4.25 -> 1.4.26

This commit is contained in:
Thomas Penteker 2010-02-09 00:23:00 +01:00
parent 9c1a6f71fd
commit 64cc05a1b8
3 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
2027c49fb46530e45338c5e2da13c02f lighttpd-1.4.25.tar.bz2
a682c8efce47a2f4263a247ba0813c9b lighttpd-1.4.26.tar.bz2
0ca699210055a3e137ffefdcd5441c09 lighttpd.conf
b9e97858fc836c3b37c3f1b480155ccb lighttpd.rc
db5f970cd1ebb3ab44f5e6f41fd0890c lighttpd.rc

View File

@ -5,7 +5,7 @@
# Depends on: libpcre
name=lighttpd
version=1.4.25
version=1.4.26
release=1
source=(http://download.$name.net/$name/releases-1.4.x/$name-$version.tar.bz2 \
$name.conf \

View File

@ -8,10 +8,8 @@ start)
/usr/sbin/lighttpd -f /etc/lighttpd.conf
;;
stop)
if [ -f /var/run/lighttpd.pid ]; then
kill `cat /var/run/lighttpd.pid`
rm -f /var/run/lighttpd.pid
fi
rm -f /var/run/lighttpd.pid
killall -q /usr/sbin/lighttpd
;;
restart)
$0 stop