On Thu, Dec 25, 2014 at 06:39:49PM +0100, Adam Wolk wrote: > Hi ports@ > > While installing the qt5 port I noticed a warning from the pulseaudio > port about a missing /var/run/pulse. > Is this a normal situation or should the port provide -m
It's normal situation. There is no way within the ports system to explicitely tell to create or not create the homedir. So we just use the default (not create the homedir) because some daemon users created by a package may have a non existing home directory on purpose. If we need to create one, we @sample it. -- Antoine