blob: 9b717ac3c5ed231f46d2f0f9987aedb27007ff0b (
plain)
1
2
3
4
5
6
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
|