diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-04-01 21:53:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-04-01 21:53:39 +0000 |
commit | f37b25c1d36bb8869b4e18354b158b71ae52285f (patch) | |
tree | b52bc800d50c3e54faa2bfa82c40e18c5a75de3b /security | |
parent | This fails with "mv: rename parser.yy.tab.h to out/parser.hh: No (diff) |
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.
Notes
Notes:
svn path=/head/; revision=57159
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 dcc4665bcb27..744905f61f00 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 6c7187504e7e..000000000000 --- 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 76826fca39da..000000000000 --- 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 736d504c4899..000000000000 --- 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 a27e4bbed12d..000000000000 --- 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 25a175d7a0d8..000000000000 --- a/security/pam_ssh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/pam_ssh.so |