ports/editors/ted/files/patch-appUtil-utilPrinter.c
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

18 lines
583 B
C

--- appUtil/utilPrinter.c Sun Aug 17 19:14:01 2003
+++ appUtil/utilPrinter.c Sun Aug 17 19:15:54 2003
@@ -331,14 +331,14 @@
/* 1 */
if ( count == 0 )
{
- utilPrinterGetLprPrinters( "( lpc status ) 2>/dev/null",
+ utilPrinterGetLprPrinters( "( lpc status all) 2>/dev/null",
&defaultPrinter, &count, &pd );
}
/* 1b */
if ( count == 0 )
{
- utilPrinterGetLprPrinters( "( /usr/sbin/lpc status ) 2>/dev/null",
+ utilPrinterGetLprPrinters( "( /usr/sbin/lpc status all) 2>/dev/null",
&defaultPrinter, &count, &pd );
}