Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242721 Details for
Bug 332391
net-misc/rabbitmq-server-1.8.1: Enhanced ebuild and init script (and version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff against rabbitmq-server-1.8.0.ebuild
rabbitmq-server-ebuild.patch (text/plain), 1.45 KB, created by
Stefan Schlott
on 2010-08-13 07:32:22 UTC
(
hide
)
Description:
Diff against rabbitmq-server-1.8.0.ebuild
Filename:
MIME Type:
Creator:
Stefan Schlott
Created:
2010-08-13 07:32:22 UTC
Size:
1.45 KB
patch
obsolete
>--- /usr/portage/net-misc/rabbitmq-server/rabbitmq-server-1.8.0.ebuild 2010-07-03 10:21:06.000000000 +0200 >+++ rabbitmq-server-1.8.1.ebuild 2010-08-13 09:17:02.275535945 +0200 >@@ -19,11 +19,19 @@ > DEPEND="${RDEPEND} > dev-libs/libxslt > dev-python/simplejson >-" >+ app-text/xmlto" > > pkg_setup() { > enewgroup rabbitmq >- enewuser rabbitmq -1 -1 -1 rabbitmq >+ enewuser rabbitmq -1 /bin/sh /var/lib/rabbitmq rabbitmq >+} >+ >+src_compile() { >+ emake || die "emake failed" >+ emake docs_all || die "emake failed" >+ cd docs >+ for i in *.gz ; do gzip -d $i ; done >+ cd .. > } > > src_install() { >@@ -40,8 +48,9 @@ > > einfo "Installing server scripts to /usr/sbin" > dosbin scripts/rabbitmq-multi scripts/rabbitmq-server scripts/rabbitmq-env \ >- scripts/rabbitmq-activate-plugins scripts/rabbitmq-deactivate-plugins \ >- scripts/rabbitmqctl >+ scripts/rabbitmq-activate-plugins scripts/rabbitmq-deactivate-plugins >+ newsbin scripts/rabbitmqctl rabbitmqctl.unwrapped >+ dosbin "${FILESDIR}"/rabbitmqctl > > # create the directory where our log file will go. > diropts -m 0770 -o rabbitmq -g rabbitmq >@@ -49,10 +58,17 @@ > > # create the mnesia directory > diropts -m 0770 -o rabbitmq -g rabbitmq >+ dodir /var/lib/rabbitmq > dodir /var/lib/rabbitmq/mnesia > > # Install the init script >+ keepdir /etc/rabbitmq >+ insinto /etc/conf.d >+ newins "${FILESDIR}"/rabbitmq.conf rabbitmq > newinitd "${FILESDIR}"/rabbitmq-server.init rabbitmq > >+ # Install man pages >+ doman docs/*.1 >+ > dodoc README > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 332391
:
242529
|
242531
| 242721 |
242723