arla setup question (Mac OS X)
Magnus Ahltorp
ahltorp at nada.kth.se
Mon Jun 10 21:42:39 CEST 2002
> When I type
>
> klog tgoodson at jpl.nasa.gov
>
> I get
>
> tdg at jpl.nasa.gov's Password:
>
> What's going on and how do I fix it?
> (my user account on my Mac is tdg, my afs username is tgoodson)
This patch to lib/ko/agetarg.c should fix the problem. We will try to
get a new release out with binaries for Mac OS X as soon as possible.
/Magnus
Index: agetarg.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/lib/ko/agetarg.c,v
retrieving revision 1.8.2.3
diff -u -r1.8.2.3 agetarg.c
--- agetarg.c 2001/05/17 07:38:30 1.8.2.3
+++ agetarg.c 2002/06/10 19:36:56
@@ -478,8 +478,7 @@
usedargs[swcount] = 1;
i += j;
swcount++;
- } else if(argv[i][0] == '-' &&
- (argv[i][1] == '-' ||
+ } else if((argv[i][1] == '-' ||
((style & AARG_TRANSLONG) && argv[i][1] != 0))) {
int k;
More information about the Arla-drinkers
mailing list