diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-04-06 20:11:29 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-04-06 20:11:29 +0000 |
commit | db5b40918b9106f09750026f3d84a00276471ec8 (patch) | |
tree | 0c9e6835db6720f0b5c7d7eb8f362eb3d1dd234e /www-servers/resin | |
parent | The new and improved Audacious release with extensive bug fixes. A big thank ... (diff) | |
download | gentoo-2-db5b40918b9106f09750026f3d84a00276471ec8.tar.gz gentoo-2-db5b40918b9106f09750026f3d84a00276471ec8.tar.bz2 gentoo-2-db5b40918b9106f09750026f3d84a00276471ec8.zip |
Add symlink for hosts for easy virtual host management also for Resin 3.1.9 and 3.2.1.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/resin')
-rw-r--r-- | www-servers/resin/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/resin/resin-3.1.9.ebuild | 6 | ||||
-rw-r--r-- | www-servers/resin/resin-3.2.1-r3.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/www-servers/resin/ChangeLog b/www-servers/resin/ChangeLog index fb64d1eba1a5..94bb80ba9500 100644 --- a/www-servers/resin/ChangeLog +++ b/www-servers/resin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-servers/resin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.93 2010/04/02 15:46:21 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.94 2010/04/06 20:11:29 nelchael Exp $ + + 06 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> resin-3.1.9.ebuild, + resin-3.2.1-r3.ebuild: + Add symlink for hosts for easy virtual host management also for Resin + 3.1.9 and 3.2.1. 02 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> resin-4.0.5.ebuild: Add symlink for hosts for easy virtual host management. diff --git a/www-servers/resin/resin-3.1.9.ebuild b/www-servers/resin/resin-3.1.9.ebuild index 66cffd063046..12f41619bd83 100644 --- a/www-servers/resin/resin-3.1.9.ebuild +++ b/www-servers/resin/resin-3.1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild,v 1.1 2009/12/12 13:16:58 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild,v 1.2 2010/04/06 20:11:29 nelchael Exp $ EAPI="1" @@ -124,10 +124,12 @@ src_install() { dosym /var/log/resin /usr/share/resin/log dodir /var/lib/resin/webapps + keepdir /var/lib/resin/hosts mv "${D}"/${RESIN_HOME}/webapps/* "${D}/var/lib/resin/webapps" || \ die "mv of webapps failed" rm -rf "${D}/${RESIN_HOME}/webapps" dosym /var/lib/resin/webapps ${RESIN_HOME}/webapps + dosym /var/lib/resin/hosts ${RESIN_HOME}/hosts dosym /etc/resin/resin.conf /etc/resin/resin.xml diff --git a/www-servers/resin/resin-3.2.1-r3.ebuild b/www-servers/resin/resin-3.2.1-r3.ebuild index 08efbef0e524..3a4d11e3ac33 100644 --- a/www-servers/resin/resin-3.2.1-r3.ebuild +++ b/www-servers/resin/resin-3.2.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild,v 1.3 2009/08/02 14:12:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild,v 1.4 2010/04/06 20:11:29 nelchael Exp $ EAPI="2" @@ -124,10 +124,12 @@ src_install() { dosym /var/log/resin /usr/share/resin/log dodir /var/lib/resin/webapps + keepdir /var/lib/resin/hosts mv "${D}"/${RESIN_HOME}/webapps/* "${D}/var/lib/resin/webapps" || \ die "mv of webapps failed" rm -rf "${D}/${RESIN_HOME}/webapps" dosym /var/lib/resin/webapps ${RESIN_HOME}/webapps + dosym /var/lib/resin/hosts ${RESIN_HOME}/hosts use admin && { cp -a "${S}/doc/admin" "${D}/var/lib/resin/webapps/" || die "cp failed" |