diff options
Diffstat (limited to 'net/citrix_ica/patches/patch-i386-aa')
-rw-r--r-- | net/citrix_ica/patches/patch-i386-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net/citrix_ica/patches/patch-i386-aa b/net/citrix_ica/patches/patch-i386-aa index b262e0198ad..a4516c17407 100644 --- a/net/citrix_ica/patches/patch-i386-aa +++ b/net/citrix_ica/patches/patch-i386-aa @@ -1,16 +1,7 @@ -$NetBSD: patch-i386-aa,v 1.1 2001/05/08 23:58:45 dmcmahill Exp $ +$NetBSD: patch-i386-aa,v 1.2 2002/08/05 00:34:57 dmcmahill Exp $ ---- linuxx86/hinst.orig Tue Aug 8 20:24:55 2000 +--- linuxx86/hinst.orig Thu Apr 18 02:32:58 2002 +++ linuxx86/hinst -@@ -112,7 +112,7 @@ - - # The hosts file name - CAT_CMD=cat --MORE_CMD=more -+MORE_CMD="echo Please read " - CAT_HOST_ARG=/etc/hosts - - # The command to read host information from NIS @@ -835,13 +835,13 @@ echo_no_nl $calcspace3 read dummy @@ -27,3 +18,12 @@ $NetBSD: patch-i386-aa,v 1.1 2001/05/08 23:58:45 dmcmahill Exp $ return } +@@ -1862,7 +1862,7 @@ + then + : + else +- /bin/false ++ /usr/bin/false + return + fi + |