svn commit: r217196 - user/nwhitehorn/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Jan 9 15:32:01 UTC 2011


Author: nwhitehorn
Date: Sun Jan  9 15:32:01 2011
New Revision: 217196
URL: http://svn.freebsd.org/changeset/base/217196

Log:
  Remove duplicated welcome message, and turn off SIGINT, which causes
  enormous problems.
  
  Submitted by:	joel

Modified:
  user/nwhitehorn/bsdinstall/scripts/auto

Modified: user/nwhitehorn/bsdinstall/scripts/auto
==============================================================================
--- user/nwhitehorn/bsdinstall/scripts/auto	Sun Jan  9 14:34:56 2011	(r217195)
+++ user/nwhitehorn/bsdinstall/scripts/auto	Sun Jan  9 15:32:01 2011	(r217196)
@@ -2,7 +2,7 @@
 
 echo "Begun Installation at $(date)" > $BSDINSTALL_LOG
 
-cdialog --backtitle "FreeBSD Installer" --title "Welcome" --msgbox "Welcome to the FreeBSD Installer." 0 0
+trap "" SIGINT	# Ignore cntrl-C here
 
 error() {
 	cdialog --backtitle "FreeBSD Installer" --title "Abort" \


More information about the svn-src-user mailing list