Stever Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 01 Mar 2005 Posts: 151 Location: North Carolina
|
Posted: Wed Jun 06, 2007 3:48 pm Post subject: |
|
|
I can't help you with WHY, but here is HOW:
Code: | /etc/dhcpcd.sh
script file, which dhcpcd will try to execute whenever it con-
figures or brings down the interface. The path to this exe-
cutable script can be changed with -c script option. dhcpcd
passes 3 parameters to dhcpcd.sh script:
dhcpcd.sh infofile [up | down | new]
The first parameter infofile is the path to a file containing
all DHCP information we have. The second parameter value up |
down | new mean the interface has been brought up with the same
IP address as before ("up"), or with the new IP address ("new"),
or the interface has been brought down ("down").
|
|
|