=== modified file 'zsh-functions/zsv_defaults_collectd' --- zsh-functions/zsv_defaults_collectd 2014-06-22 21:59:00 +0000 +++ zsh-functions/zsv_defaults_collectd 2014-03-01 15:32:18 +0000 @@ -3,9 +3,4 @@ zsv_check_unix /var/run/collectd/collectd-unixsock } checkf do_check - -zsv_run_collectd() { - mkdir -p /var/run/collectd - zsv_generic -} # vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_dhcpcd' --- zsh-functions/zsv_defaults_dhcpcd 2014-06-22 21:59:00 +0000 +++ zsh-functions/zsv_defaults_dhcpcd 2014-03-05 18:10:44 +0000 @@ -2,6 +2,3 @@ cond() { zsv_check_ifup $iface } - -run=( dhcpcd --nobackground ) -args=( $iface ) === modified file 'zsh-functions/zsv_defaults_pppd' --- zsh-functions/zsv_defaults_pppd 2014-06-22 21:59:00 +0000 +++ zsh-functions/zsv_defaults_pppd 2014-03-05 18:10:44 +0000 @@ -5,9 +5,4 @@ run+=( /dev/$device ) cond() { [[ -e /dev/$device ]]; return $? } fi - -zsv_run_pppd() { - (($#chat)) && args+=( connect ${(j: :)${(qqq)chat}} ) - zsv_generic -} # vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_sshd' --- zsh-functions/zsv_defaults_sshd 2014-06-22 21:59:00 +0000 +++ zsh-functions/zsv_defaults_sshd 2014-03-01 15:32:18 +0000 @@ -3,9 +3,4 @@ zsv_check_tcp '*:0016' } checkf do_check - -zsv_run_sshd() { - ssh-keygen -A || exit $? - zsv_generic -} # vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_wpa_cli' --- zsh-functions/zsv_defaults_wpa_cli 2014-06-22 21:59:00 +0000 +++ zsh-functions/zsv_defaults_wpa_cli 2014-02-14 06:25:10 +0000 @@ -1,8 +1,1 @@ zsv_defaults_wpa_supplicant -run=( - /usr/bin/wpa_cli - -a =zsv_ifupdown - -p /var/run/wpa_supplicant - -i ${iface} - -P /var/run/wpa_cli-${iface}.pid -) === modified file 'zsh-functions/zsv_defaults_wpa_supplicant' --- zsh-functions/zsv_defaults_wpa_supplicant 2014-06-22 21:59:00 +0000 +++ zsh-functions/zsv_defaults_wpa_supplicant 2014-03-05 18:10:44 +0000 @@ -4,13 +4,4 @@ zsv_check_unix /var/run/wpa_supplicant/$iface } checkf do_check - -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 -) # vim: ft=zsh noet ts=4 sts=4 sw=4 === added file 'zsh-functions/zsv_run_collectd' --- zsh-functions/zsv_run_collectd 1970-01-01 00:00:00 +0000 +++ zsh-functions/zsv_run_collectd 2014-05-12 22:56:08 +0000 @@ -0,0 +1,3 @@ +mkdir -p /var/run/collectd +zsv_generic +# vim: ft=zsh noet ts=4 sts=4 sw=4 === added file 'zsh-functions/zsv_run_dhcpcd' --- zsh-functions/zsv_run_dhcpcd 1970-01-01 00:00:00 +0000 +++ zsh-functions/zsv_run_dhcpcd 2014-02-14 01:59:13 +0000 @@ -0,0 +1,3 @@ +run=( dhcpcd --nobackground $dhcpcd_args $iface ) +zsv_generic +# vim: ft=zsh noet ts=4 sts=4 sw=4 === added file 'zsh-functions/zsv_run_pppd' --- zsh-functions/zsv_run_pppd 1970-01-01 00:00:00 +0000 +++ zsh-functions/zsv_run_pppd 2014-02-18 02:46:00 +0000 @@ -0,0 +1,3 @@ +(($#chat)) && args+=( connect ${(j: :)${(qqq)chat}} ) +zsv_generic +# vim: ft=zsh noet ts=4 sts=4 sw=4 === added file 'zsh-functions/zsv_run_sshd' --- zsh-functions/zsv_run_sshd 1970-01-01 00:00:00 +0000 +++ zsh-functions/zsv_run_sshd 2014-05-12 22:56:08 +0000 @@ -0,0 +1,3 @@ +ssh-keygen -A || exit $? +zsv_generic +# vim: ft=zsh noet ts=4 sts=4 sw=4 === added file 'zsh-functions/zsv_run_wpa_cli' --- zsh-functions/zsv_run_wpa_cli 1970-01-01 00:00:00 +0000 +++ zsh-functions/zsv_run_wpa_cli 2014-02-14 01:59:13 +0000 @@ -0,0 +1,9 @@ +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 === added file 'zsh-functions/zsv_run_wpa_supplicant' --- zsh-functions/zsv_run_wpa_supplicant 1970-01-01 00:00:00 +0000 +++ zsh-functions/zsv_run_wpa_supplicant 2014-02-14 01:59:13 +0000 @@ -0,0 +1,10 @@ +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