Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120643 Details for
Bug 180262
media-sound/mpd-0.13.0 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -u patch
mpd.patch (text/plain), 731 bytes, created by
vandien
on 2007-05-29 20:08:30 UTC
(
hide
)
Description:
diff -u patch
Filename:
MIME Type:
Creator:
vandien
Created:
2007-05-29 20:08:30 UTC
Size:
731 bytes
patch
obsolete
>--- mpd-0.13.0.ebuild 2007-05-29 16:01:29.000000000 -0400 >+++ mpd-0.13.0-r1.ebuild 2007-05-29 15:23:49.000000000 -0400 >@@ -39,6 +39,11 @@ > die "Missing libOggFLAC library." > fi > >+ enewuser mpd "" "" "/var/lib/mpd" audio || die "problem adding user mpd" >+ >+ # also change the homedir if the user has existed before >+ usermod -d "/var/lib/mpd" mpd >+ > } > > src_unpack() { >@@ -128,9 +133,4 @@ > pkg_postinst() { > elog "If you will be starting mpd via /etc/init.d/mpd initscript, please make" > elog "sure that MPD's pid_file is set to /var/run/mpd/mpd.pid." >- >- enewuser mpd "" "" "/var/lib/mpd" audio || die "problem adding user mpd" >- >- # also change the homedir if the user has existed before >- usermod -d "/var/lib/mpd" mpd > }
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 180262
:
120635
| 120643