Remove whitespace

This commit is contained in:
Matthias Strubel 2017-06-30 09:33:41 +02:00
parent 7374779b90
commit b49a215be6
1 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#########
## Config for pirate-box WWW Release
## written by Matthias Strubel (matthias.strubel@aod-rpg.de) (c)2011-2014
## written by Matthias Strubel (matthias.strubel@aod-rpg.de) (c)2011-2014
## licenced under the GPL-3 ; feel free to improve or send me feedback
########
## Configuration help
@ -10,9 +10,9 @@
## connected with ethernet:
## Set DO_IFCONFIG , USE_APN, USE_DNSMASQ to no
## Configure your ethernet eth0 (or whatever) to a static IP
## force your router to publish the HOST Option with your static IP; in case of dnsmasq add the /etc/hosts entrys
## force your router to publish the HOST Option with your static IP; in case of dnsmasq add the /etc/hosts entrys
## Have a look at http://www.piratebox.cc for futher instructions
##
##
## You may deactivated severall option as needed. It's flexible.
@ -20,7 +20,7 @@
PIRATEBOX_FOLDER="/opt/piratebox"
WWW_FOLDER="/opt/piratebox/www"
WWW_CONTENT="/opt/piratebox/share/content"
WWW_CONTENT="/opt/piratebox/share/content"
#Do not change untill really needed.
PIRATEBOX_PYTHONPATH="$PIRATEBOX_FOLDER/python_lib"
@ -38,13 +38,13 @@ UPLOADFOLDER="$SHARE_FOLDER/Shared"
#----------------- Startup Configuration -------------------#
# Which Steps has to be done
#Do network config
#Do network config
DO_IFCONFIG="yes"
#Do IW config - setting up a wlan0 interface with iw
# for some wifi-cards required
DO_IW="no"
#Iw physical interface
#Iw physical interface
PHY_IF="phy0"
# Check if interface exists
@ -55,9 +55,9 @@ PROBE_TIME=10
#Start services...
# act like a apn / <yes|no>
# please have a look @ hostapd.conf ; you may need to change some options, regarding wifi-card
# please have a look @ hostapd.conf ; you may need to change some options, regarding wifi-card
USE_APN="yes"
# act like dns&dhcp (dnsmasq)
# act like dns&dhcp (dnsmasq)
USE_DNSMASQ="yes"
#HOSTNAME ... if you really want to change it, plz change:
@ -74,7 +74,7 @@ INTERFACE="wlan0"
DNSMASQ_INTERFACE="wlan0"
#Brdige add interface (setr yes to enable bridging)
DO_BRIDGE="no"
DO_BRIDGE="no"
BRIDGE="br-lan"
#Network
@ -99,7 +99,7 @@ LEASE_FILE_LOCATION=$PIRATEBOX_FOLDER/tmp/lease.file
NETMASK=255.255.255.0
#SET IP for ifconfig stuff - DON'T CHANGE
IP=$NET.$IP_SHORT
IP=$NET.$IP_SHORT
#Load Config about ipv6 stuff - DON'T CHANGE
. $PIRATEBOX_FOLDER/conf/ipv6.conf
@ -111,7 +111,7 @@ IP=$NET.$IP_SHORT
NODE_CONFIG="$PIRATEBOX_FOLDER/conf/node.conf"
#----------------- Configuration for the pure piratebox -------------------#
## droopy, webserver, shoutbox- and forum-server
## droopy, webserver, shoutbox- and forum-server
## Timesave file for non-RTC devices
TIMESAVE="$PIRATEBOX_FOLDER/share/timesave_file"
@ -151,9 +151,9 @@ GEN_DISKFILE="$WWW_FOLDER/diskusage.html"
# Reset Shoutbox on Startup?
RESET_CHAT="yes"
### Shoutbox is enabled.
### Shoutbox is enabled.
# When you set this option to "no", then the shoutbox file is not writable anymore
# and in the json file the module is disabled. You should adjust the chat_init.txt
# and in the json file the module is disabled. You should adjust the chat_init.txt
# to make clear, that the box is not working anymore.
SHOUTBOX_ENABLED="yes"
@ -177,7 +177,7 @@ GLOBAL_CHAT="no"
# Take care on the syntax!!
GLOBAL_DEST="[ #255.255.255.255# , #10.255.255.255# , #$NET.255# ]"
#------------------------ Additional configuration for lighttpd
#------------------------ Additional configuration for lighttpd
LIGHTTPD_USER=nobody
LIGHTTPD_GROUP=nogroup