> Sorry for I am a newbie with little experience in linux, and may ask for > obvious solutions .... > How can I know whether it is executed or not and when it is executed? scripts in /etc/init.d/ often get executed by sysV init or upstart daemon. check /etc/rc2.d for sysV and /etc/init/ for upstart.
you may want edit your networking script to touch file in /tmp when it get executed to see is it had been executed or not. Wally -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
