/
usr
/
share
/
doc
/
dhcp-client
/
/usr/share/doc/dhcp-client
mkdir
upload
Name
Size
Mode
Actions
dhclient-enter-hooks
442
0644
edit
dl
rm
dhclient.conf.example
1018
0644
edit
dl
rm
dhclient6.conf.example
382
0644
edit
dl
rm
README.dhclient.d
2097
0644
edit
dl
rm
Edit:
/usr/share/doc/dhcp-client/dhclient-enter-hooks
(442B)
#!/bin/bash # For dhclient/dhclient-script debugging. # Copy this into /etc/dhcp/ and make it executable. # Run 'dhclient -d <interface>' to see info passed from dhclient to dhclient-script. # See also HOOKS section in dhclient-script(8) man page. echo "interface: " echo "reason: " ( set -o posix ; set ) | grep "old_" ( set -o posix ; set ) | grep "new_" ( set -o posix ; set ) | grep "alias_" ( set -o posix ; set ) | grep "requested_"
Save
cmd:
run