Bug 123348

Summary: [patch] Update the Restart of inetd(8) in Handbook Section 18.15.4
Product: Documentation Reporter: Gabor Pali <pgj>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
disks.patch.4.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-03 00:00:05 UTC
	Section 18.15.4 in the FreeBSD Handbook contains an old method
	for restarting the inetd(8) daemon. I think this should be updated
	to use rc(8) scripts.
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2008-05-03 00:03:04 UTC
Responsible Changed
From-To: freebsd-doc->danger

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-03 00:08:09 UTC
danger      2008-05-02 23:08:05 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/disks chapter.sgml 
  Log:
  - use the rc.d script to restart a system service instead of the old-fashioned
    kill method
  
  PR:             docs/123348
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.283     +1 -1      doc/en_US.ISO8859-1/books/handbook/disks/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 3 Daniel Gerzo freebsd_committer freebsd_triage 2008-05-03 00:08:12 UTC
State Changed
From-To: open->closed

I have commited your patch; thank you for your submission!