summaryrefslogtreecommitdiffstats
path: root/src/8021x
diff options
context:
space:
mode:
Diffstat (limited to 'src/8021x')
-rw-r--r--src/8021x4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/8021x b/src/8021x
index 560a44d..0699726 100644
--- a/src/8021x
+++ b/src/8021x
@@ -178,11 +178,7 @@ make_wpa_config_file() {
# make empty tmp dir with correct permissions, rename it
check_make_state_dir
- # create symlink for old compatibility (Jouke: is this still needed?)
mkdir -p /run/wpa_supplicant
- if [[ ! -e /var/run/wpa_supplicant ]]; then
- ln -s /run/wpa_supplicant /var/run
- fi
rm -rf "$WPA_CONF"
mv -f "$(mktemp -d --tmpdir=$STATE_DIR)" "$WPA_CONF" || return 1
echo "ctrl_interface=/run/wpa_supplicant" >> "$WPA_CONF/wpa.conf" # we know $WPA_CONF now has no spaces, but it may have other nasty chars, so still needs to be quoted