]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- simple patches
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 30 Oct 2000 08:43:58 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dialog-awk.patch -> 1.1
    dialog-examples.patch -> 1.1

dialog-awk.patch [new file with mode: 0644]
dialog-examples.patch [new file with mode: 0644]

diff --git a/dialog-awk.patch b/dialog-awk.patch
new file mode 100644 (file)
index 0000000..5261f26
--- /dev/null
@@ -0,0 +1,9 @@
+diff -durN dialog-0.69.orig/doc/manpager dialog-0.69/doc/manpager
+--- dialog-0.69.orig/doc/manpager      Tue Jan 16 13:45:33 1996
++++ dialog-0.69/doc/manpager   Mon Oct 30 10:37:25 2000
+@@ -1,4 +1,4 @@
+-#! /usr/bin/awk -f
++#!/bin/awk -f
+ # Warning: this uses gnu-awk features
diff --git a/dialog-examples.patch b/dialog-examples.patch
new file mode 100644 (file)
index 0000000..392c1ed
--- /dev/null
@@ -0,0 +1,120 @@
+diff -durN dialog-0.69.orig/samples/gauge-sh dialog-0.69/samples/gauge-sh
+--- dialog-0.69.orig/samples/gauge-sh  Tue Dec 19 14:29:06 1995
++++ dialog-0.69/samples/gauge-sh       Mon Oct 30 10:44:37 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-DIALOG=${DIALOG=../dialog}
++DIALOG=/usr/bin/dialog
+ (echo "10" ; sleep 2 ; 
+diff -durN dialog-0.69.orig/samples/infobox dialog-0.69/samples/infobox
+--- dialog-0.69.orig/samples/infobox   Fri Dec 15 12:49:02 1995
++++ dialog-0.69/samples/infobox        Mon Oct 30 10:45:52 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-D=${DIALOG=../dialog}
++D=/usr/bin/dialog
+ # this one means that "Esc" from any dialog will end the overall sample
+ check='eval if [ $? -eq 255 ] ; then clear; exit 1; fi'
+diff -durN dialog-0.69.orig/samples/inputbox dialog-0.69/samples/inputbox
+--- dialog-0.69.orig/samples/inputbox  Tue Dec 19 14:28:54 1995
++++ dialog-0.69/samples/inputbox       Mon Oct 30 10:44:51 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-DIALOG=${DIALOG=../dialog}
++DIALOG=/usr/bin/dialog
+ $DIALOG --title "INPUT BOX" --clear \
+         --inputbox "Hi, this is an input dialog box. You can use \n\
+diff -durN dialog-0.69.orig/samples/menubox dialog-0.69/samples/menubox
+--- dialog-0.69.orig/samples/menubox   Thu Dec 21 22:34:31 1995
++++ dialog-0.69/samples/menubox        Mon Oct 30 10:45:05 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-D=${DIALOG=../dialog}
++D=/usr/bin/dialog
+ tmp=/tmp/menu.tmp.$$
+ $D --clear --title "MENU BOX" \
+diff -durN dialog-0.69.orig/samples/msgbox dialog-0.69/samples/msgbox
+--- dialog-0.69.orig/samples/msgbox    Fri Dec 15 12:49:02 1995
++++ dialog-0.69/samples/msgbox Mon Oct 30 10:45:52 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-D=${DIALOG=../dialog}
++D=/usr/bin/dialog
+ # this one means that "Esc" from any dialog will end the overall sample
+ check='eval if [ $? -eq 255 ] ; then clear; exit 1; fi'
+diff -durN dialog-0.69.orig/samples/radiolist dialog-0.69/samples/radiolist
+--- dialog-0.69.orig/samples/radiolist Tue Dec 19 14:45:02 1995
++++ dialog-0.69/samples/radiolist      Mon Oct 30 10:45:29 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-DIALOG=${DIALOG=../dialog}
++DIALOG=/usr/bin/dialog
+ $DIALOG --backtitle "Red Hat Software Linux" \
+       --title "RADIOLIST BOX" --clear \
+diff -durN dialog-0.69.orig/samples/textbox dialog-0.69/samples/textbox
+--- dialog-0.69.orig/samples/textbox   Tue Dec 19 13:28:52 1995
++++ dialog-0.69/samples/textbox        Mon Oct 30 10:45:41 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-DIALOG=${DIALOG=../dialog}
++DIALOG=/usr/bin/dialog
+ cat << EOF > /tmp/textbox.tmp.$$
+ Hi, this is a text dialog box. It can be used to display text from a file.
+diff -durN dialog-0.69.orig/samples/yesno dialog-0.69/samples/yesno
+--- dialog-0.69.orig/samples/yesno     Fri Dec 15 12:49:02 1995
++++ dialog-0.69/samples/yesno  Mon Oct 30 10:45:52 2000
+@@ -2,10 +2,7 @@
+ #
+ # I prefer to tell "samples/yesno" for the source directory
+-if [ -f ./dialog ]; then
+-      DIALOG=./dialog
+-fi
+-D=${DIALOG=../dialog}
++D=/usr/bin/dialog
+ # this one means that "Esc" from any dialog will end the overall sample
+ check='eval if [ $? -eq 255 ] ; then clear; exit 1; fi'
This page took 0.044494 seconds and 4 git commands to generate.