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

git: DragonFly_RELEASE_3_0 rc.d/netif: Require cleanvar.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 26 Jul 2012 02:27:55 -0700 (PDT)

commit 07f638c0baf3854478d71aff8068c60cf4a8111c
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/07f638c0baf3854478d71aff8068c60cf4a8111c


-- 
DragonFly BSD source repository



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