=== removed file 'zsh-functions/zsv_check_tcp' --- zsh-functions/zsv_check_tcp 2014-03-01 15:32:18 +0000 +++ zsh-functions/zsv_check_tcp 1970-01-01 00:00:00 +0000 @@ -1,6 +0,0 @@ -local sl local_address rem_address rest -while read sl local_address rem_address rest; do - [[ $rem_address == 00000000:0000 && $local_address == $~1 ]] && return 0 -done -return 1 -# vim: ft=zsh noet ts=4 sts=4 sw=4 === removed file 'zsh-functions/zsv_check_unix' --- zsh-functions/zsv_check_unix 2014-03-01 15:32:18 +0000 +++ zsh-functions/zsv_check_unix 1970-01-01 00:00:00 +0000 @@ -1,6 +0,0 @@ -local Num RefCount Protocol Flags Type St Inode Path -while read Num RefCount Protocol Flags Type St Inode Path; do - [[ $Path == $1 ]] && return 0 -done -return 1 -# vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_collectd' --- zsh-functions/zsv_defaults_collectd 2014-03-01 15:32:18 +0000 +++ zsh-functions/zsv_defaults_collectd 2014-02-26 07:37:13 +0000 @@ -1,6 +1,1 @@ run=(collectd -f) -do_check() { - zsv_check_unix /var/run/collectd/collectd-unixsock -} -checkf do_check -# vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_sshd' --- zsh-functions/zsv_defaults_sshd 2014-03-01 15:32:18 +0000 +++ zsh-functions/zsv_defaults_sshd 2014-02-14 06:42:29 +0000 @@ -1,6 +1,1 @@ run=( /usr/sbin/sshd -D ) -do_check() { - zsv_check_tcp '*:0016' -} -checkf do_check -# vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_syslog-ng' --- zsh-functions/zsv_defaults_syslog-ng 2014-03-01 15:32:18 +0000 +++ zsh-functions/zsv_defaults_syslog-ng 2014-02-18 02:46:00 +0000 @@ -5,9 +5,4 @@ --cfgfile /etc/syslog-ng/syslog-ng.conf --pidfile /var/run/syslog-ng.pid ) - -do_check() { - zsv_check_unix /dev/log -} -checkf do_check # vim: ft=zsh noet ts=4 sts=4 sw=4 === modified file 'zsh-functions/zsv_defaults_wpa_supplicant' --- zsh-functions/zsv_defaults_wpa_supplicant 2014-03-01 15:32:18 +0000 +++ zsh-functions/zsv_defaults_wpa_supplicant 2014-02-14 19:20:50 +0000 @@ -1,7 +1,2 @@ iface=${zsv_name#*.} check() { zsv_check_rfkill } -do_check() { - zsv_check_unix /var/run/wpa_supplicant/$iface -} -checkf do_check -# vim: ft=zsh noet ts=4 sts=4 sw=4