From c1c8f819299b61f7ac802b65c996a90ab4880ebb Mon Sep 17 00:00:00 2001 From: floh1111 Date: Sun, 15 Jan 2012 19:33:19 +0000 Subject: [PATCH] Merging r587 into Trunk --- root_file_system/default/etc/rc.local | 3 ++- root_file_system/dir300/etc/rc.local | 3 ++- root_file_system/dir300b_adhoc/etc/rc.local | 3 ++- root_file_system/dir300b_ap/etc/rc.local | 3 ++- root_file_system/wr1043nd/etc/rc.local | 3 ++- root_file_system/wr741nd/etc/rc.local | 3 ++- root_file_system/wrt54g_adhoc/etc/rc.local | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/root_file_system/default/etc/rc.local b/root_file_system/default/etc/rc.local index 6f94f81..5e726d9 100755 --- a/root_file_system/default/etc/rc.local +++ b/root_file_system/default/etc/rc.local @@ -42,7 +42,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh diff --git a/root_file_system/dir300/etc/rc.local b/root_file_system/dir300/etc/rc.local index 7d91e63..45d8f76 100755 --- a/root_file_system/dir300/etc/rc.local +++ b/root_file_system/dir300/etc/rc.local @@ -48,7 +48,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh diff --git a/root_file_system/dir300b_adhoc/etc/rc.local b/root_file_system/dir300b_adhoc/etc/rc.local index dbe3167..a59d88a 100755 --- a/root_file_system/dir300b_adhoc/etc/rc.local +++ b/root_file_system/dir300b_adhoc/etc/rc.local @@ -29,7 +29,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh diff --git a/root_file_system/dir300b_ap/etc/rc.local b/root_file_system/dir300b_ap/etc/rc.local index dbe3167..a59d88a 100755 --- a/root_file_system/dir300b_ap/etc/rc.local +++ b/root_file_system/dir300b_ap/etc/rc.local @@ -29,7 +29,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh diff --git a/root_file_system/wr1043nd/etc/rc.local b/root_file_system/wr1043nd/etc/rc.local index a3303bf..808925a 100755 --- a/root_file_system/wr1043nd/etc/rc.local +++ b/root_file_system/wr1043nd/etc/rc.local @@ -32,7 +32,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh diff --git a/root_file_system/wr741nd/etc/rc.local b/root_file_system/wr741nd/etc/rc.local index a3303bf..808925a 100755 --- a/root_file_system/wr741nd/etc/rc.local +++ b/root_file_system/wr741nd/etc/rc.local @@ -32,7 +32,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh diff --git a/root_file_system/wrt54g_adhoc/etc/rc.local b/root_file_system/wrt54g_adhoc/etc/rc.local index c61f956..c2d4127 100755 --- a/root_file_system/wrt54g_adhoc/etc/rc.local +++ b/root_file_system/wrt54g_adhoc/etc/rc.local @@ -29,7 +29,8 @@ sh /etc/firewall.user /etc/init.d/qos stop #busybox-httpd for crawldata -httpd -h /tmp/ +mkdir /tmp/crawldata +httpd -h /tmp/crawldata sh /etc/configurator.sh