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

Diff for /src/etc/rc between version 1.78 and 1.79

version 1.78, 1998/07/04 23:35:42 version 1.79, 1998/07/05 02:50:08
Line 72 
Line 72 
   
 # if there's no /etc/host.random, make one through /dev/urandom  # if there's no /etc/host.random, make one through /dev/urandom
 if [ ! -f /etc/host.random ]; then  if [ ! -f /etc/host.random ]; then
         dd if=/dev/urandom of=/dev/host.random bs=1024 count=64          dd if=/dev/urandom of=/etc/host.random bs=1024 count=64
         chmod 600 /etc/host.random          chmod 600 /etc/host.random
 fi  fi
   

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79