xorg-xdm: added pam module. Closes FS#1747
This commit is contained in:
parent
4ec0c1f6f8
commit
85ff0d790f
@ -5,6 +5,8 @@ drwxr-xr-x root/root etc/X11/xdm/
|
||||
-rw-r--r-- root/root etc/X11/xdm/Xresources
|
||||
-rw-r--r-- root/root etc/X11/xdm/Xservers
|
||||
-rw-r--r-- root/root etc/X11/xdm/xdm-config
|
||||
drwxr-xr-x root/root etc/pam.d/
|
||||
-rwxr-xr-x root/root etc/pam.d/xdm
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/xdm
|
||||
drwxr-xr-x root/root usr/
|
||||
|
@ -1,6 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/xorg.pub
|
||||
RWTSGWF5Q7TndAY6CqmATCelojSPx0NriEu1c8Jq9oWtnM+taMLl9nJmpmdZRcZoOgbqTpq9MgpGOF8qQ8/o/WH1fU130XH9PgY=
|
||||
SHA256 (Pkgfile) = c6c7d9c1221481082685b9ddfedaeb91e46749788394aa16096b949287edf64b
|
||||
SHA256 (.footprint) = 96e02927c87a072db5f77db0dcb33ecc04bddeedfe3030d8c4488db179f3cc71
|
||||
RWTSGWF5Q7TndLqaDPcJrs1cUZh6WJYrvZKMHfxPtCTBKzFGryuWOE4Ui4otvg59uWb8/5lsJEiXQ7xb+HJMLuutk7m0vdncqgc=
|
||||
SHA256 (Pkgfile) = 75349b607f17d08fdbb2948bc543de5482af2deaf2146a8e0a98bd934fc6df05
|
||||
SHA256 (.footprint) = 80ccfc3956875dbdb8c9c8f95799e0c9361263086eaa65a6e43eae1a1ffd6131
|
||||
SHA256 (xdm-1.1.12.tar.bz2) = 0dd283f72dda098d09e2925b9278c95e21551e693a5802ab442d1b577d8327f4
|
||||
SHA256 (xdm) = 08f8309871469f521d70feb674e36ca683e7cb21d9728c899c93bb1d93b321a5
|
||||
SHA256 (xdm.pam) = b40957971af8c231d118e78612e2909741d21e4dc437fa5052106e648a79a2d7
|
||||
|
@ -7,7 +7,7 @@ name=xorg-xdm
|
||||
version=1.1.12
|
||||
release=1
|
||||
source=(https://www.x.org/releases/individual/app/xdm-$version.tar.bz2 \
|
||||
xdm)
|
||||
xdm xdm.pam)
|
||||
|
||||
build() {
|
||||
cd xdm-$version
|
||||
@ -20,4 +20,5 @@ build() {
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm
|
||||
install -D -m 755 $SRC/xdm.pam $PKG/etc/pam.d/xdm
|
||||
}
|
||||
|
7
xorg-xdm/xdm.pam
Normal file
7
xorg-xdm/xdm.pam
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# /etc/pam.d/xdm - xdm service module configuration
|
||||
#
|
||||
|
||||
auth include common-auth
|
||||
|
||||
account include common-account
|
Loading…
x
Reference in New Issue
Block a user