git: DragonFly_RELEASE_3_0 rc.d/netif: Require cleanvar.
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Thu Jul 26 02:27:55 PDT 2012
    
    
  
commit 07f638c0baf3854478d71aff8068c60cf4a8111c
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/07f638c0baf3854478d71aff8068c60cf4a8111c
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list