Changeset 816

Show
Ignore:
Timestamp:
11/01/05 19:48:45 (3 years ago)
Author:
aprilp
Message:

Added OPTIONS to wifidog-init so we can specify options to wifidog (ex: syslog)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog/ChangeLog

    r799 r816  
    11# $Header$ 
     22005-11-01 Philippe April <philippe@ilesansfil.org> 
     3        * Added OPTIONS section in wifidog-init (example: enable syslog) 
     4 
    252005-10-10 Philippe April <philippe@ilesansfil.org> 
    36        * Ability to run wifidog without an auth server (splash only). 
  • trunk/wifidog/scripts/init.d/wifidog

    r724 r816  
    1515IPT=/usr/sbin/iptables 
    1616WD_DIR=/usr/bin 
     17OPTIONS="" 
    1718 
    1819case "$1" in 
     
    2425    else 
    2526        $0 test-module 
    26         if $WD_DIR/wifidog 
     27        if $WD_DIR/wifidog $OPTIONS 
    2728        then 
    2829                echo "OK"