diff options
author | Russ Dill | 2002-10-14 21:41:28 +0000 |
---|---|---|
committer | Russ Dill | 2002-10-14 21:41:28 +0000 |
commit | 61fb48930f45aa536584b2047f9e703186e8f69f (patch) | |
tree | e3b93e0a694be81939f8c4762553c43ffdb9b10b /examples/udhcpc/default.script | |
parent | 9060a7315980bb05f42eab76b88746d43e138188 (diff) | |
download | busybox-61fb48930f45aa536584b2047f9e703186e8f69f.zip busybox-61fb48930f45aa536584b2047f9e703186e8f69f.tar.gz |
added full udhcp integration
Diffstat (limited to 'examples/udhcpc/default.script')
-rw-r--r-- | examples/udhcpc/default.script | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/udhcpc/default.script b/examples/udhcpc/default.script deleted file mode 100644 index f5920ba..0000000 --- a/examples/udhcpc/default.script +++ /dev/null @@ -1,7 +0,0 @@ -#!/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/default.$1 |