Bug 123799

Summary: [patch] Porter's Handbook refers to a .sh script although the 'sh' extension is being phased out
Product: Documentation Reporter: Sahil Tandon <sahil>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sahil Tandon 2008-05-18 18:20:01 UTC
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.

Fix: diff attached

Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-05-19 19:32:47 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"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2008-05-19 19:40:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!