Changes between Initial Version and Version 2 of Ticket #151


Ignore:
Timestamp:
Apr 7, 2017, 11:53:49 AM (7 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #151

    • Property Owner set to Silvan Scherrer
    • Property Status changed from new to accepted
    • Property Summary changed from cups: Fix symlinks to executables to cups-filters: Fix symlinks to executables
  • Ticket #151 – Description

    initial v2  
    33Please note that it's enough to only fix the link's target — the link itself doesn't need an .exe extension in order to work from under sh. It's even desirable that the link itself doesn't have an .exe extension — this will avoid recognising it as an executable by native OS/2 tools like CMD.EXE that don't support kLIBC symlinks so they will fail to execute it anyway.
    44
    5 So, in the above case the fix is to make `/@unixroot/usr/bin/driverless` point to `/@unixroot/usr/lib/cpus/driver/driverless.exe`.
     5So, in the above case the fix is to make `/@unixroot/usr/bin/driverless` point to `/@unixroot/usr/lib/cpus/driver/driverless.exe`, but no need to add .exe to the symlink itself.