1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 03:06:12 +02:00

Remove useless and broken dhcpcd hooks

We don't need some of those hooks anyway, and some others are generated
based on tools we have installed on the build system, so we would need
a workaround anyway if we needed them.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-06-18 00:47:50 +02:00
parent 8c2af75243
commit 5bea71e0a2

View file

@ -2,14 +2,8 @@ bin/dhcpcd m 555 0 0
etc/dhcpcd.conf m 444 0 0
lib/libexec/dhcpcd-run-hooks m 555 0 0
lib/libexec/dhcpcd-hooks m 555 0 0
lib/libexec/dhcpcd-hooks/01-test m 444 0 0
lib/libexec/dhcpcd-hooks/02-dump m 444 0 0
lib/libexec/dhcpcd-hooks/20-resolv.conf m 444 0 0
lib/libexec/dhcpcd-hooks/30-hostname m 444 0 0
lib/libexec/dhcpcd-hooks/50-ntp.conf m 444 0 0
share/dhcpcd m 555 0 0
share/dhcpcd/hooks m 555 0 0
share/dhcpcd/hooks/10-wpa_supplicant m 444 0 0
share/dhcpcd/hooks/15-timezone m 444 0 0
share/dhcpcd/hooks/29-lookup-hostname m 444 0 0
share/dhcpcd/hooks/50-yp.conf m 444 0 0