Re: [PATCH] gen_build_files.sh: exclude hidden directories

2012-01-27 Thread Paulius Zaleckas
On Fri, Jan 27, 2012 at 8:41 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Jan 26, 2012 2:19 PM, Paulius Zaleckas paulius.zalec...@gmail.com wrote: I am using quilt to manage patches internally. Quilt creates dir .pc and stores unmodified files there. Since I made change in one

[PATCH] gen_build_files.sh: exclude hidden directories

2012-01-26 Thread Paulius Zaleckas
for Config.src. Signed-off-by: Paulius Zaleckas paulius.zalec...@gmail.com Index: busybox/scripts/gen_build_files.sh === --- busybox/scripts/gen_build_files.sh (revision 40030) +++ busybox/scripts/gen_build_files.sh (working copy) @@ -67,7 +67,7

Re: [PATCH] httpd: don't drop QUERY_STRING when /cgi-bin/index.cgi is used

2011-12-15 Thread Paulius Zaleckas
On 12/15/2011 05:44 PM, Peter Korsgaard wrote: The memory pointed to by g_query gets overwritten when the index_page is used, causing URL arguments to get dropped when we fall back to /cgi-bin/index.cgi. Work around it by making g_query a deep copy of urlp when CGI support is enabled, rather

[PATCH] vconfig: Remove /proc/net/vlan/config check

2011-12-15 Thread Paulius Zaleckas
if 802.1q module is not loaded (or autoloading is off). Signed-off-by: Paulius Zaleckas paulius.zalec...@gmail.com diff -upr busybox-1.19.3.orig/networking/vconfig.c busybox-1.19.3/networking/vconfig.c --- busybox-1.19.3.orig/networking/vconfig.c 2011-12-15 17:26:54.563878947 +0200 +++ busybox-1.19.3

Re: [PATCH] httpd: don't drop QUERY_STRING when /cgi-bin/index.cgi is used

2011-12-15 Thread Paulius Zaleckas
On 12/15/2011 05:50 PM, Paulius Zaleckas wrote: On 12/15/2011 05:44 PM, Peter Korsgaard wrote: The memory pointed to by g_query gets overwritten when the index_page is used, causing URL arguments to get dropped when we fall back to /cgi-bin/index.cgi. Work around it by making g_query a deep

Re: [patch] rtcwake: fix default suspend value

2008-06-04 Thread Paulius Zaleckas
Mike Frysinger wrote: On Tuesday 03 June 2008, Paulius Zaleckas wrote: Mike Frysinger wrote: On Monday 02 June 2008, Bernhard Fischer wrote: On Mon, Jun 02, 2008 at 04:35:43PM -0400, Mike Frysinger wrote: On Monday 02 June 2008, Paulius Zaleckas wrote: Writing suspend to /sys/power/state

Re: [patch] rtcwake: fix default suspend value

2008-06-03 Thread Paulius Zaleckas
Bernhard Fischer wrote: On Mon, Jun 02, 2008 at 04:35:43PM -0400, Mike Frysinger wrote: On Monday 02 June 2008, Paulius Zaleckas wrote: Writing suspend to /sys/power/state does nothing. it depends solely on your kernel configuration If i'm not looking at the wrong spot, then # grep -A3

Re: [patch] rtcwake: fix default suspend value

2008-06-03 Thread Paulius Zaleckas
Mike Frysinger wrote: On Monday 02 June 2008, Bernhard Fischer wrote: On Mon, Jun 02, 2008 at 04:35:43PM -0400, Mike Frysinger wrote: On Monday 02 June 2008, Paulius Zaleckas wrote: Writing suspend to /sys/power/state does nothing. it depends solely on your kernel configuration So what about

[patch] rtcwake: fix default suspend value

2008-06-02 Thread Paulius Zaleckas
Writing suspend to /sys/power/state does nothing. Even --help says that default should be standby :) Index: util-linux/rtcwake.c === --- util-linux/rtcwake.c (revision 22112) +++ util-linux/rtcwake.c (working copy) @@ -26,7 +26,7 @@