-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27 Apr 2008 at 13:25, Luciano Rocha wrote:
Date sent: Sun, 27 Apr 2008 13:25:05 +0100 From: Luciano Rocha <[EMAIL PROTECTED]> To: [email protected] Subject: Re: Operation of more command > On Sun, Apr 27, 2008 at 10:02:38PM +1000, Michael D. Setzer II wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On 27 Apr 2008 at 12:39, Luciano Rocha wrote: > > > > Date sent: Sun, 27 Apr 2008 12:39:40 +0100 > > From: Luciano Rocha <[EMAIL PROTECTED]> > > To: [email protected] > > Subject: Re: Operation of more command > > > > > On Sun, Apr 27, 2008 at 08:25:16PM +1000, Michael D. Setzer II wrote: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > I'm the current developer of g4l, and it has used busybox before I took > > > > over, > > > > and has been excellent. I have just noticed one issue involving the > > > > more > > > > command. The g4l project is a bootcd for disk imaging, and doesn't make > > > > a > > > > lot of use of the more command, but there are times when checking > > > > things > > > > would make more a nice option, but both the busybox and even the one > > > > from Fedora 8 seem to work just like cat. In looking at the code of the > > > > more.c, it appear it acts like cat under some situations. It works fine > > > > when > > > > run under the Fedora environment, but from the cd, it does the same > > > > with a > > > > local terminal or if telnetted in. So, not sure what would be missing > > > > that > > > > would case it to act in this manner. > > > > > > What about busybox's less? Does it work better? > > > > Tried adding less to the busybox build, and it does the same thing. > > In looking at the code, it does a return bb_cat(argv) in code. > > Hm... Is your input/output a tty? What does the command "tty" output? > /dev/tty1 > Also, ls -l /proc/self/fd > 0 1 2 255 all links to /dev/tty1 If I telnet into the cd, the tty shows /dev/pts/0 > -- > lfr > 0/0 > +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.guam.net/home/mikes Guam - Where America's Day Begins +----------------------------------------------------------+ http://setiathome.berkeley.edu (Original) Number of Seti Units Returned: 19,471 Processing time: 32 years, 290 days, 12 hours, 58 minutes (Total Hours: 287,489) [EMAIL PROTECTED] CREDITS SETI 5,269,727.070797 | EINSTEIN 1,573,038.609732 | ROSETTA 480,077.992597 -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 -- QDPGP 2.61c Comment: http://community.wow.net/grt/qdpgp.html iQA/AwUBSBPsRCzGQcr/2AKZEQKWKQCcDzcxPVK+DgC+hKuxfYqn8G6XXAUAn3VQ PCW9qtTMhk0yhrdBiMwZ1Wkq =12HW -----END PGP SIGNATURE----- _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
