Fix the paths of symlinks in subdirectories in the Multiple Jails section.
The correct paths are used later in the section covering upgrades. Submitted by: Anton Zering <synth@lostprofile.de> Reviewed by: wblock
This commit is contained in:
parent
b6b1c993dd
commit
d88b5a75a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48818
1 changed files with 3 additions and 3 deletions
|
|
@ -721,9 +721,9 @@ jail_<replaceable>www</replaceable>_devfs_enable="YES" # mount devfs in
|
|||
&prompt.root; <userinput>ln -s s/etc etc</userinput>
|
||||
&prompt.root; <userinput>ln -s s/home home</userinput>
|
||||
&prompt.root; <userinput>ln -s s/root root</userinput>
|
||||
&prompt.root; <userinput>ln -s s/usr-local usr/local</userinput>
|
||||
&prompt.root; <userinput>ln -s s/usr-X11R6 usr/X11R6</userinput>
|
||||
&prompt.root; <userinput>ln -s s/distfiles usr/ports/distfiles</userinput>
|
||||
&prompt.root; <userinput>ln -s ../s/usr-local usr/local</userinput>
|
||||
&prompt.root; <userinput>ln -s ../s/usr-X11R6 usr/X11R6</userinput>
|
||||
&prompt.root; <userinput>ln -s ../../s/distfiles usr/ports/distfiles</userinput>
|
||||
&prompt.root; <userinput>ln -s s/tmp tmp</userinput>
|
||||
&prompt.root; <userinput>ln -s s/var var</userinput></screen>
|
||||
</step>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue