commit
e3b8e74d7b
2 changed files with 14 additions and 3 deletions
8
srcpkgs/xdm/files/xdm.pam
Normal file
8
srcpkgs/xdm/files/xdm.pam
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
auth required pam_unix.so
|
||||||
|
auth required pam_nologin.so
|
||||||
|
auth required pam_env.so
|
||||||
|
account required pam_unix.so
|
||||||
|
password required pam_unix.so
|
||||||
|
session required pam_unix.so
|
||||||
|
session required pam_limits.so
|
||||||
|
session required pam_loginuid.so
|
|
@ -1,14 +1,16 @@
|
||||||
# Template build file for 'xdm'.
|
# Template build file for 'xdm'.
|
||||||
pkgname=xdm
|
pkgname=xdm
|
||||||
version=1.1.11
|
version=1.1.11
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-random-device=/dev/urandom
|
configure_args="--with-random-device=/dev/urandom
|
||||||
--with-utmp-file=/var/run/utmp
|
--with-utmp-file=/var/run/utmp
|
||||||
--with-wtmp-file=/var/log/wtmp
|
--with-wtmp-file=/var/log/wtmp
|
||||||
--with-xdmconfigdir=/etc/X11/xdm"
|
--with-xdmconfigdir=/etc/X11/xdm
|
||||||
|
--with-pam"
|
||||||
|
conf_files="/etc/pam.d/xdm"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXaw-devel"
|
makedepends="pam-devel libXaw-devel"
|
||||||
depends="sessreg xconsole"
|
depends="sessreg xconsole"
|
||||||
short_desc="X Display Manager"
|
short_desc="X Display Manager"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
|
@ -19,4 +21,5 @@ checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv xdm
|
vsv xdm
|
||||||
|
vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue