summaryrefslogtreecommitdiff
path: root/extra/freenx/remove-dialog.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
committerroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
commit04b07250d0055e5cecd7c998660c5595699cfe1c (patch)
tree8697097210dfb2b705afb6ba145dafd08c476f84 /extra/freenx/remove-dialog.patch
parent68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (diff)
Thu Jul 4 00:45:57 PDT 2013
Diffstat (limited to 'extra/freenx/remove-dialog.patch')
-rw-r--r--extra/freenx/remove-dialog.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/extra/freenx/remove-dialog.patch b/extra/freenx/remove-dialog.patch
deleted file mode 100644
index 054f1f6c4..000000000
--- a/extra/freenx/remove-dialog.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- nxdialog~ 2011-02-01 09:05:28.993333438 +0100
-+++ nxdialog 2011-02-01 09:05:29.010000106 +0100
-@@ -85,29 +85,6 @@
- then
- dialog_interface="xdialog"
- DIALOG=/usr/bin/Xdialog # just in case that we have no good path
--elif [ -x /usr/bin/dialog ]
--then
-- #JJK: Added 'dialog_interface=dialog' option because Xdialog not standard
-- #JJK: on some distros such as Fedora and xmessage won't handle long
-- #JJK: lists of ppd files while the combination of 'dialog' and 'xterm'
-- #JJK: should be present on most setups.
--
-- dialog_interface="dialog"
-- DIALOG=/usr/bin/dialog
-- if [ -z "$NXCLIENT_FIRST_TIME" ]
-- then
-- # Run only once in case of subdialogs. Capture result in tempfile
-- TMPFILE=$(mktemp /tmp/nxclient.XXXXX)
-- export NXCLIENT_FIRST_TIME=1
--
-- xterm -geometry 120x24+100+100 +sb -title "NXclient" -e \
-- /bin/bash -c "$DIALOG --infobox 'Please wait...' 3 25; $0 $INPUTS | tee $TMPFILE" || exit 1
--
-- #Need to recover the last line output (and not remove non-printing chars, because --stdout is used)
-- tail -1 $TMPFILE
-- rm -f $TMPFILE
-- exit 0
-- fi
- else
- dialog_interface="xmessage"
- xmessage=$(which xmessage 2>/dev/null)