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

Diff for /src/etc/rc between version 1.511 and 1.512

version 1.511, 2017/07/17 18:52:26 version 1.512, 2017/07/18 16:29:44
Line 422 
Line 422 
         pass in proto carp keep state (no-sync)          pass in proto carp keep state (no-sync)
         pass out proto carp !received-on any keep state (no-sync)"          pass out proto carp !received-on any keep state (no-sync)"
   
         if [[ $(sysctl vfs.mounts.nfs 2>/dev/null) == *[1-9]* ]]; then          if (($(sysctl -n vfs.mounts.nfs 2>/dev/null) > 0)); then
                 # Don't kill NFS.                  # Don't kill NFS.
                 RULES="set reassemble yes no-df                  RULES="set reassemble yes no-df
                 $RULES                  $RULES

Legend:
Removed from v.1.511  
changed lines
  Added in v.1.512