Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 510036

Summary: sys-devel/distcc - revert config file to previous state
Product: Gentoo Linux Reporter: nobody <noreply>
Component: [OLD] Core systemAssignee: Michał Górny <mgorny>
Status: RESOLVED INVALID    
Severity: normal CC: cluster
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 470848, 480386    
Bug Blocks:    

Description nobody 2014-05-11 08:39:29 UTC
From bug #470848 distcc config file was change to allow systemd using the distcc conf.d file
From bug #480386 distcc handling in systemd was change to drop using distcc conf file.
But that bug didn't change back the config file to its previous state.

Now that systemd hack isn't need in the file, can you get it back to how it was as it was better output :

-> DISTCCD_OPTS="--port 3632 --log-level notice --log-file /var/log/distccd.log -N 15"
back to -> DISTCCD_OPTS="{DISTCCD_OPTS} -N 15"... initial format.

It is more obvious to see "-N 15" refer to the niceness option of distcc when seen just after the Nice level part of the config file.

And also, because the changes raised log level from critical to notice, making default configuration noisy for no reason.

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-12-08 10:40:00 UTC
I don't really understand what you're saying, and it's probably obsolete by now anyway.