]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 19:26:23 +0000 (20:26 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 19:26:23 +0000 (20:26 +0100)
Package changes:
+sys-process/at-3.1.10.2-r1

.etckeeper
at/at.deny [new file with mode: 0644]
init.d/atd [new file with mode: 0755]
pam.d/atd [new file with mode: 0644]

index 3fca03dfdc5b7a29f39e70e237a31e2037ad8083..67dcda88b0985189fa93b66e701cc9a087818423 100755 (executable)
@@ -107,6 +107,9 @@ maybe chmod 0644 './apache2/vhosts.d/.keep_www-servers_apache-2'
 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'
@@ -610,6 +613,7 @@ maybe chmod 0755 './init.d/acpid'
 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'
@@ -840,6 +844,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/atd'
 maybe chmod 0644 './pam.d/chage'
 maybe chmod 0644 './pam.d/chfn'
 maybe chmod 0644 './pam.d/chgpasswd'
diff --git a/at/at.deny b/at/at.deny
new file mode 100644 (file)
index 0000000..6db2ed9
--- /dev/null
@@ -0,0 +1,28 @@
+alias
+backup
+bin
+daemon
+ftp
+games
+gnats
+guest
+irc
+lp
+mail
+man
+mysql
+news
+nobody
+operator
+proxy
+qmaild
+qmaill
+qmailp
+qmailq
+qmailr
+qmails
+squid
+sync
+sys
+uucp
+www-data
diff --git a/init.d/atd b/init.d/atd
new file mode 100755 (executable)
index 0000000..8c89ad5
--- /dev/null
@@ -0,0 +1,21 @@
+#!/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 $?
+}
diff --git a/pam.d/atd b/pam.d/atd
new file mode 100644 (file)
index 0000000..e3b4b72
--- /dev/null
+++ b/pam.d/atd
@@ -0,0 +1,10 @@
+#
+# 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
+