From 2d839f5b090e8099b8aa38bdbc91898a2870d2a2 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 3 Aug 2017 13:00:26 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- dbus-1/system.d/ConsoleKit.conf | 47 ++++++++++++++++++++++++++++++--- init.d/consolekit | 7 +++-- 2 files changed, 47 insertions(+), 7 deletions(-) diff --git a/dbus-1/system.d/ConsoleKit.conf b/dbus-1/system.d/ConsoleKit.conf index 45b09173..9c564cef 100644 --- a/dbus-1/system.d/ConsoleKit.conf +++ b/dbus-1/system.d/ConsoleKit.conf @@ -15,11 +15,11 @@ - - - @@ -90,6 +90,9 @@ + @@ -99,6 +102,12 @@ + + @@ -109,6 +118,9 @@ + @@ -124,6 +136,9 @@ + + + @@ -158,6 +179,9 @@ + @@ -181,6 +205,23 @@ send_member="GetIdleSinceHint"/> + + + + + + diff --git a/init.d/consolekit b/init.d/consolekit index 57ebfbe7..4fd1140f 100755 --- a/init.d/consolekit +++ b/init.d/consolekit @@ -1,10 +1,9 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Id$ description="consolekit - tracks login sessions and seats" -pidfile="/var/run/ConsoleKit/pid" +pidfile="/run/ConsoleKit/pid" command="/usr/sbin/console-kit-daemon" depend() { @@ -13,5 +12,5 @@ depend() { } start_pre() { - checkpath -q -d -m 0755 /var/run/ConsoleKit + checkpath -q -d -m 0755 /run/ConsoleKit } -- 2.39.5