From 5d94bac0e4fdf6f9c8293bdbe7d3155a7ac3c94e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Jun 2017 00:23:32 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/rsyncd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}" -- 2.39.5