1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/editors/ted/files/patch-appUtil-utilPrinter.c
Po-Chien Lin c37bcf6971 - Update to 2.23
- Remove ABI version number of LIB_DEPENDS
- Rename patch to pet portlint(1)
- Sort pkg-plist
- Take maintainership

PR:		ports/175956
Approved by:	swills (mentor)
2013-02-18 12:36:09 +00:00

21 lines
596 B
C

$FreeBSD$
--- 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 );
}