I'm using udhcpc for dhcp. there is a bug:

/lib/initng/scripts/net/udhcpc-wrapper is called by the udhcpc deamon.

this relys on the environment vairable INITNG_PLUGIN_DIR to be set.

BUT: udhcpc does not pass it's own environment over to the script it
calls, it rather creates a completly new environment. therefore, the
script will fail.

A solution is to add 
export INITNG_PLUGIN_DIR=/lib/initng 
to the script in question.



-- 
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng

Reply via email to