From 0a118e1fd9b354d3d40602037817b2c3462406a5 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 19 Mar 2012 17:52:29 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 5 ++++- conf.d/atd | 8 ++++++++ pam.d/._cfg0000_atd | 9 +++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 conf.d/atd create mode 100644 pam.d/._cfg0000_atd diff --git a/.etckeeper b/.etckeeper index 36d04ab..d045df6 100755 --- a/.etckeeper +++ b/.etckeeper @@ -137,6 +137,7 @@ maybe chmod 0644 './colordiffrc-lightbg' maybe chmod 0755 './conf.d' maybe chmod 0644 './conf.d/acpid' maybe chmod 0644 './conf.d/apache2' +maybe chmod 0644 './conf.d/atd' maybe chmod 0644 './conf.d/auditd' maybe chmod 0644 './conf.d/autofs' maybe chmod 0644 './conf.d/bootmisc' @@ -1009,7 +1010,8 @@ maybe chmod 0644 './openldap/schema/rfc2307bis.schema' maybe chmod 0644 './openldap/schema/samba.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' @@ -1030,6 +1032,7 @@ maybe chmod 0644 './openvpn/.keep_net-misc_openvpn-0' maybe chmod 0755 './openvpn/down.sh' maybe chmod 0755 './openvpn/up.sh' maybe chmod 0755 './pam.d' +maybe chmod 0644 './pam.d/._cfg0000_atd' maybe chmod 0644 './pam.d/atd' maybe chmod 0644 './pam.d/chage' maybe chmod 0644 './pam.d/chfn' diff --git a/conf.d/atd b/conf.d/atd new file mode 100644 index 0000000..db42ea5 --- /dev/null +++ b/conf.d/atd @@ -0,0 +1,8 @@ +#!/sbin/runscript +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.confd,v 1.1 2011/04/17 22:46:40 jer Exp $ + +# Define startup options for atd(8). +# For example: ATD_OPTS="-l 3.0 -b 5" +ATD_OPTS="" diff --git a/pam.d/._cfg0000_atd b/pam.d/._cfg0000_atd new file mode 100644 index 0000000..5c529c1 --- /dev/null +++ b/pam.d/._cfg0000_atd @@ -0,0 +1,9 @@ +# +# The PAM configuration file for the at daemon +# + +auth required pam_env.so +auth include system-services +account include system-services +session include system-services + -- 2.39.5