Author: delphij
Date: Tue Feb  7 22:31:16 2012
New Revision: 231167
URL: http://svn.freebsd.org/changeset/base/231167

Log:
  MFC r225643,225644:
  
  Change the example of using smbfs in fstab to a password-less one,
  which is less likely to block a remote system from boot.
  
  Submitted by: Garrett Cooper <yaneg...@gmail.com>
  PR:           doc/160775

Modified:
  stable/8/contrib/smbfs/mount_smbfs/mount_smbfs.8
Directory Properties:
  stable/8/contrib/smbfs/   (props changed)

Modified: stable/8/contrib/smbfs/mount_smbfs/mount_smbfs.8
==============================================================================
--- stable/8/contrib/smbfs/mount_smbfs/mount_smbfs.8    Tue Feb  7 22:13:54 
2012        (r231166)
+++ stable/8/contrib/smbfs/mount_smbfs/mount_smbfs.8    Tue Feb  7 22:31:16 
2012        (r231167)
@@ -1,6 +1,6 @@
 .\" $Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp $
 .\" $FreeBSD$
-.Dd January 21, 2008
+.Dd September 17, 2011
 .Dt MOUNT_SMBFS 8
 .Os
 .Sh NAME
@@ -157,11 +157,11 @@ mount_smbfs -I samba.mydomain.com //gues
 mount_smbfs -I 192.168.20.3 -E koi8-r:cp866 //guest@samba/tmp /smb/tmp
 .Ed
 .Pp
-It is possible to use
+It is also possible to use
 .Xr fstab 5
-for smbfs mounts:
+for smbfs mounts (the example below doesn't prompt for a password):
 .Pp
-.Dl "//guest@samba/public    /smb/public     smbfs  rw,noauto 0   0"
+.Dl "//guest@samba/public    /smb/public     smbfs  rw,noauto,-N 0   0"
 .Sh AUTHORS
 .An Boris Popov Aq b...@butya.kz ,
 .Aq b...@freebsd.org
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to