maybe chmod 0644 './apache2/vhosts.d/00_default_ssl_vhost.conf'
maybe chmod 0644 './apache2/vhosts.d/00_default_vhost.conf'
maybe chmod 0644 './apache2/vhosts.d/default_vhost.include'
+maybe chmod 0755 './at'
+maybe chgrp at './at/at.deny'
+maybe chmod 0640 './at/at.deny'
maybe chmod 0755 './audisp'
maybe chmod 0640 './audisp/audisp-remote.conf'
maybe chmod 0640 './audisp/audispd.conf'
maybe chmod 0755 './init.d/aiccu'
maybe chmod 0755 './init.d/alsasound'
maybe chmod 0755 './init.d/apache2'
+maybe chmod 0755 './init.d/atd'
maybe chmod 0755 './init.d/auditd'
maybe chmod 0755 './init.d/autofs'
maybe chmod 0755 './init.d/avahi-daemon'
maybe chmod 0755 './openvpn/down.sh'
maybe chmod 0755 './openvpn/up.sh'
maybe chmod 0755 './pam.d'
+maybe chmod 0644 './pam.d/atd'
maybe chmod 0644 './pam.d/chage'
maybe chmod 0644 './pam.d/chfn'
maybe chmod 0644 './pam.d/chgpasswd'
--- /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.rc6,v 1.3 2011/09/23 12:04:44 polynomial-c Exp $
+
+depend() {
+ need clock logger
+}
+
+start() {
+ ebegin "Starting atd"
+ start-stop-daemon --start --quiet --pidfile /var/run/atd.pid \
+ --exec /usr/sbin/atd -- ${ATD_OPTS}
+ eend $?
+}
+
+stop() {
+ ebegin "Shutting down atd"
+ start-stop-daemon --stop --quiet --pidfile /var/run/atd.pid
+ eend $?
+}
--- /dev/null
+#
+# The PAM configuration file for the at daemon
+#
+
+auth required pam_env.so
+auth include system-auth
+account include system-auth
+session required pam_limits.so
+session include system-auth
+