diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:28:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:28:19 +0000 |
commit | 1782a3ec9a9e28179dd31bb446cc446669862355 (patch) | |
tree | 12782144480ae7215c13d4a68dc8e29f12cb2c40 /www-servers/boa/boa-0.94.13-r1.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-1782a3ec9a9e28179dd31bb446cc446669862355.tar.gz gentoo-2-1782a3ec9a9e28179dd31bb446cc446669862355.tar.bz2 gentoo-2-1782a3ec9a9e28179dd31bb446cc446669862355.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'www-servers/boa/boa-0.94.13-r1.ebuild')
-rw-r--r-- | www-servers/boa/boa-0.94.13-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www-servers/boa/boa-0.94.13-r1.ebuild b/www-servers/boa/boa-0.94.13-r1.ebuild index aa371d54b19c..2a815c2ab6e5 100644 --- a/www-servers/boa/boa-0.94.13-r1.ebuild +++ b/www-servers/boa/boa-0.94.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.13-r1.ebuild,v 1.5 2007/03/13 14:44:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.13-r1.ebuild,v 1.6 2007/04/28 17:28:19 swegener Exp $ inherit eutils @@ -54,14 +54,12 @@ src_install() { dodir /var/www/localhost/cgi-bin || die dodir /var/www/localhost/icons || die - insinto /etc/conf.d - doins ${FILESDIR}/boa.conf.d + doconfd ${FILESDIR}/boa.conf.d exeinto /usr/lib/boa doexe src/boa_indexer || die - exeinto /etc/init.d - newexe ${FILESDIR}/boa.rc6 boa || die + newinitd ${FILESDIR}/boa.rc6 boa || die insinto /etc/boa insopts -m700 |