diff options
author | Mike Frysinger | 2006-05-11 02:09:39 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-05-11 02:09:39 +0000 |
commit | e3412d8331d7b59c2779bd8244b8b367ce2a128e (patch) | |
tree | 7854c9784fd91db6a6073e12a9f82a0576b30db1 /networking/udhcp/samples/sample.script | |
parent | 6143c0719befdac69e43d878d912e6abf5cce378 (diff) | |
download | busybox-e3412d8331d7b59c2779bd8244b8b367ce2a128e.zip busybox-e3412d8331d7b59c2779bd8244b8b367ce2a128e.tar.gz |
remove files not related to busybox
Diffstat (limited to 'networking/udhcp/samples/sample.script')
-rw-r--r-- | networking/udhcp/samples/sample.script | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/networking/udhcp/samples/sample.script b/networking/udhcp/samples/sample.script deleted file mode 100644 index 9b717ac..0000000 --- a/networking/udhcp/samples/sample.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/sample.$1 |