From: Frank Brehm Date: Wed, 28 Jun 2017 22:23:32 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=5d94bac0e4fdf6f9c8293bdbe7d3155a7ac3c94e;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/init.d/rsyncd b/init.d/rsyncd index a2acfb6a..243e107b 100755 --- a/init.d/rsyncd +++ b/init.d/rsyncd @@ -1,7 +1,6 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ command="/usr/bin/rsync" command_args="--daemon ${RSYNC_OPTS}"