Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o, arfrever@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/supervisor: ChangeLog supervisor-3.0_alpha9.ebuild
Date: Fri, 01 Oct 2010 07:19:49
Message-Id: 1285917568.5868.58.camel@tablet
1 В Чтв, 23/09/2010 в 20:18 +0000, Arfrever Frehtes Taifersar Arahesis
2 (arfrever) пишет:
3 > src_install() {
4 > distutils_src_install
5 > newinitd "${FILESDIR}/init.d" supervisord
6 > newconfd "${FILESDIR}/conf.d" supervisord
7
8 || die is necessary after newinitd/newconfd. This will prevent broken
9 package to be installed in case $FILESDIR/{init.d,conf.d} miss in users
10 portage tree.
11
12 --
13 Peter.