From owner-cvs-all Sun Jan 23 3:40:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95772150E6; Sun, 23 Jan 2000 03:40:11 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA51346; Sun, 23 Jan 2000 03:40:11 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200001231140.DAA51346@freefall.freebsd.org> From: Nick Hibma Date: Sun, 23 Jan 2000 03:40:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 2000/01/23 03:40:11 PST Modified files: etc MAKEDEV Log: Add the unlpt\d+ device to MAKEDEV. It is the same as ulpt\d+, except that it does not reset the printer when opened. This fixes the problem of printing a document almost till the end and then resetting the printer when the next print job is started. Submitted by: Christopher Masto Also, remove all but the ums0 device from the fixit target 'to save precious i-nodes on the fixit floppy'. Revision Changes Path 1.238 +6 -3 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message