diff options
author | kris <kris@FreeBSD.org> | 2002-04-02 05:53:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-04-02 05:53:39 +0800 |
commit | ce8a12b8ca91a70b440a9c718a2d1e753fe68568 (patch) | |
tree | cfc5d62d55262951801495b19a3b26adf17f8ef7 /security | |
parent | d252dc41a8bce74016aaef86a118f85576537ad8 (diff) | |
download | freebsd-ports-graphics-ce8a12b8ca91a70b440a9c718a2d1e753fe68568.tar.gz freebsd-ports-graphics-ce8a12b8ca91a70b440a9c718a2d1e753fe68568.tar.zst freebsd-ports-graphics-ce8a12b8ca91a70b440a9c718a2d1e753fe68568.zip |
Remove this port at the request of the maintainer. The version of pam_ssh
in the base system is more up-to-date and is being actively maintained.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_ssh/Makefile | 19 | ||||
-rw-r--r-- | security/pam_ssh/distinfo | 1 | ||||
-rw-r--r-- | security/pam_ssh/pkg-comment | 1 | ||||
-rw-r--r-- | security/pam_ssh/pkg-descr | 8 | ||||
-rw-r--r-- | security/pam_ssh/pkg-plist | 1 |
6 files changed, 0 insertions, 31 deletions
diff --git a/security/Makefile b/security/Makefile index dcc4665bcb2..744905f61f0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -170,7 +170,6 @@ SUBDIR += pam_passwdqc SUBDIR += pam_pwdfile SUBDIR += pam_smb - SUBDIR += pam_ssh SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 diff --git a/security/pam_ssh/Makefile b/security/pam_ssh/Makefile deleted file mode 100644 index 6c7187504e7..00000000000 --- a/security/pam_ssh/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: pam_ssh -# Date created: 12 April 2001 -# Whom: ajk@iu.edu -# -# $FreeBSD$ -# - -PORTNAME= pam_ssh -PORTVERSION= 1.5 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pam-ssh - -MAINTAINER= ajk@iu.edu - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pam_ssh.so ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/security/pam_ssh/distinfo b/security/pam_ssh/distinfo deleted file mode 100644 index 76826fca39d..00000000000 --- a/security/pam_ssh/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pam_ssh-1.5.tar.gz) = d902b2e04ad3d0318f7e452b8a68ca5d diff --git a/security/pam_ssh/pkg-comment b/security/pam_ssh/pkg-comment deleted file mode 100644 index 736d504c489..00000000000 --- a/security/pam_ssh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -This PAM module provides single sign-on behavior for UNIX using SSH diff --git a/security/pam_ssh/pkg-descr b/security/pam_ssh/pkg-descr deleted file mode 100644 index a27e4bbed12..00000000000 --- a/security/pam_ssh/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This PAM module provides single sign-on behavior for UNIX using -SSH. Users are authenticated by decrypting their SSH private keys with -the password provided (probably to XDM). In the PAM session phase, an -ssh-agent process is started and keys are added. - -WWW: http://sourceforge.net/projects/pam-ssh/ - -Andrew J. Korty <ajk@iu.edu> diff --git a/security/pam_ssh/pkg-plist b/security/pam_ssh/pkg-plist deleted file mode 100644 index 25a175d7a0d..00000000000 --- a/security/pam_ssh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/pam_ssh.so |