=== modified file 'sbin/zsvgen' --- sbin/zsvgen 2014-06-25 10:15:37 +0000 +++ sbin/zsvgen 2014-06-24 09:21:12 +0000 @@ -85,7 +85,7 @@ echo -n u > $zsv_control fi else - link=0 + link=0 touch $zsv_dir/down if [[ -p $zsv_control ]]; then echo -n d > $zsv_control === modified file 'zsh-functions/confz_zsv_init' --- zsh-functions/confz_zsv_init 2014-06-25 10:15:37 +0000 +++ zsh-functions/confz_zsv_init 2014-06-24 14:40:57 +0000 @@ -97,12 +97,10 @@ local sv for sv in $vars[svdir]/*(-/); do - if ! [[ -e $sv/down ]]; then - if [[ -e $sv/reload.files ]]; then - require zsv_autoreload service=$sv - elif [[ -e $sv/restart.files ]]; then - require zsv_autorestart service=$sv - fi + if [[ -e $sv/reload.files ]]; then + require zsv_autoreload service=$sv + elif [[ -e $sv/restart.files ]]; then + require zsv_autorestart service=$sv fi done } === modified file 'zsh-functions/zsv_defaults_wpa_supplicant' --- zsh-functions/zsv_defaults_wpa_supplicant 2014-06-25 10:15:37 +0000 +++ zsh-functions/zsv_defaults_wpa_supplicant 2014-06-23 13:01:47 +0000 @@ -8,7 +8,7 @@ run=( /usr/sbin/wpa_supplicant -D${wpa_driver:-wext} -# -c ${wpa_conf:-/etc/wpa_supplicant/wpa_supplicant.conf} + -c ${wpa_conf:-/etc/wpa_supplicant/wpa_supplicant.conf} -W -i ${iface} -P /var/run/wpa_supplicant-${iface}.pid