Bug 13549

Summary: [PATCH] Fix for 'lpc start queue' problem (see PR bin/9362)
Product: Base System Reporter: Garance A Drosehn <gad>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: gad
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Garance A Drosehn 1999-09-02 23:00:01 UTC
	/usr/sbin/lpc start queuename
	will not in fact start the queue named.  It claims to, but it does
	not really do it.

Fix: A patch is appended to this message.  (is this how I should submit
	patches?  it seems a bit messy to me).  This patch assumes you are
	in directory /usr/src/usr.sbin/lpr .  It was made against the lpr
	in Freebsd-current (as of a week or so ago), but should also apply
	to lpr in freebsd-stable.

	
How-To-Repeat: 
	Use lpc to stop a queue.  Use lpc to start a queue.  Use lpc to
	check the status of a queue, and you will see it isn't actually
	started.
Comment 1 Matt Dillon freebsd_committer freebsd_triage 2000-01-25 01:42:00 UTC
State Changed
From-To: open->closed

committed to -3.x and -4.x