DragonFly BSD
DragonFly commits List (threaded) for 2012-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: rc.d/netif: Require cleanvar.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 24 Jul 2012 14:23:15 -0700 (PDT)

commit 9f97b95a8933567d8f1f7af29516afeb0a53554d
Author: Sascha Wildner <saw@online.de>
Date:   Tue Jul 24 23:19:23 2012 +0200

    rc.d/netif: Require cleanvar.
    
    Before the ipfilter removal, netif required ipfilter, which required
    ipmon, which required cleanvar. In other words, cleanvar was run before
    netif.
    
    With the ipfilter requirement removed from netif, cleanvar was now
    ordered at some place after netif, which caused the PID file and
    control socket of wpa_supplicant(8) (which is started by netif if an
    ifconfig_xxx="WPA" line is found in /etc/rc.conf) to be removed from
    /var/run by cleanvar after they were created.
    
    This caused trouble for wpa_cli(8), which needs the socket.
    
    Found-by: Johannes Hofmann <Johannes.Hofmann@gmx.de>

Summary of changes:
 etc/rc.d/netif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9f97b95a8933567d8f1f7af29516afeb0a53554d


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]