aboutsummaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mdev_fat.conf: add a rule to run nameifDenys Vlasenko2009-11-111-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix 'not not' in commentDenys Vlasenko2009-11-091-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak service examples a bit (less verbose comment in dhcp_if)Denys Vlasenko2009-11-092-37/+34
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak dhcp service example - add ntp configurationDenys Vlasenko2009-11-093-53/+84
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add and example of tftpd serviceDenys Vlasenko2009-11-084-0/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add more service examplesDenys Vlasenko2009-11-0821-9/+687
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak mdev_fat.conf exampleDenys Vlasenko2009-11-071-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak examplesDenys Vlasenko2009-11-072-11/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding examples/mdev_fat.confDenys Vlasenko2009-11-071-0/+105
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add examples/mdev.confDenys Vlasenko2009-11-071-0/+30
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixesDenys Vlasenko2009-11-062-20/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding example runit-style service directoryDenys Vlasenko2009-11-0620-0/+613
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixes to usage text; updated busybox.specDenys Vlasenko2009-10-021-40/+116
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* chmod 755 some files in examples/*Denys Vlasenko2009-07-236-0/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* depmod.pl: recurse through module dependenciesMike Frysinger2009-07-091-10/+21
| | | | | | | | 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>
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added kernel patch for /proc/self/exe to examplesDenys Vlasenko2009-07-021-0/+34
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* examples/udhcp/udhcpd.conf: updateDenys Vlasenko2009-06-171-64/+31
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko2009-05-101-1/+1
| | | | | | examples/udhcp/simple.script: fix incorrect test for $1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* depmod.pl: updates and fixes galoreMike Frysinger2009-05-051-9/+56
| | | | | | | | | 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>
* tweak example udhcp scriptDenis Vlasenko2009-04-211-5/+5
|
* update example udhcpc scriptDenis Vlasenko2009-04-161-8/+15
|
* fix example of vcsa creationDenis Vlasenko2008-07-261-1/+1
|
* - move depmod shell script to examples/Bernhard Reutner-Fischer2008-05-281-0/+57
|
* sync examples to what actual actual code expectsDenis Vlasenko2007-12-251-6/+6
|
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-243-4/+4
| | | | | | | | | | | | *: 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
* exported symbols may be weak, so allow symbols marked as WMike Frysinger2007-11-181-1/+1
|
* add support for --symbol-prefix/-PMike Frysinger2007-07-131-13/+16
|
* s/PREFIX/CONFIG_PREFIX/Denis Vlasenko2007-02-033-3/+3
|
* adduser: trivial code movementDenis Vlasenko2006-12-261-1/+1
|
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
|
* remove cvs $Id tagMike Frysinger2006-06-071-3/+0
|
* Patch from Atsushi Nemoto:Rob Landley2006-06-021-2/+3
| | | | | | 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.
* - this could use a brother which deals with glibc based systems..Bernhard Reutner-Fischer2006-05-301-1/+1
|
* fix spelling mistakesMike Frysinger2006-05-261-3/+3
|
* - better wording.Bernhard Reutner-Fischer2006-04-121-1/+1
| | | | Closes bug #656.
* Patch from Stuart Hughes upgrading depmod.plRob Landley2006-03-211-102/+156
|
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+1
|
* David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley2005-04-301-0/+38
| | | | | | version 0418b. It compiled.
* Simon Poole writes:Eric Andersen2004-10-133-3/+6
| | | | | | | | | | | | | 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.
* Wade Berrier writes:Eric Andersen2004-10-081-0/+7
| | | | | | | | | | | | | | | | | | | 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
* Add an example inetd.conf fileEric Andersen2004-04-071-0/+73
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1510-30/+30
|
* Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath2003-11-301-70/+22
| | | | | mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf
* example devfs config file, patch from Tito.Glenn L McGrath2003-10-091-0/+181
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-142-4/+3
|
* another sync to udhcp cvsRuss Dill2002-12-111-21/+21
|
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen2002-12-052-1582/+0
| | | | | maintaining it anymore, and it is now terribly out of date. -Erik
* added full udhcp integrationRuss Dill2002-10-147-4/+163
|