From a985789797a4b2da3247e3e6bee2084af22011ba Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 16 Jun 2016 00:27:08 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/libvirt-guests | 2 +- init.d/libvirtd | 2 +- init.d/virtlockd | 2 +- init.d/virtlogd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.d/libvirt-guests b/init.d/libvirt-guests index ab2cf3da..9db6d959 100755 --- a/init.d/libvirt-guests +++ b/init.d/libvirt-guests @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run description="Virtual Machine Management (libvirt) Guests" diff --git a/init.d/libvirtd b/init.d/libvirtd index 790161ea..a72db40c 100755 --- a/init.d/libvirtd +++ b/init.d/libvirtd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/virtlockd b/init.d/virtlockd index 396ab654..251b86a9 100755 --- a/init.d/virtlockd +++ b/init.d/virtlockd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/virtlogd b/init.d/virtlogd index fac51d99..0d3493bd 100755 --- a/init.d/virtlogd +++ b/init.d/virtlogd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.39.5