could probably have added this to the last post, but i didn't see it
in time. again, from the procd wiki page:

 http://wiki.openwrt.org/inbox/procd-init-scripts

there's a late reference to "procd_add_network_trigger", which i can
only assume should be "procd_add_interface_trigger", and i notice in
procd.sh there are a few interface-related trigger/reload routines
that don't seem documented anywhere:

_procd_wrapper \
        procd_add_interface_trigger \
        procd_add_reload_interface_trigger \
        procd_add_interface_reload \

the wiki page claims that igmpproxy is currently the only service that
takes advantage of this, but a quick grep under my feeds/packages/
shows:

$ grep -r "procd.*interface.*trigger" *
multimedia/upmpdcli/files/upmpdcli.init:#      
procd_add_reload_interface_trigger $interface
net/privoxy/files/privoxy.init:                 procd_add_interface_trigger 
interface.* $2 /etc/init.d/privoxy restart
net/mac-telnet/files/mactelnet.init:    procd_add_reload_interface_trigger 
"$iface"
$

  is there any writeup on these specific interface-related trigger
routines?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to