babeld init remove status command

It doesn't works anymore in recent babel versions
This commit is contained in:
Gio 2019-06-13 09:35:18 +02:00
parent 6b778f7bcc
commit 13b7a3d603
No known key found for this signature in database
GPG key ID: 47E488E0F409673A

View file

@ -9,8 +9,6 @@ CONFIGFILE='/var/etc/babeld.conf'
OTHERCONFIGFILE="/etc/babeld.conf"
OTHERCONFIGDIR="/tmp/babeld.d/"
TMPCONFIGDIR="/tmp/babeld_init_d/"
EXTRA_COMMANDS="status"
EXTRA_HELP=" status Dump Babel's table to the log file."
# Append a line to the configuration file
cfg_append() {
@ -230,7 +228,3 @@ start_service() {
service_triggers() {
procd_add_reload_trigger babeld
}
status() {
kill -USR1 $(pgrep -P 1 babeld)
}