create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit 7b39fe65fae34d44344c04575ab4f2077733ffae
parent d3be5fa7a0ece612a844507be44e96a519524b8a
Author: oblique <psyberbits@gmail.com>
Date:   Sun, 17 Nov 2013 03:31:15 +0200

Replace tabs with spaces

Diffstat:
Mcreate_ap | 84++++++++++++++++++++++++++++++++++++++++----------------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)

diff --git a/create_ap b/create_ap @@ -46,47 +46,47 @@ SHARE_INTERNET=1 while :; do case "$1" in - -h|--help) - usage - exit 1 - ;; - --hidden) - shift - HIDDEN=1 - ;; - -c) - shift - if [[ -n "$1" ]]; then - CHANNEL="$1" - shift - fi - ;; - -w) - shift - if [[ -n "$1" ]]; then - WPA_VERSION="$1" - shift - fi - ;; - -g) - shift - if [[ -n "$1" ]]; then - GATEWAY="$1" - shift - fi - ;; - -d) - shift - ETC_HOSTS=1 - ;; - -n) - shift - SHARE_INTERNET=0 - ;; - --) - shift - break - ;; + -h|--help) + usage + exit 1 + ;; + --hidden) + shift + HIDDEN=1 + ;; + -c) + shift + if [[ -n "$1" ]]; then + CHANNEL="$1" + shift + fi + ;; + -w) + shift + if [[ -n "$1" ]]; then + WPA_VERSION="$1" + shift + fi + ;; + -g) + shift + if [[ -n "$1" ]]; then + GATEWAY="$1" + shift + fi + ;; + -d) + shift + ETC_HOSTS=1 + ;; + -n) + shift + SHARE_INTERNET=0 + ;; + --) + shift + break + ;; esac done @@ -193,7 +193,7 @@ fi # boost low-entropy if [[ $(cat /proc/sys/kernel/random/entropy_avail) -lt 1000 ]]; then which haveged > /dev/null 2>&1 && { - haveged -w 1024 -p $CONFDIR/haveged.pid + haveged -w 1024 -p $CONFDIR/haveged.pid } fi