]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@uhu1.uhu-banane.de>
Mon, 19 Mar 2012 16:52:29 +0000 (17:52 +0100)
committerroot <root@uhu1.uhu-banane.de>
Mon, 19 Mar 2012 16:52:29 +0000 (17:52 +0100)
.etckeeper
conf.d/atd [new file with mode: 0644]
pam.d/._cfg0000_atd [new file with mode: 0644]

index 36d04ab868a3453b2df8ec4dbb8023dc924170eb..d045df693362ca869785e8933c46cdb5a73129fd 100755 (executable)
@@ -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 (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
+