summaryrefslogtreecommitdiffstats
path: root/contrib/dialog/samples/menubox10
blob: 86069342199cdfed1b7930c6b1210d38dafd9607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
# $Id: menubox10,v 1.5 2010/01/13 10:34:12 tom Exp $
# zero-width column

. ./setup-vars

exec 3>&1
RESULT=`$DIALOG --backtitle "Debian Configuration" \
	--title "Configuring debconf" \
	--default-item Dialog "$@" \
	--menu "Packages that use debconf for co" 19 50 6 \
	Dialog		"" \
	Readline	"" \
	Gnome		"" \
	Kde		"" \
	Editor		"" \
	Noninteractive	"" \
2>&1 1>&3`
retval=$?
exec 3>&-

. ./report-string
OpenPOWER on IntegriCloud