diff options
Diffstat (limited to 'root/usr/share/udhcpc/default.script')
-rwxr-xr-x | root/usr/share/udhcpc/default.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/root/usr/share/udhcpc/default.script b/root/usr/share/udhcpc/default.script new file mode 100755 index 000000000..f5920ba96 --- /dev/null +++ b/root/usr/share/udhcpc/default.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/default.$1 |