babeld init remove status command
It doesn't works anymore in recent babel versions
This commit is contained in:
parent
6b778f7bcc
commit
13b7a3d603
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue