Changeset 816
- Timestamp:
- 11/01/05 19:48:45 (3 years ago)
- Files:
-
- trunk/wifidog/ChangeLog (modified) (1 diff)
- trunk/wifidog/scripts/init.d/wifidog (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog/ChangeLog
r799 r816 1 1 # $Header$ 2 2005-11-01 Philippe April <philippe@ilesansfil.org> 3 * Added OPTIONS section in wifidog-init (example: enable syslog) 4 2 5 2005-10-10 Philippe April <philippe@ilesansfil.org> 3 6 * Ability to run wifidog without an auth server (splash only). trunk/wifidog/scripts/init.d/wifidog
r724 r816 15 15 IPT=/usr/sbin/iptables 16 16 WD_DIR=/usr/bin 17 OPTIONS="" 17 18 18 19 case "$1" in … … 24 25 else 25 26 $0 test-module 26 if $WD_DIR/wifidog 27 if $WD_DIR/wifidog $OPTIONS 27 28 then 28 29 echo "OK"
