=== modified file 'etc/init.d/zsv-logger' --- etc/init.d/zsv-logger 2014-06-29 17:15:01 +0000 +++ etc/init.d/zsv-logger 2014-05-12 15:36:52 +0000 @@ -13,10 +13,6 @@ start() { ebegin "starting $ZSV_LOGGER via runit" - if ! which zsvgen >/dev/null 2&>1; then - einfo "zsvgen not found, sourcing /etc/profile manually" - . /etc/profile - fi zsvgen -f $ZSV_LOGGER ewaitfile 10 /run/service/$ZSV_LOGGER/supervise/control sv check /run/service/$ZSV_LOGGER === modified file 'etc/init.d/zsv-wait' --- etc/init.d/zsv-wait 2014-06-29 17:15:01 +0000 +++ etc/init.d/zsv-wait 2014-05-12 16:38:12 +0000 @@ -11,10 +11,6 @@ start() { ebegin starting runit services - if ! which zsvgen >/dev/null 2&>1; then - einfo "zsvgen not found, sourcing /etc/profile manually" - . /etc/profile - fi tailwhile $ZSV_LOGFILE zsvwait eend $? }