PERFORCE change 95672 for review

soc-andrew soc-andrew at FreeBSD.org
Thu Apr 20 13:37:16 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95672

Change 95672 by soc-andrew at soc-andrew_serv on 2006/04/20 13:37:00

	Use the (yet to be submitted) dfuife_curses frontend port

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#44 edit
.. //depot/projects/soc2005/bsdinstaller/src/release/bsdinstaller/bsdinstaller_shell.sh#11 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#44 (text+ko) ====

@@ -846,6 +846,8 @@
 		ROOT=${RD}/bsdinstaller/root
 	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-dfui \
 		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=dfuife-curses \
+		ROOT=${RD}/bsdinstaller/root
 
 	@touch ${RD}/bsdinstaller/root/etc/fstab
 	@echo "sendmail_enable=\"NONE\"" > ${RD}/bsdinstaller/root/etc/rc.conf

==== //depot/projects/soc2005/bsdinstaller/src/release/bsdinstaller/bsdinstaller_shell.sh#11 (text+ko) ====

@@ -10,7 +10,8 @@
 
 if [ ${TTY} = "/dev/ttyv0" ]
 then
-  /usr/sbin/bsd_installer_ncurses
+#  /usr/sbin/bsd_installer_ncurses
+  /usr/local/bin/dfuife_curses
 elif [ ${TTY} = "/dev/ttyv1" ]
 then
   export LD_PRELOAD="/usr/local/lib/liblua.so;/usr/local/lib/liblualib.so;/usr/lib/libm.so"


More information about the p4-projects mailing list