]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added pamfile for screen.
authorStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 16:49:06 +0000 (12:49 -0400)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 16:49:06 +0000 (12:49 -0400)
config/pam.d/screen [new file with mode: 0644]
lfs/screen

diff --git a/config/pam.d/screen b/config/pam.d/screen
new file mode 100644 (file)
index 0000000..143c372
--- /dev/null
@@ -0,0 +1,2 @@
+#%PAM-1.0
+auth   include         system-auth
index cb020bc7d5e3d30b1cf7f2e01a88f3c257df9472..cc7f34d468991e1a28d97dfc5f6ad5aad969483b 100644 (file)
@@ -91,5 +91,6 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        cd $(DIR_APP) && install -m 644 etc/etcscreenrc /etc/screenrc
+       cp -vf $(DIR_CONFIG)/pam.d/$(PKG_NAME) /etc/pam.d/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)