From: nbd Date: Tue, 23 Sep 2008 15:24:02 +0000 (+0000) Subject: fix multiple instances of busybox httpd (thx, Yanira) X-Git-Tag: fast2504n-3.10.28-merged~17742 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=b30d9f6216e75e0308499c9003c1d2f4916a8c1d;p=openwrt.git fix multiple instances of busybox httpd (thx, Yanira) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/files/httpd b/package/busybox/files/httpd index f7e166d0ad..3714a02de5 100755 --- a/package/busybox/files/httpd +++ b/package/busybox/files/httpd @@ -12,7 +12,7 @@ system_config() { httpd_config() { local cfg="$1" - local c_file port realm home + local c_file port realm home args config_get c_file "$cfg" c_file [ -n "$c_file" -a -f "$c_file" ] && append args "-c \"$c_file\""