diff options
author | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-10-14 21:41:28 +0000 |
---|---|---|
committer | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-10-14 21:41:28 +0000 |
commit | ee4f31f4963edadf70a7dafc9746d1183acedd8f (patch) | |
tree | e3b93e0a694be81939f8c4762553c43ffdb9b10b /examples/udhcp/sample.script | |
parent | 06bcc768d224c3fed6f298d58b2b88873de4a4d1 (diff) | |
download | busybox-w32-ee4f31f4963edadf70a7dafc9746d1183acedd8f.tar.gz busybox-w32-ee4f31f4963edadf70a7dafc9746d1183acedd8f.tar.bz2 busybox-w32-ee4f31f4963edadf70a7dafc9746d1183acedd8f.zip |
added full udhcp integration
git-svn-id: svn://busybox.net/trunk/busybox@5647 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'examples/udhcp/sample.script')
-rw-r--r-- | examples/udhcp/sample.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/udhcp/sample.script b/examples/udhcp/sample.script new file mode 100644 index 000000000..9b717ac3c --- /dev/null +++ b/examples/udhcp/sample.script | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/bin/sh | ||
2 | # Currently, we only dispatch according to command. However, a more | ||
3 | # elaborate system might dispatch by command and interface or do some | ||
4 | # common initialization first, especially if more dhcp event notifications | ||
5 | # are added. | ||
6 | |||
7 | exec /usr/share/udhcpc/sample.$1 | ||