From 57f83fffd8555ded41d34a92b766e75276f87bd9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 24 Sep 2000 02:41:44 +0000 Subject: Doc update --- docs/busybox.pod | 69 +++++++++++++++++++++++++++++++++++++--- docs/busybox.sgml | 94 ++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 123 insertions(+), 40 deletions(-) (limited to 'docs') diff --git a/docs/busybox.pod b/docs/busybox.pod index 40ad1939d..11d821f12 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -2142,62 +2142,123 @@ Erik Andersen The following people have contributed code to BusyBox whether they know it or not. -Erik Andersen +=for html
+ +Erik Andersen , + + Tons of new stuff, major rewrite of most of the + core apps, tons of new apps as noted in header files. + +=for html
+ +Edward Betts + + expr, hostid, logname, tty, wc, whoami, yes + =for html
John Beppu + du, head, nslookup, sort, tee, uniq + =for html
Brian Candler + tiny-ls(ls) + =for html
Randolph Chung + fbset, ping, hostname, and mkfifo + =for html
Dave Cinege + more(v2), makedevs, dutmp, modularization, auto links file, + various fixes, Linux Router Project maintenance + =for html
Karl M. Hegbloom + cp_mv.c, the test suite, various fixes to utility.c, &c. + +=for html
+ +Daniel Jacobowitz + + mktemp.c + +=for html
+ +Matt Kraai + + documentation, bugfixes + =for html
John Lombardo + dirname, tr + =for html
Glenn McGrath + ar.c + =for html
-Bruce Perens +Bruce Perens + + Original author of BusyBox. His code is still in many apps. + +=for html
+ +Chip Rosenthal , + + wget - Contributed by permission of Covad Communications =for html
Pavel Roskin + Lots of bugs fixes and patches. + +=for html
+ +Gyepi Sam + + Remote logging feature for syslogd + =for html
Linus Torvalds + mkswap, fsck.minix, mkfs.minix + =for html
Mark Whitley + sed remix, bug fixes, style-guide, etc. + =for html
Charles P. Wright + gzip, mini-netcat(nc) + =for html
Enrique Zanardi -=for html
+ tarcat (since removed), loadkmap, various fixes, Debian maintenance =cut -# $Id: busybox.pod,v 1.72 2000/09/23 06:12:34 andersen Exp $ +# $Id: busybox.pod,v 1.73 2000/09/24 02:41:44 andersen Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 9c0179011..a8507ba2c 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -1570,39 +1570,39 @@ Example /etc/inittab file - - - # This is run first except when booting in single-user mode. - # - ::sysinit:/etc/init.d/rcS - - # /bin/sh invocations on selected ttys - # - # Start an "askfirst" shell on the console (whatever that may be) - ::askfirst:-/bin/sh - # Start an "askfirst" shell on /dev/tty2-4 - tty2::askfirst:-/bin/sh - tty2::askfirst:-/bin/sh - tty2::askfirst:-/bin/sh - - # /sbin/getty invocations for selected ttys - # - tty4::respawn:/sbin/getty 38400 tty5 - tty5::respawn:/sbin/getty 38400 tty6 - - # Example of how to put a getty on a serial line (for a terminal) - # - #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 - #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 - # - # Example how to put a getty on a modem line. - #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 - - # Stuff to do before rebooting - ::ctrlaltdel:/bin/umount -a -r - ::ctrlaltdel:/sbin/swapoff - - + + + # This is run first except when booting in single-user mode. + # + ::sysinit:/etc/init.d/rcS + + # /bin/sh invocations on selected ttys + # + # Start an "askfirst" shell on the console (whatever that may be) + ::askfirst:-/bin/sh + # Start an "askfirst" shell on /dev/tty2-4 + tty2::askfirst:-/bin/sh + tty2::askfirst:-/bin/sh + tty2::askfirst:-/bin/sh + + # /sbin/getty invocations for selected ttys + # + tty4::respawn:/sbin/getty 38400 tty5 + tty5::respawn:/sbin/getty 38400 tty6 + + # Example of how to put a getty on a serial line (for a terminal) + # + #ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100 + #ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100 + # + # Example how to put a getty on a modem line. + #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 + + # Stuff to do before rebooting + ::ctrlaltdel:/bin/umount -a -r + ::ctrlaltdel:/sbin/swapoff + + @@ -3422,7 +3422,7 @@ - + unrpm Usage: unrpm < package.rpm | gzip -d | cpio -idmuv @@ -3784,14 +3784,18 @@ AUTHORS - The following people have contributed code to BusyBox whether - they know it or not. + The following people have made significant contributions to + BusyBox -- whether they know it or not. Erik Andersen <andersee@debian.org> + + Edward Betts <edward@debian.org> + + John Beppu <beppu@lineo.com> @@ -3812,6 +3816,14 @@ Karl M. Hegbloom <karlheg@debian.org> + + Daniel Jacobowitz <dan@debian.org> + + + + Matt Kraai <kraai@alumni.carnegiemellon.edu> + + John Lombardo <john@deltanet.com> @@ -3824,10 +3836,18 @@ Bruce Perens <bruce@perens.com> + + Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> + + Pavel Roskin <proski@gnu.org> + + Gyepi Sam <gyepi@praxis-sw.com> + + Linus Torvalds <torvalds@transmeta.com> @@ -3843,5 +3863,7 @@ Enrique Zanardi <ezanardi@ull.es> + + -- cgit v1.2.3