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:
Alarig Le Lay 2023-03-07 12:24:02 +01:00
parent ad4b7c8527
commit 1c8e9c7bcb
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ fi
client_args="-s ${SOCK}"
command_args="${client_args} -c ${CONF_FILE} -P ${pidfile} ${BIRD_OPTS}"
client_args="${client_args} -r"
depend() {
use net