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

cvs commit: src/etc network.subr


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Feb 2008 11:03:07 -0800 (PST)

swildner    2008/02/04 11:03:07 PST

DragonFly src repository

  Modified files:
    etc                  network.subr 
  Log:
  ifconfig_blah0="authmode wpa" causes ifconfig_getargs() to interpret
  "wpa" as an invitation to start wpa_supplicant(8) (and to strip it
  from the line) instead of just passing "authmode wpa" to ifconfig(8)
  as expected.
  
  Fix this by adding some code to ifconfig_getargs() and wpaif() which
  checks if "wpa" is an argument to "authmode".
  
  Submitted-by: Frank W. Josellis <frank@dynamical-systems.org>
  
  Revision  Changes    Path
  1.6       +32 -13    src/etc/network.subr


http://www.dragonflybsd.org/cvsweb/src/etc/network.subr.diff?r1=1.5&r2=1.6&f=u



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