From owner-svn-doc-all@FreeBSD.ORG Tue Jun 4 14:20:37 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E38CFA33; Tue, 4 Jun 2013 14:20:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D5C5A15F1; Tue, 4 Jun 2013 14:20:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r54EKbd3022609; Tue, 4 Jun 2013 14:20:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r54EKb69022608; Tue, 4 Jun 2013 14:20:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306041420.r54EKb69022608@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 4 Jun 2013 14:20:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41835 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 14:20:38 -0000 Author: bapt (src,ports committer) Date: Tue Jun 4 14:20:37 2013 New Revision: 41835 URL: http://svnweb.freebsd.org/changeset/doc/41835 Log: Remove documentation about the inconsistent and dangerous @stopdaemon pkg provide an equivalent mechanism which does not need a mark up in the plist Approved by: gavin Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jun 3 14:28:06 2013 (r41834) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Tue Jun 4 14:20:37 2013 (r41835) @@ -9573,26 +9573,6 @@ run_rc_command "$1" - Stopping Services at Deinstall - - It is possible to have a service stopped automatically - as part of the deinstall routine. We advise using this - feature only when it is absolutely necessary to stop a - service before its files go away. Usually, it is up to the - administrator's discretion to decide, whether to stop the - service on deinstall or not. Also note this affects - upgrades, too. - - A line like this goes in the - pkg-plist: - - @stopdaemon doormand - - The argument must match the content of - USE_RC_SUBR variable. - - - Pre-Commit Checklist Before contributing a port with an