View | Details | Raw Unified | Return to bug 252942
Collapse All | Expand All

(-)Configure (-1 / +5 lines)
Lines 1628-1633 Link Here
1628
	LSOF_TSTBIGF=" "
1628
	LSOF_TSTBIGF=" "
1629
	LSOF_VERS=13000
1629
	LSOF_VERS=13000
1630
	;;
1630
	;;
1631
      14*)
1632
	LSOF_TSTBIGF=" "
1633
	LSOF_VERS=14000
1634
	;;
1631
      *)
1635
      *)
1632
	echo Unknown FreeBSD release: `uname -r`
1636
	echo Unknown FreeBSD release: `uname -r`
1633
	rm -f $LSOF_HLP
1637
	rm -f $LSOF_HLP
Lines 1639-1645 Link Here
1639
    # Clear LSOF_UNSUP message for supported versions of FreeBSD.
1643
    # Clear LSOF_UNSUP message for supported versions of FreeBSD.
1640
    
1644
    
1641
    case $LSOF_VERS in  # {
1645
    case $LSOF_VERS in  # {
1642
    4090|8020|8030|8040|9000|10000|11000|12000)
1646
    4090|8020|8030|8040|9000|10000|11000|12000|13000|14000)
1643
      LSOF_UNSUP=""
1647
      LSOF_UNSUP=""
1644
      ;;
1648
      ;;
1645
    esac	# }
1649
    esac	# }

Return to bug 252942