=== modified file 'zsh-functions/zsv_defaults_openntpd' --- zsh-functions/zsv_defaults_openntpd 2014-02-18 02:46:00 +0000 +++ zsh-functions/zsv_defaults_openntpd 2014-02-14 06:42:29 +0000 @@ -1,4 +1,3 @@ check() { zsv_check_route } run=( /usr/sbin/ntpd -d ) args=( -s ) -# vim: ft=zsh noet ts=4 sts=4 sw=4 === removed file 'zsh-functions/zsv_defaults_pppd' --- zsh-functions/zsv_defaults_pppd 2014-02-18 02:46:00 +0000 +++ zsh-functions/zsv_defaults_pppd 1970-01-01 00:00:00 +0000 @@ -1,8 +0,0 @@ -[[ $zsv_name == *.* ]] && device=${zsv_name#*.} -chat=( ) -run=( pppd ) -if [[ -n $device ]]; then - run+=( /dev/$device ) - check() { [[ -e /dev/$device ]]; return $? } -fi -# 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-02-18 02:46:00 +0000 +++ zsh-functions/zsv_defaults_syslog-ng 2014-02-14 06:42:29 +0000 @@ -5,4 +5,3 @@ --cfgfile /etc/syslog-ng/syslog-ng.conf --pidfile /var/run/syslog-ng.pid ) -# vim: ft=zsh noet ts=4 sts=4 sw=4 === removed file 'zsh-functions/zsv_run_pppd' --- zsh-functions/zsv_run_pppd 2014-02-18 02:46:00 +0000 +++ zsh-functions/zsv_run_pppd 1970-01-01 00:00:00 +0000 @@ -1,3 +0,0 @@ -(($#chat)) && args+=( connect ${(j: :)${(qqq)chat}} ) -zsv_generic -# vim: ft=zsh noet ts=4 sts=4 sw=4