=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.544 retrieving revision 1.545 diff -c -r1.544 -r1.545 *** src/etc/rc 2020/11/29 20:14:06 1.544 --- src/etc/rc 2021/02/09 21:42:04 1.545 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.544 2020/11/29 20:14:06 deraadt 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.545 2021/02/09 21:42:04 naddy 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 *************** *** 424,430 **** pass in proto carp keep state (no-sync) pass out proto carp !received-on any keep state (no-sync)" ! if (($(sysctl -n vfs.mounts.nfs 2>/dev/null) > 0)); then # Don't kill NFS. RULES="set reassemble yes no-df $RULES --- 424,430 ---- pass in proto carp keep state (no-sync) pass out proto carp !received-on any keep state (no-sync)" ! if (($(sysctl -n vfs.mounts.nfs 2>/dev/null)+0 > 0)); then # Don't kill NFS. RULES="set reassemble yes no-df $RULES