Use lighttpd-user for droopy on default. Disable this for OpenWRT

This commit is contained in:
Matthias Strubel 2012-10-05 21:55:56 +02:00
parent 5ec059384c
commit a62def008f
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ $(OPENWRT_CONFIG_FOLDER):
sed 's:USE_APN="yes":USE_APN="no":' -i $@/piratebox.conf
sed 's:DNSMASQ_INTERFACE="wlan0":DNSMASQ_INTERFACE="br-lan":' -i $@/piratebox.conf
sed 's:192.168.77:192.168.1:g' -i $@/piratebox.conf
sed 's:DROOPY_USE_USER="yes":DROOPY_USE_USER="no"' -i $@/piratebox.conf
$(TGZ_IMAGE_FILE):
tar czf $(TGZ_IMAGE_FILE) $(SRC_IMAGE_UNPACKED)

View file

@ -118,7 +118,7 @@ DROOPY_USERDIR=""
#DROOPY_USERDIR=" -u True "
#Use UserId from lighttpd for droopy (use on ext-filesystems)
DROOPY_USE_USER="no"
DROOPY_USE_USER="yes"
#Configuration for chat (If you decide to move the chat folder, you have to change /opt/piratebox/chat/cgi-bin/py* files )
CHATFILE="$WWW_FOLDER/cgi-bin/data.pso"