I'm attempting to build mpd from source to replace Ubuntu's rather old distribution of mpd. I've been having trouble with the recent upgrade to 0.19.12 in the Ubuntu distribution, and wanted to check if it was an old bug that has been fixed -- the current mpd is 0.20.15.
I can build mpd from source but now I'd like to install it using the same set-up that Ubuntu does, when its installed from the Ubuntu package. So I've been trying to read the package build log for the Ubuntu package and I've been having some trouble.
Where does one find in the package build log the items such as:
- When the mpd user is created.
- When the audio group is created.
- When permissions are set on the new directories, and new directories created.
- When the mpd daemon is set-up.
Where in the package log does one find that information? When I "sudo make install" from source it does not do any of these things, so I'm assuming these items must be elsewhere.
A natural thing one might consider is to read the mpd documentation. As far as I can tell, it does not go into these kinds of details.
0 Answers