diff options
author | 2001-09-01 20:59:57 +0000 | |
---|---|---|
committer | 2001-09-01 20:59:57 +0000 | |
commit | d5899a9c0885977bbf3a0e6c1f7db50760b253d8 (patch) | |
tree | 40ae0d375e45a10adb66db5993be097e287e5849 /sys-apps/xinetd | |
parent | added a syslog.conf (diff) | |
download | gentoo-2-d5899a9c0885977bbf3a0e6c1f7db50760b253d8.tar.gz gentoo-2-d5899a9c0885977bbf3a0e6c1f7db50760b253d8.tar.bz2 gentoo-2-d5899a9c0885977bbf3a0e6c1f7db50760b253d8.zip |
add some more comments wrt rc5 vs rc6 ebuilds
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.3-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.3.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.3-r1.ebuild b/sys-apps/xinetd/xinetd-2.3.3-r1.ebuild index 3323659aab54..972298ffcdf7 100644 --- a/sys-apps/xinetd/xinetd-2.3.3-r1.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.3-r1.ebuild @@ -1,7 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.3-r1.ebuild,v 1.1 2001/09/01 14:25:45 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.3-r1.ebuild,v 1.2 2001/09/01 20:59:57 woodchip Exp $ + +##################################################################################### +### NOTE: This ebuild is not compatible with rc6. It is an rc5 only ebuild ### +### Devs: If you bump the -rev on this, you must change profiles/default/packages ### +##################################################################################### S=${WORKDIR}/${P} DESCRIPTION="Replacement for inetd." diff --git a/sys-apps/xinetd/xinetd-2.3.3.ebuild b/sys-apps/xinetd/xinetd-2.3.3.ebuild index 0b21506373d3..f15c24b16273 100644 --- a/sys-apps/xinetd/xinetd-2.3.3.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.3.ebuild @@ -1,7 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.3.ebuild,v 1.4 2001/09/01 08:01:15 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.3.ebuild,v 1.5 2001/09/01 20:59:57 woodchip Exp $ + +##################################################################################### +### NOTE: This ebuild is not compatible with rc6. It is an rc5 only ebuild ### +### Devs: If you bump the -rev on this, you must change profiles/default/packages ### +##################################################################################### S=${WORKDIR}/${P} DESCRIPTION="Replacement for inetd." |