--- frontpage/version5.0/fp_install.sh.orig Fri Apr 20 09:00:59 2001 +++ frontpage/version5.0/fp_install.sh Tue May 1 23:14:53 2001 @@ -155,7 +155,7 @@ SunOS*5.*sun4*) machine="solaris" ;; SunOS*5.*i386*) machine="solarisx86" ;; BSD/OS*) machine="bsdi" ;; - FreeBSD*) machine="freebsd" ;; + FreeBSD*) machine="bsdi" ;; *) echo "ERROR: Unsupported platform! Uname is $system." return 1 ;;