1#!/bin/sh 2# $Id: menubox10,v 1.7 2020/11/26 00:09:12 tom Exp $ 3# zero-width column 4 5. ./setup-vars 6 7exec 3>&1 8returntext=`$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 "" \ 182>&1 1>&3` 19returncode=$? 20exec 3>&- 21 22. ./report-string 23