Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 344)

Ticket Resolution Summary Owner Reporter
#20 wontfix Use %TMP% for bootstrap package Yuri Dario Yuri Dario
Description

Here is a silly question: I have the following in my config.sys file:-

REM [ Temporary Directories ] SET TMP=J:\temp SET TEMP=J:\temp SET TMPDIR=J:\temp

So why does this package create a \tmp directory?

Why does it not use the predefined %TMP%?

#237 wontfix Use an OS/2 friendly version of which.exe Dave Yeo
Description

The which that RPM installs is pretty basic and can only search for executables. There are OS/2 ports such as which-2.1.4_os2.zip or which215.zip, source included (Hobbes) which can search for much more, eg

which (v2.1.4, 2002.06.26) for OS/2, from Newtware                         8:2

Usage:  which.exe [options] [cmd ... ]

Options:
    (default behavior is to find location of program executed as "cmd")
    -1  show the first match from all cmd args; display nothing if not found
    -a  list all matches (With -1, list all first matches of cmd args)
    -b  search directories in BOOKSHELF for book (.inf and .pdf) files
    -d  search directories in DPATH for data files
    -e  search directories in a given env var; Example: -e EPMPATH
    -h  search directories in HELP for help (.hlp) files
    -l  search directories in LIBPATH (BEGIN/ENDLIBPATH) for DLLs, LIBs, As
    -i  search directories in C_INCLUDE_PATH for header (.h) files
    -q  quiet mode (only returns error code without onscreen messages)
    -s  show file date/time and size
    -u  revert to OS/2 style '\' dir separator (default is now Unix style '/')

   cmd  name to be searched (wildcards can be used)

Examples:   -las emx*
           which.exe -las foo*.bar  (override the default extension)
#135 fixed Use platform/<name>/macros dmik
Description

It turns out that our current build of rpm doesn't use the /usr/lib/rpm/platform/<name>/macros files (but installs them). It isit is intended that one of them (matching the requested platform) is loaded after processing the main /usr/lib/rpm/macros file to override platform-specific definitions.

Instead of using these files, some platform-specific values as I see are put right into /usr/lib/rpm/rpmrc (like the ones dealing with per-platform optimization options).

We should either make these files work or completely drop them from the distribution.

Note: See TracQuery for help on using queries.