From ee4f31f4963edadf70a7dafc9746d1183acedd8f Mon Sep 17 00:00:00 2001 From: russ Date: Mon, 14 Oct 2002 21:41:28 +0000 Subject: added full udhcp integration git-svn-id: svn://busybox.net/trunk/busybox@5647 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- examples/udhcp/sample.script | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/udhcp/sample.script (limited to 'examples/udhcp/sample.script') 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 @@ +#!/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 -- cgit v1.2.3-55-g6feb