diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-05 18:37:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-05 18:37:11 +0000 |
commit | 916177e83bea1cc3c741b68ac535d02b4fdbbfb7 (patch) | |
tree | 8add791876aedbaa8a0db3a911f59b36ca9853c3 /sys-apps/xinetd | |
parent | Cleanup; removing old unsupported headers. (Manifest recommit) (diff) | |
download | gentoo-2-916177e83bea1cc3c741b68ac535d02b4fdbbfb7.tar.gz gentoo-2-916177e83bea1cc3c741b68ac535d02b4fdbbfb7.tar.bz2 gentoo-2-916177e83bea1cc3c741b68ac535d02b4fdbbfb7.zip |
old
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.3.11 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.3.12 | 1 | ||||
-rwxr-xr-x | sys-apps/xinetd/files/xinetd-run | 25 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.11.ebuild | 63 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 63 |
5 files changed, 0 insertions, 153 deletions
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.11 b/sys-apps/xinetd/files/digest-xinetd-2.3.11 deleted file mode 100644 index 6d7c4c03f1db..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.3.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 37df520fb367beae040daac2b63be5a5 xinetd-2.3.11.tar.gz 289867 diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.12 b/sys-apps/xinetd/files/digest-xinetd-2.3.12 deleted file mode 100644 index 9807d0107a3d..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.3.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 16154191731b6449d934eecacef647dd xinetd-2.3.12.tar.gz 292202 diff --git a/sys-apps/xinetd/files/xinetd-run b/sys-apps/xinetd/files/xinetd-run deleted file mode 100755 index 912f10fc3aea..000000000000 --- a/sys-apps/xinetd/files/xinetd-run +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -#remove stale pid files -if [ -e /var/run/xinetd.pid ] -then - mypids="`cat /var/run/xinetd.pid`" - myrun=`/sbin/pidof xinetd` - ok=0 - for x in $mypids - do - if [ "$myrun" = "$x" ] - then - #this is a running xinetd process, pidfile ok - ok=1 - fi - done - if [ "$ok" = "0" ] - then - #bogus pidfile, remove - rm /var/run/xinetd.pid - fi -else - /usr/sbin/xinetd -pidfile /var/run/xinetd.pid - /usr/bin/sleep 1 -fi -exec /usr/bin/watchpid `cat /var/run/xinetd.pid` diff --git a/sys-apps/xinetd/xinetd-2.3.11.ebuild b/sys-apps/xinetd/xinetd-2.3.11.ebuild deleted file mode 100644 index 60fa4696b89f..000000000000 --- a/sys-apps/xinetd/xinetd-2.3.11.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.13 2005/01/02 23:57:51 ciaranm Exp $ - -DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" -HOMEPAGE="http://www.xinetd.org" -SRC_URI="http://www.xinetd.org/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 amd64 ppc sparc mips alpha hppa" -IUSE="tcpd" - -DEPEND="virtual/libc - tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="${DEPEND} dev-lang/perl" - -PROVIDE="virtual/inetd" - -src_compile() { - local myconf - use tcpd && myconf="--with-libwrap" - - # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - - econf --with-loadavg ${myconf} || die "econf failed" - - # Fix CFLAGS - sed "/^CFLAGS/s/+=/=/" < Makefile > makefile - mv --force makefile Makefile - - emake || die "Failed to compile" -} - -src_install() { - into /usr ; dosbin xinetd/xinetd xinetd/itox - exeinto /usr/sbin ; doexe xinetd/xconv.pl - - newman xinetd/xinetd.conf.man xinetd.conf.5 - newman xinetd/xinetd.log.man xinetd.log.8 - newman xinetd/xinetd.man xinetd.8 - doman xinetd/itox.8 - - newdoc xinetd/sample.conf xinetd.conf.dist.sample - newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default || die - dodoc AUDIT INSTALL README TODO CHANGELOG COPYRIGHT - - insinto /etc/xinetd.d ; doins ${FILESDIR}/etc.xinetd.d/* || die - exeinto /etc/init.d ; newexe ${FILESDIR}/xinetd.rc6 xinetd || die - insinto /etc/conf.d ; newins ${FILESDIR}/xinetd.confd xinetd || die - insinto /etc ; doins ${FILESDIR}/xinetd.conf || die -} - -pkg_postinst(){ - einfo "This ebuild introduces the /etc/xinetd.d includedir with a default" - einfo "/etc/xinetd.conf file. Check your config files if you're upgrading from an older" - einfo "ebuild version. You should browse /etc/xinetd.conf and the files in /etc/xinetd.d." - ewarn - ewarn "PLEASE NOTE: Everything is off by default with access restricted to localhost." - ewarn - einfo "Check /etc/conf.d/xinetd for the startup options." - echo "" -} diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild deleted file mode 100644 index ffdb45ecf080..000000000000 --- a/sys-apps/xinetd/xinetd-2.3.12.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.18 2005/01/02 23:57:51 ciaranm Exp $ - -DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" -HOMEPAGE="http://www.xinetd.org" -SRC_URI="http://www.xinetd.org/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 amd64 ppc sparc mips alpha hppa ia64 ppc64" -IUSE="tcpd" - -DEPEND="virtual/libc - tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="${DEPEND} dev-lang/perl" - -PROVIDE="virtual/inetd" - -src_compile() { - local myconf - use tcpd && myconf="--with-libwrap" - - # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - - econf --with-loadavg ${myconf} || die "econf failed" - - # Fix CFLAGS - sed "/^CFLAGS/s/+=/=/" < Makefile > makefile - mv --force makefile Makefile - - emake || die "Failed to compile" -} - -src_install() { - into /usr ; dosbin xinetd/xinetd xinetd/itox - exeinto /usr/sbin ; doexe xinetd/xconv.pl - - newman xinetd/xinetd.conf.man xinetd.conf.5 - newman xinetd/xinetd.log.man xinetd.log.8 - newman xinetd/xinetd.man xinetd.8 - doman xinetd/itox.8 - - newdoc xinetd/sample.conf xinetd.conf.dist.sample - newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default || die - dodoc AUDIT INSTALL README TODO CHANGELOG COPYRIGHT - - insinto /etc/xinetd.d ; doins ${FILESDIR}/etc.xinetd.d/* || die - exeinto /etc/init.d ; newexe ${FILESDIR}/xinetd.rc6 xinetd || die - insinto /etc/conf.d ; newins ${FILESDIR}/xinetd.confd xinetd || die - insinto /etc ; doins ${FILESDIR}/xinetd.conf || die -} - -pkg_postinst(){ - einfo "This ebuild introduces the /etc/xinetd.d includedir with a default" - einfo "/etc/xinetd.conf file. Check your config files if you're upgrading from an older" - einfo "ebuild version. You should browse /etc/xinetd.conf and the files in /etc/xinetd.d." - ewarn - ewarn "PLEASE NOTE: Everything is off by default with access restricted to localhost." - ewarn - einfo "Check /etc/conf.d/xinetd for the startup options." - echo "" -} |