From: Frank Brehm Date: Wed, 1 Mar 2017 14:16:24 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=28f5daa5ecbd67ac341690c1e51dcfea0634f126;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index da9dcda..b80aec2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -615,8 +615,7 @@ maybe chmod 0644 'openldap/schema/rfc2307bis.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 da3e348..f817bcb 100755 --- a/init.d/slapd +++ b/init.d/slapd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_commands="checkconfig"