Changeset 109
- Timestamp:
- 01/20/07 19:35:15 (2 years ago)
- Files:
-
- Pyramid/dist/bin/joe (deleted)
- Pyramid/dist/bin/sensors (added)
- Pyramid/dist/etc/joe (deleted)
- Pyramid/dist/etc/sensors.conf (added)
- Pyramid/dist/etc/watchdog.conf (modified) (2 diffs)
- Pyramid/dist/etc/wifidog.conf (modified) (3 diffs)
- Pyramid/dist/usr/local/etc/kismet.conf (modified) (2 diffs)
- Pyramid/tags/rel_1.0b3 (copied) (copied from Pyramid/dist)
- Pyramid/tags/rel_1.0b3/bin/wifidog (copied) (copied from Pyramid/dist/bin/wifidog)
- Pyramid/tags/rel_1.0b3/etc/hotplug/usb.rc (copied) (copied from Pyramid/dist/etc/hotplug/usb.rc)
- Pyramid/tags/rel_1.0b3/etc/init.d/wifidog (copied) (copied from Pyramid/dist/etc/init.d/wifidog)
- Pyramid/tags/rel_1.0b3/etc/wifidog.conf (copied) (copied from Pyramid/dist/etc/wifidog.conf)
- Pyramid/tags/rel_1.0b3/lib/libhttpd.a (copied) (copied from Pyramid/dist/lib/libhttpd.a)
- Pyramid/tags/rel_1.0b3/lib/libhttpd.la (copied) (copied from Pyramid/dist/lib/libhttpd.la)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Pyramid/dist/etc/watchdog.conf
r1 r109 18 18 #repair-binary = /usr/sbin/repair 19 19 #test-binary = 20 #test-timeout = 20 21 21 watchdog-device = /dev/misc/watchdog22 #watchdog-device = /dev/watchdog 22 23 23 24 # Defaults compiled into the binary … … 37 38 # Check if syslogd is still running by enabling the following line 38 39 #pidfile = /var/run/syslogd.pid 40 Pyramid/dist/etc/wifidog.conf
r67 r109 19 19 # Set this to the external interface. Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise 20 20 21 #ExternalInterface eth021 ExternalInterface eth0 22 22 23 23 # Parameter: GatewayInterface … … 25 25 # Mandatory 26 26 # 27 # Set this to the internal interface. Typically br0 for OpenWrt, and eth1 otherwise28 29 GatewayInterface eth127 # Set this to the internal interface. Usually ath0 for atheros cards and wlan0 for prism2 28 #GatewayInterface wlan0 29 GatewayInterface ath0 30 30 31 31 # Parameter: GatewayAddress … … 52 52 #} 53 53 54 #AuthServer {55 #Hostname auth.ilesansfil.org56 #SSLAvailable yes57 #Path /58 #}54 AuthServer { 55 Hostname auth.ilesansfil.org 56 SSLAvailable yes 57 Path / 58 } 59 59 60 60 #AuthServer { Pyramid/dist/usr/local/etc/kismet.conf
r103 r109 11 11 12 12 # User to setid to (should be your normal user) 13 suiduser= your_user_here13 suiduser=kismet 14 14 15 15 # Sources are defined as: … … 20 20 # to set the channel the interface listens on. 21 21 # YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE 22 source=none,none,addme 22 #source=none,none,addme 23 24 # Prism settings: 25 #source=hostap,wlan0,hostap 26 # Atheros settings: 27 source=madwifi_b,wifi0,madwifi_b 23 28 24 29 # Comma-separated list of sources to enable. This is only needed if you defined
