--- src/nrelease/installer/etc/defaults/pfi.conf 2007/05/13 22:25:41 1.7 +++ src/nrelease/installer/etc/defaults/pfi.conf 2008/03/25 22:55:38 1.8 @@ -1,5 +1,5 @@ ####################################################################### -# $Id: pfi.conf,v 1.7 2007/05/13 22:25:41 swildner Exp $ +# $Id: pfi.conf,v 1.8 2008/03/25 22:55:38 dave Exp $ # $DragonFly$ # Defaults for pfi.conf. @@ -21,7 +21,11 @@ pfi_frontend="curses" # "/usr/pkg/sbin/dfuibe_installer", the traditional C backend, # but can be changed to start an alternate backend. -pfi_backend="/usr/pkg/sbin/dfuibe_installer" +if [ -f /usr/sbin/dfuibe_installer ]; then + pfi_backend="/usr/sbin/dfuibe_installer" +else + pfi_backend="/usr/pkg/sbin/dfuibe_installer" +fi # When using the curses frontend: # Set the amount of time, in milliseconds, which must pass after