From 1b5689b84d6ad31a09a18f2d0067c8b4cfb9a6a1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 3 May 2016 18:15:19 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.d/samba b/init.d/samba index ff42552..bf162ad 100755 --- a/init.d/samba +++ b/init.d/samba @@ -1,10 +1,10 @@ -#!/sbin/runscript -# Copyright 1999-2015 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ extra_started_commands="reload" -piddir="/var/run/samba" +piddir="/run/samba" depend() { after slapd -- 2.39.5