maybe chmod 0644 'conf.d/pydoc-2.7'
maybe chmod 0644 'conf.d/pydoc-3.4'
maybe chmod 0644 'conf.d/rarpd'
+maybe chmod 0644 'conf.d/rrdcached'
maybe chmod 0644 'conf.d/rsyncd'
maybe chmod 0644 'conf.d/rsyslog'
maybe chmod 0644 'conf.d/saslauthd'
maybe chmod 0755 'init.d/pydoc-3.4'
maybe chmod 0755 'init.d/rarpd'
maybe chmod 0755 'init.d/root'
+maybe chmod 0755 'init.d/rrdcached'
maybe chmod 0755 'init.d/rsyncd'
maybe chmod 0755 'init.d/rsyslog'
maybe chmod 0755 'init.d/runsvdir'
--- /dev/null
+#!/sbin/openrc-run
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+command="/usr/bin/rrdcached"
+command_args="${RRCACHE_ARGS} -p /run/rrdcached.pid"
+start_stop_daemon_args="--quiet"
+description="RRDtool data caching daemon"
+
+depend() {
+ need localmount net
+ use logger
+}