diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-04-23 12:41:08 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-07 16:42:08 -0300 |
commit | 456941648223a14fe144264c27a5dce4e4e702e5 (patch) | |
tree | a9b8439d02ef6c47a21f609589d30fe8e4df93ca /changes | |
parent | 81f6c71ef80b7070538f87d209f60c01dc0a27db (diff) |
[bug] change the ip command location to /sbin/
Change the 'ip' command location to support Fedora/RHEL distros.
/bin/ip is pressent on Debian/Ubuntu but not on Fedora.
/sbin/ip is a symlink to /bin/ip on Debian/Ubuntu and a binary on Fedora.
- Resolves: #6894
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-6894_change-ip-command-location | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-6894_change-ip-command-location b/changes/bug-6894_change-ip-command-location new file mode 100644 index 00000000..f141fc90 --- /dev/null +++ b/changes/bug-6894_change-ip-command-location @@ -0,0 +1 @@ +- Change 'ip' command location to support Fedora/RHEL distros. Closes #6894. |