screen: add /etc/pam.d/screen to allow unlocking
This commit is contained in:
parent
a040ee8166
commit
ff73ba4d18
2 changed files with 3 additions and 1 deletions
1
srcpkgs/screen/files/screen
Normal file
1
srcpkgs/screen/files/screen
Normal file
|
@ -0,0 +1 @@
|
|||
auth required pam_unix.so
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'screen'
|
||||
pkgname=screen
|
||||
version=4.0.3
|
||||
revision=10
|
||||
revision=11
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-sys-screenrc=/etc/screenrc -enable-pam --enable-colors256
|
||||
--enable-locale -with-socket-dir=/run/screens --with-pty-group=5"
|
||||
|
@ -17,4 +17,5 @@ checksum=78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceecf21615c39e6c77
|
|||
post_install() {
|
||||
vinstall etc/screenrc 0644 etc
|
||||
vinstall etc/etcscreenrc 0644 etc/skel .screenrc
|
||||
vinstall ${FILESDIR}/screen 0644 etc/pam.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue