]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
hooks: Use command -v rather than type
authorRoy Marples <roy@marples.name>
Thu, 24 Feb 2022 12:53:02 +0000 (12:53 +0000)
committerRoy Marples <roy@marples.name>
Thu, 24 Feb 2022 12:55:32 +0000 (12:55 +0000)
commit2cdaf43fb2b2ec884f225364fb9fd2ca4db96fa3
tree55b821298920a89a05d13df52a0d3dbc255e8618
parent6470891c09b470471e94b155c54e892f9ebcc432
hooks: Use command -v rather than type

command -v is now required by POSIX, type is technically an extension.
hooks/10-wpa_supplicant
hooks/20-resolv.conf
hooks/29-lookup-hostname
hooks/30-hostname.in
hooks/50-ntp.conf
hooks/dhcpcd-run-hooks.in