]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 27 Mar 2012 16:32:01 +0000 (18:32 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 27 Mar 2012 16:32:01 +0000 (18:32 +0200)
conf.d/atd [new file with mode: 0644]
pam.d/._cfg0000_atd [new file with mode: 0644]

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
+