On Fri, Jun 26, 2009 at 1:13 PM, Manuel Sahm<[email protected]> wrote: > Hello, > > thanks for response, > > this line works for me too, but I must have the login feature at startup... > > I need thomething like this: > > ::respawn:/bin/cttyhack /bin/login /bin/sh > > "cttyhack" starts "/bin/login/" when login is OK it starts "/bin/sh"
No. You need this: ::respawn:/bin/cttyhack /bin/login Generally, you replace ::respawn:/some/program param1 param2 with ::respawn:/bin/cttyhack /some/program param1 param2 -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
