Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 1145)

Ticket Resolution Summary Owner Reporter
#568 invalid mit-lp isn't lp broder

Reported by broder, 14 years ago.

Description

LPRng's lpr theoretically provides compatibility with a SysV-style lp command when invoked with argv[0] set to "lp". LPRng provides an lp -> lpr symlink for this reason, which we transform to mit-lp -> mit-lpr.

Of course, because we changed the name of the program, we don't trigger LPRng's detection of what it's running as:

Lines 414-417 from src/common/lpr.c in debathena-lprng:

        /* check to see if we simulate (poorly) the LP options */
        if( name && safestrcmp( name, "lp" ) == 0 ){
                LP_mode_JOB = 1;
        }

This detection is actually relevant for anybody using lp, beacuse lp uses -d to specify a print queue instead of -P.

This means you get screwed if you use our lp wrapper on an LPRng queue, which I'm sure nobody does.

#674 invalid alpine renders html non-breaking space incorrectly jweiss

Reported by jweiss, 14 years ago.

Description

It appears that when alpine renders an html message that contains a non-breaking-space, that character is rendered as a capital-A with a caret over it. I'm guessing this will need to be up-streamed, but figured that there might be some charset issue that I'm missing or something,

#690 invalid debathena-nologin-monitor should display contents of /etc/nologin jdreed

Reported by jdreed, 14 years ago.

Description

This is a continuation of #642. It may become moot if  LP:600390 gets fixed.

Note: See TracQuery for help on using queries.