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'
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'
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'
--- /dev/null
+#!/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=""
--- /dev/null
+#
+# 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
+