aboutsummaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update examples/udhcp/udhcpd.confDenys Vlasenko2010-04-041-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko2010-03-211-19/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: code shrink; disable time and log server optionsDenys Vlasenko2010-03-211-6/+7
| | | | | | | | | | | | | | | | | | | function old new delta add_server_options - 100 +100 udhcp_add_simple_option 92 90 -2 nobody_responds_to_arp 88 85 -3 dhcp_options 66 62 -4 udhcp_add_option_string 104 94 -10 udhcp_run_script 665 654 -11 dhcp_option_strings 203 188 -15 static.blank_chaddr 16 - -16 send_ACK 211 180 -31 add_bootp_options 61 - -61 udhcpd_main 1925 1846 -79 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 0/8 up/down: 100/-232) Total: -132 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko2010-03-201-11/+11
| | | | | | | | | | | | function old new delta init_packet 135 139 +4 packed_usage 26789 26786 -3 alloc_dhcp_option 67 63 -4 udhcpc_main 2467 2447 -20 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/3 up/down: 4/-27) Total: -23 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko2010-03-201-21/+29
| | | | | | | | | | | | | | | | requestip, vendorclass, clientid are client-side variables, they do not make sense as udhcpd opts dhcptype is the packet type (not interesting, it's always 5) userclass needs parser support in order to work function old new delta dhcp_options 68 66 -2 read_opt 865 859 -6 dhcp_option_strings 253 203 -50 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-58) Total: -58 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: remove support for some really old and odd optionsDenys Vlasenko2010-03-191-8/+8
| | | | | | | | function old new delta dhcp_options 72 68 -4 dhcp_option_strings 271 253 -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenys Vlasenko2010-01-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ntpd: explain why scripts can be run in quick successionDenys Vlasenko2010-01-251-6/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix examples which used non-standard cut -b0-NNNDenys Vlasenko2010-01-187-7/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* examples: add example ntpd serviceDenys Vlasenko2010-01-135-0/+118
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ntpd: make it work w/o -g too :(Denys Vlasenko2009-12-011-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
|