Bug 115981

Summary: [patch] nodev mount option should be removed from documentation
Product: Documentation Reporter: Craig Rodrigues <rodrigc>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Craig Rodrigues freebsd_committer freebsd_triage 2007-08-31 20:10:02 UTC
The "nodev" and "dev" mount options have been no-ops that
have been silently ignored since FreeBSD 5, due to the introduction
of devfs.

In FreeBSD 7, if a user has these options in /etc/fstab,
or does "mount -o nodev", it will result in a mount error,
and that particular mount operation should fail.

Fix: Remove all references to "nodev" mount option in documentation.

Patch attached with submission follows:
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2007-09-03 03:03:46 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll take care of this.  Thanks for the PR :)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-03 17:39:59 UTC
keramida    2007-09-03 16:39:51 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/articles/hubs article.sgml 
    en_US.ISO8859-1/books/handbook/basics chapter.sgml 
    en_US.ISO8859-1/books/handbook/security chapter.sgml 
  Log:
  Remove references to the 'nodev' option.
  
  PR:             docs/115981
  Submitted by:   rodrigc
  
  Revision  Changes    Path
  1.65      +1 -1      doc/en_US.ISO8859-1/articles/hubs/article.sgml
  1.149     +0 -9      doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml
  1.314     +2 -3      doc/en_US.ISO8859-1/books/handbook/security/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 Giorgos Keramidas freebsd_committer freebsd_triage 2007-09-03 17:40:07 UTC
State Changed
From-To: open->closed

Patch committed, thanks :)