Skip to content

Fix missing pid directory, which breaks openrc service

Phillip Jaenke requested to merge (removed):master_distcc_pidfix into master

distccd defaults place the pid at /var/run/distccd/distccd.pid; this directory does not exist by default and is not created. This adds the directory creation as part of pre-install to fix this.

Merge request reports