From 82e87d2887d9592f2fe553c479914e7590d09ba5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Jun 2016 12:03:00 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/device-mapper | 2 +- init.d/dmeventd | 2 +- init.d/lvm | 2 +- init.d/lvm-monitoring | 2 +- init.d/lvmetad | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/init.d/device-mapper b/init.d/device-mapper index 5e3669d..f305b09 100755 --- a/init.d/device-mapper +++ b/init.d/device-mapper @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/dmeventd b/init.d/dmeventd index 7067391..d337bc4 100755 --- a/init.d/dmeventd +++ b/init.d/dmeventd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/lvm b/init.d/lvm index 8478c23..9f8f753 100755 --- a/init.d/lvm +++ b/init.d/lvm @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/lvm-monitoring b/init.d/lvm-monitoring index fd76d96..f07c157 100755 --- a/init.d/lvm-monitoring +++ b/init.d/lvm-monitoring @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/lvmetad b/init.d/lvmetad index db0b698..7b872e7 100755 --- a/init.d/lvmetad +++ b/init.d/lvmetad @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.39.5