summaryrefslogtreecommitdiff
path: root/x11/xdialog/patches/patch-ab
blob: c4dbb2122e890823d1c6c5e4b941267f33f78f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2003/05/13 23:33:02 salo Exp $

--- samples/textbox.orig	2001-04-10 17:31:24.000000000 +0200
+++ samples/textbox	2003-05-14 00:39:59.000000000 +0200
@@ -16,7 +16,7 @@
 
 EOF
 
-cat /etc/bashrc | expand >> /tmp/textbox.tmp.$$
+cat /etc/services | expand >> /tmp/textbox.tmp.$$
 
 $DIALOG --title "TEXT BOX" --textbox "/tmp/textbox.tmp.$$" 0 0