X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbusybox%2Ffiles%2Fhttpd;h=3714a02de552b4d5e150ab659c4d4bdc61ead557;hb=a328633ffe6558e77dd19460b83b2b731e9bebdc;hp=f7e166d0ad06cbe31774ac82d4242e5457ca9cb4;hpb=7c4fa97f627bc05775c813a148cafb23b42ae75f;p=openwrt-10.03%2F.git diff --git a/package/busybox/files/httpd b/package/busybox/files/httpd index f7e166d0a..3714a02de 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\""