]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Tue, 27 Mar 2012 20:32:37 +0000 (22:32 +0200)
committerroot <root@samara.profitbricks.localdomain>
Tue, 27 Mar 2012 20:32:37 +0000 (22:32 +0200)
.etckeeper
conf.d/atd [new file with mode: 0644]
pam.d/._cfg0000_atd [new file with mode: 0644]

index 9545d12258db7849ba160b25e4abfce79c657ef3..5873525f8a52d89b3d5b00b3863cebef8e8219b3 100755 (executable)
@@ -224,6 +224,7 @@ maybe chmod 0755 './conf.d'
 maybe chmod 0644 './conf.d/acpid'
 maybe chmod 0644 './conf.d/alsasound'
 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'
@@ -1277,7 +1278,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'
@@ -1298,6 +1300,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 (file)
index 0000000..db42ea5
--- /dev/null
@@ -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 (file)
index 0000000..5c529c1
--- /dev/null
@@ -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
+