From owner-cvs-ports@FreeBSD.ORG Mon Mar 19 23:33:15 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4362106564A; Mon, 19 Mar 2012 23:33:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96EDE8FC14; Mon, 19 Mar 2012 23:33:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q2JNXFDv030235; Mon, 19 Mar 2012 23:33:15 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2JNXFAM030234; Mon, 19 Mar 2012 23:33:15 GMT (envelope-from dougb) Message-Id: <201203192333.q2JNXFAM030234@repoman.freebsd.org> From: Doug Barton Date: Mon, 19 Mar 2012 23:33:15 +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 ports/graphics/sane-backends/files saned.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 23:33:15 -0000 dougb 2012-03-19 23:33:15 UTC FreeBSD ports repository Modified files: graphics/sane-backends Makefile graphics/sane-backends/files saned.in Log: Relative to the problem mentioned in the PR, fix the rc.d script to avoid a circular dependency problem which adversely affects other scripts, including those in the base. Specifically, it's impossible to have both: REQUIRE: LOGIN and BEFORE: NETWORKING Since this services runs as an unprivileged user, LOGIN wins. While I'm here, apply various other cleanups, including adding KEYWORD: shutdown, putting the elements in more typical order, fixing some syntax issues, etc. Bump PORTREVISION due to the previous incarnation of the rc.d script being actually pathological, rather than just slightly wacky. PR: ports/165928 Submitted by: Matt Dawson Feature safe: yes Revision Changes Path 1.104 +1 -1 ports/graphics/sane-backends/Makefile 1.4 +15 -17 ports/graphics/sane-backends/files/saned.in