ethercat/script
Rasmus Villemoes a8fe799522 ethercatctl: fix hard-coded path to ip utility
- The unmodified upstream iproute2 package installs the ip utility in
  /sbin. That is also where it thus ends up with for example Yocto
  builds.

- Debian/Ubuntu installs it in /bin (and I assume that's how this came
  to be), but their packaging logic provides a symlink /sbin/ip ->
  /bin/ip .

- ArchLinux seems to install it in both places (as hardlinks).

- CentOS only has /sbin/ip.

- Fedora only has /sbin/ip.

So /sbin/ip should work everywhere, whereas /bin/ip does not.
2022-08-31 15:18:42 +02:00
..
init.d Update init.d support 2021-12-13 10:00:16 +00:00
Makefile.am Fixed distribution of bash completions file. 2022-05-16 10:39:53 +02:00
ethercat.bash_completion add bash completion for ethercat tool 2022-05-13 21:22:39 +02:00
ethercat.conf Add UPDOWN_INTERFACES option to ethercat.conf 2021-12-13 09:56:32 +00:00
ethercat.service.in Do not hardcode paths in scripts 2021-08-24 17:39:19 +02:00
ethercatctl.in ethercatctl: fix hard-coded path to ip utility 2022-08-31 15:18:42 +02:00
ifup-eoe.sh script: run shellcheck on bash / sh scripts 2021-08-24 17:37:53 +02:00