--- trunk/initscripts/systemd/units/scripts/network.sh 2011/06/04 22:43:57 1382 +++ trunk/initscripts/systemd/units/scripts/network.sh 2012/01/20 23:01:04 1665 @@ -204,7 +204,7 @@ fi # remove old state dir - [ -d /var/run/wpa_supplicant ] && rm -rf /var/run/wpa_supplicant + [ -d /run/wpa_supplicant ] && rm -rf /run/wpa_supplicant # now run the wpa_supplicant dameon wpa_supplicant -B \ @@ -555,9 +555,9 @@ done # remove state dir - if [ -d /var/run/wpa_supplicant ] + if [ -d /run/wpa_supplicant ] then - rm -rf /var/run/wpa_supplicant + rm -rf /run/wpa_supplicant fi # delete user routes