pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/citrix_ica/files use



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8457078e253f
branches:  trunk
changeset: 524161:8457078e253f
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Jan 19 23:36:17 2007 +0000

description:
use
FOO=bar
export FOO
instead of
export FOO=bar

for the benefit of solaris.

diffstat:

 net/citrix_ica/files/wfcmgr |  6 +++++-
 net/citrix_ica/files/wfica  |  8 +++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c801c8fecf42 -r 8457078e253f net/citrix_ica/files/wfcmgr
--- a/net/citrix_ica/files/wfcmgr       Fri Jan 19 19:50:46 2007 +0000
+++ b/net/citrix_ica/files/wfcmgr       Fri Jan 19 23:36:17 2007 +0000
@@ -1,4 +1,8 @@
 #!/bin/sh
-export ICAROOT=DESTINATION
+#
+# $Id: wfcmgr,v 1.3 2007/01/19 23:36:17 dmcmahill Exp $
+
+ICAROOT=DESTINATION
+export ICAROOT
 mkdir -p ~/.ICAClient
 exec $ICAROOT/wfcmgr
diff -r c801c8fecf42 -r 8457078e253f net/citrix_ica/files/wfica
--- a/net/citrix_ica/files/wfica        Fri Jan 19 19:50:46 2007 +0000
+++ b/net/citrix_ica/files/wfica        Fri Jan 19 23:36:17 2007 +0000
@@ -1,3 +1,9 @@
 #!/bin/sh
-export ICAROOT=DESTINATION
+#
+# $Id: wfica,v 1.2 2007/01/19 23:36:17 dmcmahill Exp $
+#
+
+ICAROOT=DESTINATION
+export ICAROOT
 exec $ICAROOT/wfica
+



Home | Main Index | Thread Index | Old Index