Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2011 15:32:01 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r217196 - user/nwhitehorn/bsdinstall/scripts
Message-ID:  <201101091532.p09FW14u047418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101091532.p09FW14u047418>