Help for this page

Select Code to Download


  1. or download this
    192.169.32.0/255.255.255.0
    192.169.72.0/255.255.255.0
    192.169.73.0/255.255.255.0
    
  2. or download this
    /file1 *(rw,sync,no_root_squash,no_subtree_check)
    /file2 *(ro,sync,no_root_squash,no_subtree_check)
    # shares for Tsp InstallServer
    file3 *(ro,sync,no_subtree_check)
    
  3. or download this
    /file1 192.169.32.0/255.255.255.0(rw,sync,no_root_squash,no_subtree_ch
    +eck)
    /file1 192.169.72.0/255.255.255.0(rw,sync,no_root_squash,no_subtree_ch
    +eck)
    ...
    file3 192.169.32.0/255.255.255.0(ro,sync,no_subtree_check)
    file3 192.169.72.0/255.255.255.0(ro,sync,no_subtree_check)
    file3 192.169.73.0/255.255.255.0(ro,sync,no_subtree_check)
    
  4. or download this
    sub replace_exports {
    
            my $exports = 'exports';
    ...
    
            }
    replace_exports ();