gluon-respondd: remove Gluon-specific provider directory
Our provider modules are prefixed with gluon- now, and the log message about a missing provider dir was confusing users.
This commit is contained in:
parent
60522ee253
commit
5e086da608
@ -13,7 +13,7 @@ start_service() {
|
|||||||
local clientdevs=$(for dev in $(echo "$ifdump" | jsonfilter -e "@.interface[@.interface='$(cat /lib/gluon/respondd/client.dev 2>/dev/null)' && @.up=true].device"); do echo " -i $dev -t $MAXDELAY";done;)
|
local clientdevs=$(for dev in $(echo "$ifdump" | jsonfilter -e "@.interface[@.interface='$(cat /lib/gluon/respondd/client.dev 2>/dev/null)' && @.up=true].device"); do echo " -i $dev -t $MAXDELAY";done;)
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command $DAEMON -d /usr/lib/respondd -d /lib/gluon/respondd -p 1001 -g ff02::2:1001 $meshdevs $clientdevs -g ff05::2:1001 $clientdevs
|
procd_set_param command $DAEMON -d /usr/lib/respondd -p 1001 -g ff02::2:1001 $meshdevs $clientdevs -g ff05::2:1001 $clientdevs
|
||||||
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
|
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
|
||||||
procd_set_param stderr 1
|
procd_set_param stderr 1
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
|
@ -92,8 +92,8 @@ define Gluon/Build/Install
|
|||||||
$(CP) $(PKG_BUILD_DIR)/luadest/. $(1)/
|
$(CP) $(PKG_BUILD_DIR)/luadest/. $(1)/
|
||||||
)
|
)
|
||||||
$(if $(wildcard ./src/respondd.c),
|
$(if $(wildcard ./src/respondd.c),
|
||||||
$(INSTALL_DIR) $(1)/lib/gluon/respondd
|
$(INSTALL_DIR) $(1)/usr/lib/respondd
|
||||||
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/gluon/respondd/$(PKG_NAME).so
|
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/usr/lib/respondd/$(PKG_NAME).so
|
||||||
)
|
)
|
||||||
$(if $(wildcard ./i18n/.),
|
$(if $(wildcard ./i18n/.),
|
||||||
$(GluonInstallI18N)
|
$(GluonInstallI18N)
|
||||||
|
Loading…
Reference in New Issue
Block a user