| 20 | = Conflicting OS/2-Unix tools = |
| 21 | A set of unix tools coming from findutils and coreutils packages are conflicting with native OS/2 tools. The conflicting binaries are the following ones |
| 22 | * date, dir, find, hostid, sort |
| 23 | By default, these binaries are now installed into '''/@unixroot/usr/libexec/bin''' directory to avoid conflicts with OS/2 native tools. |
| 24 | If you want to use the unix tools as default tools, just install the '''os2-base-unixtools-path''' rpm package with: |
| 25 | |
| 26 | {{{ |
| 27 | yum install os2-base-unixtools-path |
| 28 | }}} |
| 29 | |
| 30 | and reboot. This will add %UNIXROOT%\usr\libexec\bin directory in front of your PATH setting in CONFIG.SYS. |