2002-08-21 19:54:38 +05:30
|
|
|
#!/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-15 03:11:28 +05:30
|
|
|
exec /usr/share/udhcpc/sample.$1
|