svn commit: r54327 - head/en_US.ISO8859-1/books/handbook/zfs

Allan Jude <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: allanjude
Date: Sat Jul 11 15:48:48 2020
New Revision: 54327
URL: https://svnweb.freebsd.org/changeset/doc/54327

Log:
  Don't use sysrc for sysctl OIDs
  
  PR:		246760
  Submitted by:	debdrup
  Reported by:	Mike Plemmons <[email protected]>
  Sponsored by:	Klara Inc.
  Event:		July 2020 Bugathon
  Differential Revision:	https://reviews.freebsd.org/D12127

Modified:
  head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Sat Jul 11 14:56:43 2020	(r54326)
+++ head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Sat Jul 11 15:48:48 2020	(r54327)
@@ -2663,7 +2663,7 @@ mypool@replica2                                 0     
 
 	    <screen>&prompt.root; <userinput>sysctl vfs.usermount=1</userinput>
 vfs.usermount: 0 -> 1
-&prompt.root; <userinput>sysrc -f /etc/sysctl.conf vfs.usermount=1</userinput>
+&prompt.root; <userinput>echo vfs.usermount=1 >> /etc/sysctl.conf</userinput>
 &prompt.root; <userinput>zfs create <replaceable>recvpool/backup</replaceable></userinput>
 &prompt.root; <userinput>zfs allow -u <replaceable>someuser</replaceable> create,mount,receive <replaceable>recvpool/backup</replaceable></userinput>
 &prompt.root; <userinput>chown <replaceable>someuser</replaceable> <replaceable>/recvpool/backup</replaceable></userinput></screen>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.