From: frank Date: Mon, 16 Jan 2012 19:26:23 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b2b0f8ade2a1eee2e627c1cebac7127aba3fa871;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-process/at-3.1.10.2-r1 --- diff --git a/.etckeeper b/.etckeeper index 3fca03df..67dcda88 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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 index 00000000..6db2ed9c --- /dev/null +++ b/at/at.deny @@ -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 index 00000000..8c89ad53 --- /dev/null +++ b/init.d/atd @@ -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 index 00000000..e3b4b72d --- /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 +