From: Michael Lauer Date: Thu, 28 Oct 2004 18:52:58 +0000 (+0000) Subject: Merge bk://openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~16446 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4063e2a63afd475a085980f8ec2231b43f1303c4;p=openembedded.git 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 --- 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