[OpenWrt-Devel] Change in escape substitution of ddns-scripts

2010-01-03 Thread Carlos Soto
In url_escape.sed the substitution for % needs to be done first otherwise it will change previously done substitutions. As it stands now the < will be replaced by a %253C because it will first do a substitution from < to %3C and then the % of %3C will be further replaced with %25. Right now the sub

Re: [OpenWrt-Devel] [PATCH] syslog-ng should log kernel messages as well

2010-01-03 Thread Brian J. Murrell
[ Second try as the first was not committed ] If you want to use syslog-ng, likely you want to also log the kernel messages with it. This patch adds that. Signed-off-by: Brian J. Murrell --- Index: files/syslog-ng.conf === --- fi

[OpenWrt-Devel] RTSP Netfilter fix for kernel 2.6.26-2.6.32

2010-01-03 Thread Macpaul Lin
I've fix the broken of RTSP Netfilter and send a patch to OpenWRT Trac. According to the description of ticket "https://dev.openwrt.org/ticket/5168"; and the job I've working on. I found RTSP module of netfilter has a new update on author's website. http://mike.it-loops.com/item/9 http://mike.it-l

[OpenWrt-Devel] [PATCH] add transmission init script

2010-01-03 Thread Zintis
Transmission package is not started automatically after install. This patch fixes that and adds config where to store settings (The patch assumes that data partition is mount at /home). This helps to survive transmission settings when firmware is updadated as data partition is left untouched. Sign