On Thursday 31 January 2008 18:54, Joe Halpin wrote: > I'm trying to get ash to read /etc/profile by setting PROFILE to 1 in > ash.c. When I do this I get compile errors about monitor() not being > declared, and indeed I can't find it in the distro. How do I fix this?
PROFILE seems to be profiling code, has nothing to do with /etc/profile. Working method: # ./busybox ash --login <*> Executing /etc/profile from 'ash'. Command line: '' ... -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
