diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-28 18:52:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-28 18:52:58 +0000 |
commit | 4063e2a63afd475a085980f8ec2231b43f1303c4 (patch) | |
tree | aa098eee1badad8ea98b2e1cbaae32602007f7e8 | |
parent | a1952ac4af17fa3d8470acde6bcaad9b9222c28f (diff) |
Merge bk://openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/28 13:48:16+02:00 (none)!br1
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/28 13:47:52+02:00 (none)!br1
busybox-httpd: use /srv/www to be FHS compliant
BKrev: 4181400agjZyH4fOVoo-l5V_Px1P-Q
-rw-r--r-- | busybox/files/busybox-httpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/files/busybox-httpd b/busybox/files/busybox-httpd index 6757b93724..764b4fe5b5 100644 --- a/busybox/files/busybox-httpd +++ b/busybox/files/busybox-httpd @@ -2,7 +2,7 @@ DAEMON=/usr/sbin/httpd NAME=httpd DESC="Busybox HTTP Daemon" -HTTPROOT="/var/www" +HTTPROOT="/srv/www" ARGS="-h $HTTPROOT" test -f $DAEMON || exit 0 |