aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-23 15:24:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-23 15:24:02 +0000
commit4d7fa7939c93b835990b0bb58aa5e69879ab83fb (patch)
tree6c2b8f991c2b9a558de4b1eb7a019aa7a6c7bacf /package/busybox
parent0f0cd3f0c7f2455faf308643f1deb0158fe21925 (diff)
downloadupstream-4d7fa7939c93b835990b0bb58aa5e69879ab83fb.tar.gz
upstream-4d7fa7939c93b835990b0bb58aa5e69879ab83fb.tar.bz2
upstream-4d7fa7939c93b835990b0bb58aa5e69879ab83fb.zip
fix multiple instances of busybox httpd (thx, Yanira)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rwxr-xr-xpackage/busybox/files/httpd2
1 files changed, 1 insertions, 1 deletions
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\""