luci-0.11: merge r9571 - r9573
This commit is contained in:
parent
60b81d978a
commit
13224b696d
11 changed files with 22 additions and 10 deletions
|
@ -5,7 +5,7 @@ PIDFILE=`uci get polipo.daemon.pidFile`
|
|||
CFGFILE=/var/etc/polipo.conf
|
||||
|
||||
[ -e "$PIDFILE" ] && {
|
||||
PID=`cat $PID_FILE`
|
||||
PID=`cat $PIDFILE`
|
||||
|
||||
# send Polipo USR1 signal to write its in-memory cache to disk
|
||||
kill -USR1 $PID
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--- a/uhttpd-cgi.c
|
||||
+++ b/uhttpd-cgi.c
|
||||
@@ -204,7 +204,7 @@ void uh_cgi_request(struct client *cl, s
|
||||
(pi->stat.st_mode & S_IXOTH)
|
||||
@@ -216,7 +216,7 @@ void uh_cgi_request(
|
||||
(pi->stat.st_mode & S_IXOTH)) || (ip != NULL)
|
||||
) {
|
||||
/* build environment */
|
||||
- clearenv();
|
||||
|
|
11
contrib/uhttpd/patches/002-link-order.patch
Normal file
11
contrib/uhttpd/patches/002-link-order.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -70,7 +70,7 @@ endif
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
compile: $(OBJ) $(TLSLIB) $(LUALIB)
|
||||
- $(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
|
||||
+ $(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so uhttpd
|
|
@ -1 +1,2 @@
|
|||
001-pass-env.patch
|
||||
002-link-order.patch
|
||||
|
|
|
@ -139,7 +139,7 @@ msgid "UPnP lease file"
|
|||
msgstr ""
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Enllaç de pujada"
|
||||
|
|
|
@ -143,7 +143,7 @@ msgid "UPnP lease file"
|
|||
msgstr "UPnP Lease-Datei"
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Uplink"
|
||||
|
|
|
@ -138,7 +138,7 @@ msgid "UPnP lease file"
|
|||
msgstr ""
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Uplink"
|
||||
|
|
|
@ -143,7 +143,7 @@ msgid "UPnP lease file"
|
|||
msgstr "Tiempo de cesión UPnP"
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Plug & Play universal"
|
||||
msgstr "Plug & Play universal"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Enlace de subida"
|
||||
|
|
|
@ -137,7 +137,7 @@ msgid "UPnP lease file"
|
|||
msgstr ""
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Plug & Play Universal"
|
||||
msgstr "Plug & Play Universal"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Link para Upload"
|
||||
|
|
|
@ -143,7 +143,7 @@ msgid "UPnP lease file"
|
|||
msgstr "Arquivo de concessão do UPnP"
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Plug & Play Universal"
|
||||
msgstr "Plug & Play Universal"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Velocidade de envio do enlace (uplink)"
|
||||
|
|
|
@ -138,7 +138,7 @@ msgid "UPnP lease file"
|
|||
msgstr ""
|
||||
|
||||
msgid "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
msgstr "Universal Plug & Play"
|
||||
|
||||
msgid "Uplink"
|
||||
msgstr "Uplink"
|
||||
|
|
Loading…
Reference in a new issue