summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-21 17:31:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-21 17:31:02 +0000
commit94f1a39192719a029ccb325f6daa2296b2e062c0 (patch)
tree5fa010ab5860f3c628319fc87dea36b3effd2b6c /net-misc/netkit-rsh
parentAdd live ebuilds for trunk and for EMACS_23_1_RC branch. (diff)
downloadgentoo-2-94f1a39192719a029ccb325f6daa2296b2e062c0.tar.gz
gentoo-2-94f1a39192719a029ccb325f6daa2296b2e062c0.tar.bz2
gentoo-2-94f1a39192719a029ccb325f6daa2296b2e062c0.zip
Remove old version (drops ~x86-fbsd!), fix rhost_auth references (bug #233242).
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/netkit-rsh')
-rw-r--r--net-misc/netkit-rsh/ChangeLog9
-rw-r--r--net-misc/netkit-rsh/files/rexec.pamd-include9
-rw-r--r--net-misc/netkit-rsh/files/rlogin.pamd-include11
-rw-r--r--net-misc/netkit-rsh/files/rlogin.pamd-pambase2
-rw-r--r--net-misc/netkit-rsh/files/rsh.pamd-include13
-rw-r--r--net-misc/netkit-rsh/files/rsh.pamd-pambase2
-rw-r--r--net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild75
7 files changed, 10 insertions, 111 deletions
diff --git a/net-misc/netkit-rsh/ChangeLog b/net-misc/netkit-rsh/ChangeLog
index a5b3bbcf6bec..f7ebd38426f9 100644
--- a/net-misc/netkit-rsh/ChangeLog
+++ b/net-misc/netkit-rsh/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/netkit-rsh
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/ChangeLog,v 1.65 2009/01/12 15:44:51 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/ChangeLog,v 1.66 2009/06/21 17:31:02 flameeyes Exp $
+
+ 21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ -netkit-rsh-0.17-r8.ebuild, -files/rexec.pamd-include,
+ -files/rlogin.pamd-include, files/rlogin.pamd-pambase,
+ -files/rsh.pamd-include, files/rsh.pamd-pambase:
+ Remove old version (drops ~x86-fbsd!), fix rhost_auth references (bug
+ #233242).
12 Jan 2009; Guy Martin <gmsoft@gentoo.org> netkit-rsh-0.17-r9.ebuild:
hppa stable, #250892
diff --git a/net-misc/netkit-rsh/files/rexec.pamd-include b/net-misc/netkit-rsh/files/rexec.pamd-include
deleted file mode 100644
index ca9bfcafc9e2..000000000000
--- a/net-misc/netkit-rsh/files/rexec.pamd-include
+++ /dev/null
@@ -1,9 +0,0 @@
-#%PAM-1.0
-# For root login to succeed here with pam_securetty, "rexec" must be
-# listed in /etc/securetty.
-auth required pam_nologin.so
-auth required pam_securetty.so
-auth optional pam_env.so
-auth include system-auth
-account include system-auth
-session include system-auth
diff --git a/net-misc/netkit-rsh/files/rlogin.pamd-include b/net-misc/netkit-rsh/files/rlogin.pamd-include
deleted file mode 100644
index 54e49c332056..000000000000
--- a/net-misc/netkit-rsh/files/rlogin.pamd-include
+++ /dev/null
@@ -1,11 +0,0 @@
-#%PAM-1.0
-# For root login to succeed here with pam_securetty, "rlogin" must be
-# listed in /etc/securetty.
-auth required pam_nologin.so
-auth required pam_securetty.so
-auth required pam_env.so
-auth sufficient pam_rhosts_auth.so
-auth include system-auth
-account include system-auth
-password include system-auth
-session include system-auth
diff --git a/net-misc/netkit-rsh/files/rlogin.pamd-pambase b/net-misc/netkit-rsh/files/rlogin.pamd-pambase
index 7b035a6f8364..9b4481edd6f8 100644
--- a/net-misc/netkit-rsh/files/rlogin.pamd-pambase
+++ b/net-misc/netkit-rsh/files/rlogin.pamd-pambase
@@ -2,7 +2,7 @@
# For root login to succeed here with pam_securetty, "rlogin" must be
# listed in /etc/securetty.
auth required pam_securetty.so
-auth sufficient pam_rhosts_auth.so
+auth sufficient pam_rhosts.so
auth include system-remote-login
account include system-remote-login
password include system-remote-login
diff --git a/net-misc/netkit-rsh/files/rsh.pamd-include b/net-misc/netkit-rsh/files/rsh.pamd-include
deleted file mode 100644
index bcee6c5b01e2..000000000000
--- a/net-misc/netkit-rsh/files/rsh.pamd-include
+++ /dev/null
@@ -1,13 +0,0 @@
-#%PAM-1.0
-# For root login to succeed here with pam_securetty, "rsh" must be
-# listed in /etc/securetty.
-auth required pam_nologin.so
-auth required pam_securetty.so
-auth optional pam_env.so
-
-# Uncomment this and comment the following to use rhosts_auth module
-#auth required pam_rhosts_auth.so
-auth include system-auth
-
-account include system-auth
-session include system-auth
diff --git a/net-misc/netkit-rsh/files/rsh.pamd-pambase b/net-misc/netkit-rsh/files/rsh.pamd-pambase
index 783799a1475a..460a2cd99f99 100644
--- a/net-misc/netkit-rsh/files/rsh.pamd-pambase
+++ b/net-misc/netkit-rsh/files/rsh.pamd-pambase
@@ -4,7 +4,7 @@
auth required pam_securetty.so
# Uncomment this and comment the following to use rhosts_auth module
-#auth required pam_rhosts_auth.so
+#auth required pam_rhosts.so
auth include system-remote-login
account include system-remote-login
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild
deleted file mode 100644
index 139262ba36ce..000000000000
--- a/net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild,v 1.12 2008/12/20 11:00:28 pva Exp $
-
-inherit eutils pam toolchain-funcs
-
-PATCHVER="1.0"
-DESCRIPTION="Netkit's Remote Shell Suite: rexec{,d} rlogin{,d} rsh{,d}"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz
- mirror://gentoo/rexec-1.5.tar.gz
- mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="pam"
-
-DEPEND=">=sys-libs/ncurses-5.2
- pam? ( virtual/pam )"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- rm -rf rexec
- mv ../rexec rexec
-
- if [[ -n ${PATCHVER} ]] ; then
- EPATCH_SUFFIX="patch"
- epatch "${WORKDIR}"/patch
- fi
-
- if tc-is-cross-compiler ; then
- # Can't do runtime tests when cross-compiling
- sed -i -e "s|./__conftest|: ./__conftest|" configure
- fi
-}
-
-src_compile() {
- local myconf
- use pam || myconf="--without-pam"
- tc-export CC
- ./configure ${myconf} || die
-
- sed -i \
- -e "s:-pipe -O2:${CFLAGS}:" \
- -e "/^LDFLAGS=$/d" \
- -e "s:-Wpointer-arith::" \
- MCONFIG || die "could not sed MCONFIG"
- emake || die
-}
-
-src_install() {
- local b exe
- insinto /etc/xinetd.d
- for b in rcp rexec{,d} rlogin{,d} rsh{,d} ; do
- if [[ ${b:0-1} == "d" ]] ; then
- dosbin ${b}/${b} || die "dosbin ${b} failed"
- dosym ${b} /usr/sbin/in.${b}
- doman ${b}/${b}.8
- else
- dobin ${b}/${b} || die "dobin ${b} failed"
- doman ${b}/${b}.1
- [[ ${b} != "rexec" ]] \
- && fperms 4711 /usr/bin/${b}
- if [[ ${b} != "rcp" ]]; then
- newins "${FILESDIR}"/${b}.xinetd ${b}
- newpamd "${FILESDIR}/${b}.pamd-include" ${b}
- fi
- fi
- done
- dodoc README ChangeLog BUGS
- newdoc rexec/README README.rexec
-}