Make the dump-over-ssh example not depend on root's shell being a Bourne

derivative (particularly poignant given that root's default shell is csh!).

PR		docs/167020
Submitted by:	crees
Approved by:	hrs (mentor)
This commit is contained in:
Benjamin Kaduk 2012-05-30 05:26:11 +00:00
parent ad45d8932f
commit defbfa7e19
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38941

View file

@ -2599,7 +2599,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<application>ssh</application> with <envar>RSH</envar>
set</title>
<screen>&prompt.root; <userinput>RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0 /usr</userinput></screen>
<screen>&prompt.root; <userinput>env RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0 /usr</userinput></screen>
</example>
</sect2>