Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-26 | whitespace fix | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-01-25 | ntpd: explain why scripts can be run in quick succession | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-01-25 | whitespace fixes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-01-18 | fix examples which used non-standard cut -b0-NNN | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-01-13 | examples: add example ntpd service | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-12-01 | ntpd: make it work w/o -g too :( | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-11 | mdev_fat.conf: add a rule to run nameif | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-09 | fix 'not not' in comment | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-09 | tweak service examples a bit (less verbose comment in dhcp_if) | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-09 | tweak dhcp service example - add ntp configuration | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-08 | add and example of tftpd service | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-08 | add more service examples | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-07 | tweak mdev_fat.conf example | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-07 | tweak examples | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-07 | adding examples/mdev_fat.conf | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-07 | add examples/mdev.conf | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-06 | whitespace fixes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-06 | adding example runit-style service directory | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-10-02 | Fixes to usage text; updated busybox.spec | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-23 | chmod 755 some files in examples/* | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-09 | depmod.pl: recurse through module dependencies | Mike Frysinger | |
The previous fix up loaded dependencies two deep, but really that was an incomplete fix as we need to load dependencies all the way down. So change the code to run recursively through all dependencies. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-04 | fix dependencies of FEATURE_GETOPT_LONG | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-02 | Added kernel patch for /proc/self/exe to examples | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-17 | examples/udhcp/udhcpd.conf: update | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-10 | tftp: do not risk invoking Sorcerer's Apprentice syndrome | Denys Vlasenko | |
examples/udhcp/simple.script: fix incorrect test for $1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-05 | depmod.pl: updates and fixes galore | Mike Frysinger | |
The helper script needs updating to match latest busybox modprobe behavior in that all dependencies need to be listed, not just the immediate ones. Along the way, fix symbol prefixed ports, optimize the output, and add some more depmod compatible options. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-04-21 | tweak example udhcp script | Denis Vlasenko | |
2009-04-16 | update example udhcpc script | Denis Vlasenko | |
2008-07-26 | fix example of vcsa creation | Denis Vlasenko | |
2008-05-28 | - move depmod shell script to examples/ | Bernhard Reutner-Fischer | |
2007-12-25 | sync examples to what actual actual code expects | Denis Vlasenko | |
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko | |
*: whitespace fixes function old new delta prepend_new_eth_table - 304 +304 nameif_main 620 684 +64 cc_macaddr 51 - -51 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/0 up/down: 368/-51) Total: 317 bytes | |||
2007-11-18 | exported symbols may be weak, so allow symbols marked as W | Mike Frysinger | |
2007-07-13 | add support for --symbol-prefix/-P | Mike Frysinger | |
2007-02-03 | s/PREFIX/CONFIG_PREFIX/ | Denis Vlasenko | |
2006-12-26 | adduser: trivial code movement | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-06-07 | remove cvs $Id tag | Mike Frysinger | |
2006-06-02 | Patch from Atsushi Nemoto: | Rob Landley | |
This patch make depmod.pl more robust in cross environment. If native nm did not recognize target's object, you can override it with NM environment variable. | |||
2006-05-30 | - this could use a brother which deals with glibc based systems.. | Bernhard Reutner-Fischer | |
2006-05-26 | fix spelling mistakes | Mike Frysinger | |
2006-04-12 | - better wording. | Bernhard Reutner-Fischer | |
Closes bug #656. | |||
2006-03-21 | Patch from Stuart Hughes upgrading depmod.pl | Rob Landley | |
2006-01-25 | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | |
2005-04-30 | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | |
version 0418b. It compiled. | |||
2004-10-13 | Simon Poole writes: | Eric Andersen | |
Erik, Attached is a patch for the udhcpc sample scripts, to correct the order in which routers are applied if the DHCP server provides more than one (as per section 3.5 of RFC2132). Apologies for not being on the mailing list and thanks for your continued efforts. Simon. | |||
2004-10-08 | Wade Berrier writes: | Eric Andersen | |
Hello, Here's a patch for a first attempt at static leases for udhcpd. Included in the tarball are 2 files (static_leases.c, static_leases.h) and a patch against the latest cvs. In the config file you can configure static leases with the following format: static_lease 00:60:08:11:CE:4E 192.168.0.54 static_lease 00:60:08:11:CE:3E 192.168.0.44 Comments/suggestions/improvements are welcome. Wade | |||
2004-04-07 | Add an example inetd.conf file | Eric Andersen | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |