diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 16:04:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 16:04:40 +0000 |
commit | 8c8a7f6af594badf3c16bf21167436332e193584 (patch) | |
tree | 675cf396042efc4898b129a570b40c2865664a92 /games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild | |
parent | ia64 + x86 wrt security bug 176226 (diff) | |
download | gentoo-2-8c8a7f6af594badf3c16bf21167436332e193584.tar.gz gentoo-2-8c8a7f6af594badf3c16bf21167436332e193584.tar.bz2 gentoo-2-8c8a7f6af594badf3c16bf21167436332e193584.zip |
Use newinitd
(Portage version: 2.1.2.5)
Diffstat (limited to 'games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild')
-rw-r--r-- | games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild b/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild index f555e931dfc4..df2eee8e255c 100644 --- a/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild +++ b/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild,v 1.10 2006/11/25 14:00:41 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/tetrix/tetrix-1.13.16.1.40c-r2.ebuild,v 1.11 2007/04/28 16:04:40 tove Exp $ inherit eutils toolchain-funcs games @@ -45,8 +45,7 @@ src_install() { insinto ${GAMES_SYSCONFDIR}/${PN} doins bin/* - exeinto /etc/init.d - newexe ${FILESDIR}/tetrix.rc tetrix + newinitd "${FILESDIR}"/tetrix.rc tetrix keepdir ${GAMES_STATEDIR}/${PN} dodir ${GAMES_LOGDIR} |