From: Roy Marples Date: Tue, 27 May 2008 12:41:42 +0000 (+0000) Subject: Use new names. X-Git-Tag: v4.0.2~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3367df0d12b31694fae3a75ca153e62ec051016a;p=thirdparty%2Fdhcpcd.git Use new names. --- diff --git a/README b/README index acffcf4f..c3bea6d8 100644 --- a/README +++ b/README @@ -33,16 +33,16 @@ set CSTD=gnu99 to work around this. Hooks ----- -Not all the hooks in dhcpcd-hooks are installed by default. -By default we install 01-test, 10-resolv.conf and 15-hostname. +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. To add more simply add them in the HOOKSCRIPTS variable. -make HOOKSCRIPTS=50-ntp.conf install +make HOOKSCRIPTS=50-ntp.sh install Compatibility ------------- If you require compatibility with dhcpcd-3 and older style variables, -you can install 50-dhcpcd-compat into the directory $LIBEXECDIR/dhcpcd-hooks +you can install 50-dhcpcd-compat.sh into the directory $LIBEXECDIR/dhcpcd.hook.d 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.