From: root Date: Wed, 26 Oct 2016 20:16:59 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2e34c2456db5437dd1971af26b6525bd61d3f299;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index cea2ab8..0f70960 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2032,8 +2032,7 @@ 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 chgrp 'ldap' 'openldap/slapd.conf.default' -maybe chmod 0640 'openldap/slapd.conf.default' +maybe chmod 0600 '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/slapd b/init.d/slapd index f93278a..3982aad 100755 --- a/init.d/slapd +++ b/init.d/slapd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$