]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/menubox10
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / menubox10
1 #!/bin/sh
2 # $Id: menubox10,v 1.5 2010/01/13 10:34:12 tom Exp $
3 # zero-width column
4
5 . ./setup-vars
6
7 exec 3>&1
8 RESULT=`$DIALOG --backtitle "Debian Configuration" \
9         --title "Configuring debconf" \
10         --default-item Dialog "$@" \
11         --menu "Packages that use debconf for co" 19 50 6 \
12         Dialog          "" \
13         Readline        "" \
14         Gnome           "" \
15         Kde             "" \
16         Editor          "" \
17         Noninteractive  "" \
18 2>&1 1>&3`
19 retval=$?
20 exec 3>&-
21
22 . ./report-string