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:
parent
ad45d8932f
commit
defbfa7e19
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38941
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue