git: rc.d/netif: Require cleanvar.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Jul 24 14:23:15 PDT 2012


commit 9f97b95a8933567d8f1f7af29516afeb0a53554d
Author: Sascha Wildner <saw at 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 at 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





More information about the Commits mailing list