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

Diff for /src/etc/rc between version 1.539 and 1.540

version 1.539, 2019/10/06 16:16:19 version 1.540, 2019/11/06 16:26:24
Line 353 
Line 353 
         exit 0          exit 0
 fi  fi
   
   # If bootblocks failed to give us random, try to cause some churn
   (dmesg; sysctl hw.{uuid,serialno,sensors} ) >/dev/random 2>&1
   
 # Add swap block-devices.  # Add swap block-devices.
 swapctl -A -t blk  swapctl -A -t blk
   
Line 442 
Line 445 
 ifconfig -g carp carpdemote 128  ifconfig -g carp carpdemote 128
   
 sh /etc/netstart  sh /etc/netstart
   
 # Any write triggers a rekey.  
 dmesg >/dev/random  
 sysctl hw.{uuid,serialno,sensors} >/dev/random 2>&1  
   
 # Load pf rules and bring up pfsync interface.  # Load pf rules and bring up pfsync interface.
 if [[ $pf != NO ]]; then  if [[ $pf != NO ]]; then

Legend:
Removed from v.1.539  
changed lines
  Added in v.1.540