From: root Date: Mon, 15 May 2017 12:08:04 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=809475ac444fda3b44020796345f71710cb2cbf1;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 1e06e90..9fd9e59 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2052,8 +2052,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 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"