From: Felix Fietkau Date: Tue, 23 Sep 2008 15:24:02 +0000 (+0000) Subject: fix multiple instances of busybox httpd (thx, Yanira) X-Git-Tag: reboot~25550 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=ebd408630fb6e08feed65893c6136f10cc715759;p=openwrt%2F.git fix multiple instances of busybox httpd (thx, Yanira) SVN-Revision: 12663 --- 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\""