Bug 14975

Summary: lpc start subcmd doesn't start printing
Product: Base System Reporter: kheuer
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kheuer 1999-11-18 14:50:01 UTC
	/usr/sbin/lpc is used to control print spooling. Different
	subcommands (disable, enable, start and stop) allow to close
	or to open both ends of printer queues (reject or accept
        jobs, print or keep jobs). The `lpc start queue' doesn't start
	printing although it says so which is a bug.

How-To-Repeat: 
	lpc up queue		# to make sure
	lpc stop queue		# stop printing
	lpc status queue	# check status
	lpc start queue		# looks good but
	lpc status queue	# nothing has changed, printing still disabled
Comment 1 Matt Dillon freebsd_committer freebsd_triage 2000-01-25 01:42:36 UTC
State Changed
From-To: open->closed

Fix committed to -3.x and -4.x