=== modified file 'zsh-functions/zsv_defaults_dhcpcd' --- zsh-functions/zsv_defaults_dhcpcd 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_defaults_dhcpcd 2014-02-14 06:25:10 +0000 @@ -1,2 +1,1 @@ iface=${zsv_name#*.} -checkf=zsv_check_ifup === removed file 'zsh-functions/zsv_defaults_netplugd' --- zsh-functions/zsv_defaults_netplugd 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_defaults_netplugd 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -run=( /sbin/netplugd -F ) === removed file 'zsh-functions/zsv_defaults_openntpd' --- zsh-functions/zsv_defaults_openntpd 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_defaults_openntpd 1970-01-01 00:00:00 +0000 @@ -1,3 +0,0 @@ -check() { zsv_check_route } -run=( /usr/sbin/ntpd -d ) -args=( -s ) === removed file 'zsh-functions/zsv_defaults_sshd' --- zsh-functions/zsv_defaults_sshd 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_defaults_sshd 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -run=( /usr/sbin/sshd -D ) === removed file 'zsh-functions/zsv_defaults_syslog-ng' --- zsh-functions/zsv_defaults_syslog-ng 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_defaults_syslog-ng 1970-01-01 00:00:00 +0000 @@ -1,7 +0,0 @@ -run=( /usr/sbin/syslog-ng --foreground ) - -args=( - --persist-file /var/lib/syslog-ng/syslog-ng.persist - --cfgfile /etc/syslog-ng/syslog-ng.conf - --pidfile /var/run/syslog-ng.pid -) === removed file 'zsh-functions/zsv_defaults_vixie-cron' --- zsh-functions/zsv_defaults_vixie-cron 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_defaults_vixie-cron 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -run=( /usr/sbin/cron -n ) === modified file 'zsh-functions/zsv_generic' --- zsh-functions/zsv_generic 2014-02-14 06:42:29 +0000 +++ zsh-functions/zsv_generic 2014-02-10 08:55:11 +0000 @@ -1,5 +1,5 @@ zsv_set_cgroup zsv_apply_flags -exec "${run[@]}" "${args[@]}" +exec "${run[@]}" # vim: ft=zsh noet ts=4 sts=4 sw=4