diff options
author | 2001-09-01 06:15:50 +0000 | |
---|---|---|
committer | 2001-09-01 06:15:50 +0000 | |
commit | c6cff6d17c1c69ba9a2a8fbc28e9431b7e2bca08 (patch) | |
tree | 39dab2abddf5bbf0dcfc345c11abdafcaee965a0 /sys-apps/xinetd | |
parent | This is the last ebuild of xinetd that will install (diff) | |
download | gentoo-2-c6cff6d17c1c69ba9a2a8fbc28e9431b7e2bca08.tar.gz gentoo-2-c6cff6d17c1c69ba9a2a8fbc28e9431b7e2bca08.tar.bz2 gentoo-2-c6cff6d17c1c69ba9a2a8fbc28e9431b7e2bca08.zip |
typo
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.3.ebuild b/sys-apps/xinetd/xinetd-2.3.3.ebuild index 4bda0f2ff6f5..bf6696d43f1b 100644 --- a/sys-apps/xinetd/xinetd-2.3.3.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.3.ebuild @@ -1,7 +1,7 @@ # 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.2 2001/09/01 06:12:57 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.3.ebuild,v 1.3 2001/09/01 06:15:50 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="Replacement for inetd." @@ -29,8 +29,8 @@ src_install() { exeinto /etc/rc.d/init.d newexe ${FILESDIR}/xinetd.rc5 xinetd doexe ${FILESDIR}/svc-xinetd + newexe ${FILESDIR}/xinetd-run run - newexe ${FILESDIR}/xinetd-run-${PV} run exeinto /usr/sbin doexe ${FILESDIR}/xconv.pl } |