=== removed directory 'bin' === removed file 'bin/tailwhile' --- bin/tailwhile 2014-05-12 15:36:52 +0000 +++ bin/tailwhile 1970-01-01 00:00:00 +0000 @@ -1,8 +0,0 @@ -#!/bin/zsh -tailf -0 $1 & -shift -"$@" -ret=$? -kill %1 -wait -exit $ret === removed directory 'etc' === removed directory 'etc/init.d' === removed file 'etc/init.d/zsv-logger' --- etc/init.d/zsv-logger 2014-05-12 15:36:52 +0000 +++ etc/init.d/zsv-logger 1970-01-01 00:00:00 +0000 @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -: ${ZSV_LOGGER:=syslog-ng} - -depend() { - use clock - after localmount bootmisc - provide logger -} - -start() { - ebegin "starting $ZSV_LOGGER via runit" - zsvgen -f $ZSV_LOGGER - ewaitfile 10 /run/service/$ZSV_LOGGER/supervise/control - sv check /run/service/$ZSV_LOGGER - eend $? -} - -stop() { - true -} === removed file 'etc/init.d/zsv-wait' --- etc/init.d/zsv-wait 2014-05-12 15:36:52 +0000 +++ etc/init.d/zsv-wait 1970-01-01 00:00:00 +0000 @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -: ${ZSV_LOGFILE:=/var/log/messages} -: ${SVDIR:=/run/service} - -#depend() { -#} - -start() { - ebegin starting runit services - /root/logwhile zsvwait - eend $? -} - -stop() { - ebegin "stopping runit services" - touch $SVDIR/down && tailwhile $ZSV_LOGFILE zsvwait - eend $? -}