This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#4570
from pprindeville/lighttpd-init-reload
lighttpd: add 'reload' to init script to make logrotate-friendly
lilik-openwrt-22.03
Philip Prindeville
7 years ago
committed by
GitHub
parent
67eba49a5c
c3345a6d4a
commit
537ffd4da7
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/lighttpd/Makefile
+3
-0
net/lighttpd/files/lighttpd.init
+ 1
- 1
net/lighttpd/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
lighttpd
PKG_VERSION
:=
1.4.45
PKG_RELEASE
:=
6
PKG_RELEASE
:=
7
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://download.lighttpd.net/lighttpd/releases-1.4.x
+ 3
- 0
net/lighttpd/files/lighttpd.init
View File
@ -28,3 +28,6 @@ start_service() {
procd_close_instance
}
reload_service() {
procd_send_signal lighttpd
}
Write
Preview
Loading…
Cancel
Save