net-misc/bird: Fixing conf check
Starting with 2.0.12 we can’t check the configuration with a restricted socket
This commit is contained in:
parent
ad4b7c8527
commit
1c8e9c7bcb
|
@ -21,7 +21,6 @@ fi
|
||||||
|
|
||||||
client_args="-s ${SOCK}"
|
client_args="-s ${SOCK}"
|
||||||
command_args="${client_args} -c ${CONF_FILE} -P ${pidfile} ${BIRD_OPTS}"
|
command_args="${client_args} -c ${CONF_FILE} -P ${pidfile} ${BIRD_OPTS}"
|
||||||
client_args="${client_args} -r"
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
use net
|
use net
|
||||||
|
|
Loading…
Reference in a new issue