From 4c8945a06b01a5c8122cdeb402af36bb46a06acc Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Wed, 12 Jan 2011 14:55:02 +0000 Subject: Update dialog to version 20100428. This changes the license under which dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog --- contrib/dialog/samples/gauge0-input-fd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 contrib/dialog/samples/gauge0-input-fd (limited to 'contrib/dialog/samples/gauge0-input-fd') diff --git a/contrib/dialog/samples/gauge0-input-fd b/contrib/dialog/samples/gauge0-input-fd new file mode 100755 index 0000000000000..0b96fe4a75655 --- /dev/null +++ b/contrib/dialog/samples/gauge0-input-fd @@ -0,0 +1,27 @@ +#!/bin/sh +# $Id: gauge0-input-fd,v 1.5 2010/01/13 10:20:03 tom Exp $ +# modified "gauge0" script to use "--input-fd" option. + +. ./setup-vars + +exec 3<&0 +PCT=10 +( +sleep 1 +while test $PCT != 110 +do +cat <