Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 16:41:10 -0500
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45771: OffiX printer doesn't find printer
Message-ID:  <E18GnSA-000627-00@quenix.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         45771
>Category:       ports
>Synopsis:       OffiX printer doesn't find printer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 26 13:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD quenix.dyndns.org 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Fri Oct 18 22:26:22 EDT 2002 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386


>Description:
/usr/ports/print/offix-printer doesn't find printer by itself

>How-To-Repeat:

>Fix:


--- patch-lp begins here ---
--- src/Util.c.orig	Tue Nov 26 16:25:22 2002
+++ src/Util.c	Tue Nov 26 16:24:09 2002
@@ -210,7 +210,7 @@
 void GetPrinters(List *Printers)
 {
     ListEntry *printer;
-    String argv[] = {"lpc", "status", /*"all",*/ NULL};
+    String argv[] = {"lpc", "status", "all", NULL};
     aGlobalList = NewList();    
     pipe_command("Printer", "lpc", argv, NULL,CollectList,NULL);
     printer = aGlobalList->first;	
--- patch-lp ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18GnSA-000627-00>