summaryrefslogtreecommitdiffstats
path: root/openssh
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-05 23:22:28 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-05 23:22:28 +0200
commit6485b25bc03d528912d0adf0c62d37d0f6571e80 (patch)
tree4f5050cda03bf2064b3b42c38b55bbe730ea3cfe /openssh
parent72c60e6ddb1510a1ab5939906508f90f1d5dcbe6 (diff)
downloadnutyx-pakxe-6485b25bc03d528912d0adf0c62d37d0f6571e80.tar.gz
nutyx-pakxe-6485b25bc03d528912d0adf0c62d37d0f6571e80.tar.bz2
nutyx-pakxe-6485b25bc03d528912d0adf0c62d37d0f6571e80.tar.xz
nutyx-pakxe-6485b25bc03d528912d0adf0c62d37d0f6571e80.zip
openssh support pam
Diffstat (limited to 'openssh')
-rwxr-xr-xopenssh/Pkgfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssh/Pkgfile b/openssh/Pkgfile
index a24f9a3f7..6674f0d27 100755
--- a/openssh/Pkgfile
+++ b/openssh/Pkgfile
@@ -2,6 +2,8 @@
# URL: http://www.openssh.org/
# Maintainer: NuTyX coreteam
# Packager: thierryn1 at hispeed dot ch
+# Depends on: linux-pam, pambase
+# Run on: linux-pam,pambase
name=openssh
version=6.0p1
@@ -18,6 +20,7 @@ build() {
--with-tcp-wrappers \
--with-md5-passwords \
--with-privsep-path=/var/lib/sshd \
+ --with-pam \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make DESTDIR=$PKG install