From e0d115e6c98cb11139a5f52ea4535fbb5fdb2cd3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Oct 2016 22:27:53 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 3 ++- init.d/git-daemon | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.etckeeper b/.etckeeper index 0f70960..cea2ab8 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2032,7 +2032,8 @@ maybe chmod 0644 'openldap/schema/samba.schema' maybe chmod 0644 'openldap/schema/sudo.schema' maybe chgrp 'ldap' 'openldap/slapd.conf' maybe chmod 0640 'openldap/slapd.conf' -maybe chmod 0600 'openldap/slapd.conf.default' +maybe chgrp 'ldap' 'openldap/slapd.conf.default' +maybe chmod 0640 'openldap/slapd.conf.default' maybe chmod 0600 'openldap/slapd.ldif' maybe chmod 0600 'openldap/slapd.ldif.default' maybe chmod 0755 'openldap/ssl' diff --git a/init.d/git-daemon b/init.d/git-daemon index b6ecfd9..df03162 100755 --- a/init.d/git-daemon +++ b/init.d/git-daemon @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.39.5