diff options
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 | ||