1971864966
break mixed form dialogs in conjunction with the FreeBSD termcap, making the bsdinstall partition editor Add dialog, among other things, completely nonfunctional. This restores dialog 20110707.
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
# $Id: setup-edit,v 1.1 2010/01/13 01:56:07 tom Exp $
|
|
# vile:shmode
|
|
|
|
input=`tempfile 2>/dev/null` || input=/tmp/input$$
|
|
output=`tempfile 2>/dev/null` || output=/tmp/test$$
|
|
trap "rm -f $input $output" 0 1 2 5 15
|