Hi Satyanarayana, What init program are you using? I currently use busybox init and I'm able to run interactive programs from rc. In the past, I tried to do this with simple init but never could get it to work.
Thanks, Lance Endre Bakka wrote: >> I tried by put this script in /etc/rc as >> >> [ ! -x /bin/radauth ] || sh /bin/radauth >> then it is showning like >> /bin/radauth: cannot execute binary file > > Is /bin/radauth a script or the program you want to execute? It should > be a script that looks something like this: > #!/bin/sh > /bin/program-to-run > .... > > - Endre > _______________________________________________ > uClinux-dev mailing list > [email protected] > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by [email protected] > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev > _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
