Bug 124167

Summary: removed reference to .sh suffix requirement and changed script permission from 755 -> 555
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-31 19:40:01 UTC
In the config tuning section of the Handbook, there is mention of an archaic .sh extension requirement for rc scripts.  This is no longer a requirement and is thusly removed.  Also, scripts in rc.d are installed with unique permissions of 555 (not 755 as noted in the Handbook); that is also corrected in the attached diff.

Fix: See attached diff.

Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-05-31 20:10:31 UTC
remko       2008-05-31 19:10:25 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/config chapter.sgml 
  Log:
  Remove reference to .sh extenions and adjust filepermissions from
  755 to 555.
  
  PR:             docs/124167
  Submitted by:   Sahil Tandon <sahil at tandon dot net>
  
  Revision  Changes    Path
  1.231     +5 -7      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-31 20:11:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!