=== removed file 'zsh-functions/zsv_run_dhcpcd' --- zsh-functions/zsv_run_dhcpcd 2014-02-14 01:59:13 +0000 +++ zsh-functions/zsv_run_dhcpcd 1970-01-01 00:00:00 +0000 @@ -1,3 +0,0 @@ -run=( dhcpcd --nobackground $dhcpcd_args $iface ) -zsv_generic -# vim: ft=zsh noet ts=4 sts=4 sw=4 === removed file 'zsh-functions/zsv_run_wpa_cli' --- zsh-functions/zsv_run_wpa_cli 2014-02-14 01:59:13 +0000 +++ zsh-functions/zsv_run_wpa_cli 1970-01-01 00:00:00 +0000 @@ -1,9 +0,0 @@ -run=( - /usr/bin/wpa_cli - -a =zsv_ifupdown - -p /var/run/wpa_supplicant - -i ${iface} - -P /var/run/wpa_cli-${iface}.pid -) -zsv_generic -# vim: ft=zsh noet ts=4 sts=4 sw=4 === removed file 'zsh-functions/zsv_run_wpa_supplicant' --- zsh-functions/zsv_run_wpa_supplicant 2014-02-14 01:59:13 +0000 +++ zsh-functions/zsv_run_wpa_supplicant 1970-01-01 00:00:00 +0000 @@ -1,10 +0,0 @@ -run=( - /usr/sbin/wpa_supplicant - -D${wpa_driver:-wext} - -c ${wpa_conf:-/etc/wpa_supplicant/wpa_supplicant.conf} - -W - -i ${iface} - -P /var/run/wpa_supplicant-${iface}.pid -) -zsv_generic -# vim: ft=zsh noet ts=4 sts=4 sw=4