We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d99b7b3 + 8873908 commit 24efff1Copy full SHA for 24efff1
1 file changed
lib/paths.cf
@@ -387,7 +387,9 @@ bundle common paths
387
"path[iptables_save]" string => "/sbin/iptables-save";
388
"path[ls]" string => "/bin/ls";
389
"path[lshw]" string => "/usr/sbin/lshw";
390
- "path[lsof]" string => "/usr/sbin/lsof";
+ "path[lsof]" string => ifelse( "redhat_7|redhat_6", "/usr/sbin/lsof",
391
+ "/usr/bin/lsof"
392
+ );
393
"path[netstat]" string => "/bin/netstat";
394
"path[nologin]" string => "/sbin/nologin";
395
"path[ping]" string => "/usr/bin/ping";
0 commit comments