diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-16 13:55:30 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-16 13:55:30 +0000 |
commit | 60aaca1d39c175a49b1eb5b37f270a7206a42d13 (patch) | |
tree | 2934900a57400afaebba4c6a92dfa0a8890adf7d /www-servers/orion/orion-2.0.5.ebuild | |
parent | Revision bump; added new optional dep on libpcapnav. Thanks to soulse in bug ... (diff) | |
download | historical-60aaca1d39c175a49b1eb5b37f270a7206a42d13.tar.gz historical-60aaca1d39c175a49b1eb5b37f270a7206a42d13.tar.bz2 historical-60aaca1d39c175a49b1eb5b37f270a7206a42d13.zip |
applied parts of the patch which was suggested in #85032 by Marc Vilanova Vilaseró <marc@noctambuls.net>
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-servers/orion/orion-2.0.5.ebuild')
-rw-r--r-- | www-servers/orion/orion-2.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/orion/orion-2.0.5.ebuild b/www-servers/orion/orion-2.0.5.ebuild index e383646b9d8c..57dd00b72bac 100644 --- a/www-servers/orion/orion-2.0.5.ebuild +++ b/www-servers/orion/orion-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/orion/orion-2.0.5.ebuild,v 1.2 2005/01/08 02:27:13 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/orion/orion-2.0.5.ebuild,v 1.3 2005/03/16 13:55:30 luckyduck Exp $ inherit eutils java-pkg @@ -31,7 +31,7 @@ pkg_preinst() { src_install() { # CREATE DIRECTORIES - diropts -m0775 + diropts -m0755 dodir /opt/${PN} dodir /opt/${PN}/config dodir /opt/${PN}/sbin @@ -92,7 +92,7 @@ pkg_postinst() { chown -R orion:orion /opt/${PN} || die "Failed to chown in /opt" chown -R orion:orion /var/log/${PN} || die "Failed to chown in /var/log" - chown orion:orion /etc/conf.d/orion + chown root:root /etc/conf.d/orion einfo " " einfo " NOTICE!" |