diff options
| author | Roy Marples <roy@marples.name> | 2008-06-13 09:55:18 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-13 09:55:18 +0000 |
| commit | fa1d32892283c03053ffad10e6137cf3ff6d69b7 (patch) | |
| tree | 0f3b665a3f8e0b652ac5c5a19410750219225d07 /README | |
| parent | 16aa95ba9e5242900e7ede905848f9948b1fd328 (diff) | |
| download | dhcpcd-fa1d32892283c03053ffad10e6137cf3ff6d69b7.tar.xz | |
Add 05-mtu hook so we respect the desired MTU on networks.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,16 +33,16 @@ set CSTD=gnu99 to work around this. Hooks ----- -Not all the hooks in hook.d are installed by default. -By default we install 01-test.sh, 10-resolv.conf.sh and 15-hostname.sh. +Not all the hooks in dhcpcd-hooks are installed by default. +By default we install 01-test, 05-mtu, 10-resolv.conf and 15-hostname. To add more simply add them in the HOOKSCRIPTS variable. -make HOOKSCRIPTS=50-ntp.sh install +make HOOKSCRIPTS=50-ntp install Compatibility ------------- If you require compatibility with dhcpcd-3 and older style variables, -you can install 50-dhcpcd-compat.sh into the directory $LIBEXECDIR/dhcpcd.hook.d +you can install 50-dhcpcd-compat into the directory $LIBEXECDIR/dhcpcd-hooks We don't install this by default. You should also add -DCMDLINE_COMPAT to your CFLAGS if you need to be fully commandline compatible with prior versions. |
