summaryrefslogtreecommitdiffstats
path: root/liveinst/pam.d
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-06-09 10:32:02 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-06-09 12:26:49 -1000
commit7154dd486eaa991408903c6304abb6c349088e03 (patch)
tree8200b7801a1aff7a3a57131e1842a4cdf8b2c687 /liveinst/pam.d
parentf70c12683fe005032eddd1f0651af366127d156f (diff)
downloadanaconda-7154dd486eaa991408903c6304abb6c349088e03.tar.gz
anaconda-7154dd486eaa991408903c6304abb6c349088e03.tar.xz
anaconda-7154dd486eaa991408903c6304abb6c349088e03.zip
Restructure liveinst/ for the new build system.
Added liveinst/Makefile.am and restructured the subdirectory to work a little more easily with autoconf and automake. The liveinst.console file has been moved to console.apps/liveinst. The liveinst.pam file has been moved to pam.d/liveinst. Additional Makefile.am files are present in those subdirectories. The restructure of liveinst/ is to account for the fact that most of the files we have to install are named 'liveinst'.
Diffstat (limited to 'liveinst/pam.d')
-rw-r--r--liveinst/pam.d/Makefile.am25
-rw-r--r--liveinst/pam.d/liveinst4
2 files changed, 29 insertions, 0 deletions
diff --git a/liveinst/pam.d/Makefile.am b/liveinst/pam.d/Makefile.am
new file mode 100644
index 000000000..9b2bf06c2
--- /dev/null
+++ b/liveinst/pam.d/Makefile.am
@@ -0,0 +1,25 @@
+# liveinst/pam.d/Makefile.am for anaconda
+#
+# Copyright (C) 2009 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Author: David Cantrell <dcantrell@redhat.com>
+
+if IS_LIVEINST_ARCH
+pamdir = /etc/pam.d
+dist_pam_DATA = liveinst
+endif
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/liveinst/pam.d/liveinst b/liveinst/pam.d/liveinst
new file mode 100644
index 000000000..c7d67e332
--- /dev/null
+++ b/liveinst/pam.d/liveinst
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth include config-util
+account include config-util
+session include config-util