Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86328 Details for
Bug 132518
net-im/jabberd-2.0.10 bad enewgroup usage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to move enewgroup into pkg_preinst
portage-jabberd-2.0.10.patch (text/plain), 713 bytes, created by
Aaron VonderHaar
on 2006-05-06 18:28:27 UTC
(
hide
)
Description:
Patch to move enewgroup into pkg_preinst
Filename:
MIME Type:
Creator:
Aaron VonderHaar
Created:
2006-05-06 18:28:27 UTC
Size:
713 bytes
patch
obsolete
>--- jabberd-2.0.10.ebuild.orig 2006-02-01 07:50:31.000000000 -0800 >+++ jabberd-2.0.10.ebuild 2006-05-05 17:27:02.000000000 -0700 >@@ -55,15 +55,17 @@ > emake || die "make failed" > } > >+pkg_preinst() { >+ ## add user and group >+ enewgroup jabber >+ enewuser jabber -1 -1 /var/jabberd jabber >+} >+ > src_install() { > # DON'T USE EINSTALL HERE! it breaks the Makefile's sysconfdir! > # einstall || die "make install failed" > make DESTDIR=${D} install || die "make install failed" > >- ## add user and group >- enewgroup jabber >- enewuser jabber -1 -1 /var/jabberd jabber >- > ## set binary permissions > fowners :jabber /usr/bin/{jabberd,router,resolver,sm,c2s,s2s} > fperms o= /usr/bin/{jabberd,router,resolver,sm,c2s,s2s}
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 132518
: 86328