=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.538 retrieving revision 1.539 diff -c -r1.538 -r1.539 *** src/etc/rc 2019/10/02 17:15:40 1.538 --- src/etc/rc 2019/10/06 16:16:19 1.539 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.538 2019/10/02 17:15:40 sthen Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the --- 1,4 ---- ! # $OpenBSD: rc,v 1.539 2019/10/06 16:16:19 sthen Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the *************** *** 445,451 **** # Any write triggers a rekey. dmesg >/dev/random ! sysctl hw >/dev/random # Load pf rules and bring up pfsync interface. if [[ $pf != NO ]]; then --- 445,451 ---- # 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. if [[ $pf != NO ]]; then