[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.523 and 1.524

version 1.523, 2017/11/09 11:02:10 version 1.524, 2018/02/10 05:56:47
Line 158 
Line 158 
         fi          fi
   
         ssh-keygen -A          ssh-keygen -A
   
           if [[ ! -f /etc/soii.key ]]; then
                   openssl rand -hex 16 > /etc/soii.key && \
                       chmod 600 /etc/soii.key && sysctl -q \
                       "net.inet6.ip6.soiikey=$(</etc/soii.key)"
           fi
 }  }
   
 # Re-link libraries, placing the objects in a random order.  # Re-link libraries, placing the objects in a random order.

Legend:
Removed from v.1.523  
changed lines
  Added in v.1.524