diff options
author | piernov <piernov@piernov.servegame.org> | 2012-08-05 23:22:28 +0200 |
---|---|---|
committer | piernov <piernov@piernov.servegame.org> | 2012-08-05 23:22:28 +0200 |
commit | 6485b25bc03d528912d0adf0c62d37d0f6571e80 (patch) | |
tree | 4f5050cda03bf2064b3b42c38b55bbe730ea3cfe /openssh | |
parent | 72c60e6ddb1510a1ab5939906508f90f1d5dcbe6 (diff) | |
download | nutyx-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-x | openssh/Pkgfile | 3 |
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 |