Show
Ignore:
Timestamp:
01/02/10 19:28:07 (15 years ago)
Author:
broder
Message:

Match debathena-lprng by using mit- prefix instead of .lprng suffix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/lprng.patch

    r124 r190  
    294294-                       execvp( args->list[0],args->list ); 
    295295+                       if (action==OP_LPQ) 
    296 +                               execvp("lpq.lprng" ,args->list); 
     296+                               execvp("mit-lpq" ,args->list); 
    297297+                   else 
    298 +                       execvp("lprm.lprng", args->list); 
     298+                       execvp("mit-lprm", args->list); 
    299299                        DIEMSG( _("execvp failed - '%s'"), Errormsg(errno) ); 
    300300                        exit(0);