[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#124337: [patch] texconfig with whiptail instead of dialog



> The patch to implement this is simple:
>
> --- tetex-bin-1.0.7+20011202.orig/texk/tetex/texconfig
> +++ tetex-bin-1.0.7+20011202/texk/tetex/texconfig
> @@ -139,6 +139,7 @@
>    { u=`uname -s`; } 2>/dev/null
>    case "$u" in
>      FreeBSD|Linux)
> +      test -f /usr/bin/whiptail && DIALOG_PROG=/usr/bin/whiptail
>        test -f /usr/bin/dialog && DIALOG_PROG=/usr/bin/dialog
>        test -f /bin/dialog && DIALOG_PROG=/bin/dialog
>        ;;

Well, this solution prefers dialog to whiptail. Is this your intention?

Thomas



Reply to: