From bf867e2f0e7b684f2a5292726d866ccf31c19051 Mon Sep 17 00:00:00 2001 From: frank Date: Tue, 27 Mar 2012 18:32:01 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- conf.d/atd | 8 ++++++++ pam.d/._cfg0000_atd | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 conf.d/atd create mode 100644 pam.d/._cfg0000_atd diff --git a/conf.d/atd b/conf.d/atd new file mode 100644 index 00000000..db42ea55 --- /dev/null +++ b/conf.d/atd @@ -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 index 00000000..5c529c16 --- /dev/null +++ b/pam.d/._cfg0000_atd @@ -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 + -- 2.39.5