diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-19 10:51:07 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-19 10:51:07 +0200 |
commit | 11aaab578cc13910aca7a32d87072781056f30df (patch) | |
tree | 01c8473754e676d08b16b300c5889cfc8cfc9d19 /packages/torouter-prep/configs/interfaces | |
parent | dfe11c74fe59ceaa68778d80ce6a8a16227350f9 (diff) | |
parent | e3327c32629717ee81283b9813e5764e6fda2c2e (diff) | |
download | torouter-11aaab578cc13910aca7a32d87072781056f30df.tar.gz torouter-11aaab578cc13910aca7a32d87072781056f30df.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/torouter-prep/configs/interfaces')
-rw-r--r-- | packages/torouter-prep/configs/interfaces | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/torouter-prep/configs/interfaces b/packages/torouter-prep/configs/interfaces index d1a5fa6..903bdb4 100644 --- a/packages/torouter-prep/configs/interfaces +++ b/packages/torouter-prep/configs/interfaces @@ -30,9 +30,9 @@ iface uap0 inet static broadcast 172.16.23.255 pre-up ifconfig uap0 hw ether 00:66:66:66:66:66 post-up /etc/init.d/tor reload - #post-up /etc/init.d/udhcpd restart post-up /etc/init.d/dnsmasq restart - post-up /root/tor-wireless-firewall.sh - post-up /root/uaputl/uaputl sys_cfg_ssid "torproject" - post-up /root/uaputl/uaputl bss_start - pre-down /root/uaputl/uaputl bss_stop + post-up /etc/init.d/ttdnsd restart + post-up /usr/bin/uaputl sys_cfg_ssid "torproject" + post-up /usr/bin/uaputl bss_start + post-up /usr/share/torouter-prep/example-configs/tor-wireless-firewall.sh + pre-down /usr/bin/uaputl bss_stop |