2002-08-21 14:24:38 +00:00
|
|
|
#!/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.
|
|
|
|
|
2002-10-14 21:41:28 +00:00
|
|
|
exec /usr/share/udhcpc/sample.$1
|