applets
archival
console-tools
coreutils
debian
debianutils
docs
editors
examples
bootfloppy
udhcp
sample.bound
sample.deconfig
sample.nak
sample.renew
sample.script
simple.script
udhcpd.conf
busybox.spec
depmod.pl
devfsd.conf
inetd.conf
inittab
mk2knr.pl
undeb
unrpm
findutils
include
init
libbb
libpwdgrp
loginutils
miscutils
modutils
networking
patches
procps
scripts
shell
sysdeps
sysklogd
testsuite
util-linux
.cvsignore
.indent.pro
AUTHORS
Changelog
INSTALL
LICENSE
Makefile
README
Rules.mak
TODO
8 lines
271 B
Bash
8 lines
271 B
Bash
#!/bin/sh
|
|
# Currently, we only dispatch according to command. However, a more
|
|
# elaborate system might dispatch by command and interface or do some
|
|
# common initialization first, especially if more dhcp event notifications
|
|
# are added.
|
|
|
|
exec /usr/share/udhcpc/sample.$1
|