mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 23:40:33 +01:00
ifcfg-rh: change iscsiadm path to /sbin/iscsiadm (rh #740753)
Using SBINDIR appears to be wrong as it expands to /usr/sbin.
This commit is contained in:
parent
7e96da83e7
commit
f44959890b
1 changed files with 1 additions and 1 deletions
|
|
@ -3382,7 +3382,7 @@ connection_from_file (const char *filename,
|
|||
network_file = SYSCONFDIR "/sysconfig/network";
|
||||
|
||||
if (!iscsiadm_path)
|
||||
iscsiadm_path = SBINDIR "/iscsiadm";
|
||||
iscsiadm_path = "/sbin/iscsiadm";
|
||||
|
||||
ifcfg_name = utils_get_ifcfg_name (filename, TRUE);
|
||||
if (!ifcfg_name) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue