From nobody@FreeBSD.org  Sun May 18 17:11:37 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 340EA106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 May 2008 17:11:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 241A18FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 May 2008 17:11:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4IHAJ3w073845
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 May 2008 17:10:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m4IHAJEn073844;
	Sun, 18 May 2008 17:10:19 GMT
	(envelope-from nobody)
Message-Id: <200805181710.m4IHAJEn073844@www.freebsd.org>
Date: Sun, 18 May 2008 17:10:19 GMT
From: Sahil Tandon <sahil@tandon.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: documentation refers to a .sh script although the 'sh' extension is being phased out
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123799
>Category:       docs
>Synopsis:       [patch] Porter's Handbook refers to a .sh script although the 'sh' extension is being phased out
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 18 17:20:01 UTC 2008
>Closed-Date:    Mon May 19 18:40:55 UTC 2008
>Last-Modified:  Mon May 19 18:40:55 UTC 2008
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.0
>Organization:
>Environment:
>Description:
From the Porter's Handbook:

---

Note: No new scripts should be added with the .sh suffix. At some point there will be a mass repocopy of all the scripts that still have that suffix.

---

So I simply removed the ".sh" from a configuration example in the "regular" Handbook.
>How-To-Repeat:

>Fix:
diff attached

Patch attached with submission follows:

--- chapter.sgml.old	2008-05-17 05:36:34.000000000 -0400
+++ chapter.sgml	2008-05-17 05:37:24.000000000 -0400
@@ -403,7 +403,7 @@
 
     <para>Could be started manually with:</para>
 
-    <screen>&prompt.root; <userinput><filename>/usr/local/etc/rc.d/utility.sh</filename> start</userinput></screen>
+    <screen>&prompt.root; <userinput><filename>/usr/local/etc/rc.d/utility</filename> start</userinput></screen>
 
     <para>While not all third party software requires the line in
       <filename>rc.conf</filename>, almost every day a new port will


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123799: commit references a PR
Date: Mon, 19 May 2008 18:32:47 +0000 (UTC)

 remko       2008-05-19 18:32:41 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/config chapter.sgml 
   Log:
   Nowadays the rc.d scripts are without .sh extension.
   
   PR:             docs/123799
   Submitted by:   Sahil Tandon <sahil at tandon dot net>
   
   Revision  Changes    Path
   1.230     +1 -1      doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Mon May 19 18:40:54 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123799 
>Unformatted:
