From owner-cvs-all@FreeBSD.ORG Sun Feb 7 20:34:20 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC19B106566B; Sun, 7 Feb 2010 20:34:20 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBC158FC0C; Sun, 7 Feb 2010 20:34:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o17KYKT9077750; Sun, 7 Feb 2010 20:34:20 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o17KYKQM077749; Sun, 7 Feb 2010 20:34:20 GMT (envelope-from bms) Message-Id: <201002072034.o17KYKQM077749@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 7 Feb 2010 20:34:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sane-backends Makefile pkg-deinstall ports/graphics/sane-backends/files pkg-install.in pkg-message.in saned.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 20:34:20 -0000 bms 2010-02-07 20:34:20 UTC FreeBSD ports repository (src committer) Modified files: graphics/sane-backends Makefile Added files: graphics/sane-backends pkg-deinstall graphics/sane-backends/files pkg-install.in pkg-message.in saned.in Log: Add an RC script for saned, and borrow machinery for creating a dedicated sandbox user account from the nullmailer port. Also add a pkg-message which describes how to tie down a USB scanner to this sandbox using devd(8) in FreeBSD 8, as well as describing what config files likely need editing. Note: This text probably belongs in the FreeBSD Handbook. Bump PORTREVISION. Reviewed by: dougb (with edits to saned.in) Revision Changes Path 1.92 +11 -1 ports/graphics/sane-backends/Makefile 1.1 +65 -0 ports/graphics/sane-backends/files/pkg-install.in (new) 1.1 +46 -0 ports/graphics/sane-backends/files/pkg-message.in (new) 1.1 +37 -0 ports/graphics/sane-backends/files/saned.in (new) 1.1 +63 -0 ports/graphics/sane-backends/pkg-deinstall (new)