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

Diff for /src/etc/rc between version 1.81 and 1.82

version 1.81, 1998/07/13 03:38:54 version 1.82, 1998/07/13 23:24:57
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=/etc/host.random bs=1024 count=64          dd if=/dev/urandom of=/etc/host.random bs=1024 count=64 >/dev/null 2>&1
         chmod 600 /etc/host.random          chmod 600 /etc/host.random
 fi  fi
   

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82