[515] in Zephyr_Bugs
NetProb ticket #1216, rt 7.4H: zwrite
daemon@ATHENA.MIT.EDU (sao@MIT.EDU)
Tue Jan 18 14:19:22 1994
From: sao@MIT.EDU
Date: Tue, 18 Jan 94 14:19:15 -0500
To: bug-zephyr@MIT.EDU
Cc:
>From marc@MIT.EDU Thu Jan 13 23:41:17 1994
>Received: by gregor.MIT.EDU (5.57/4.7) id AA03173; Thu, 13 Jan 94 23:41:16 -05>00
>Received: from STEVE-DALLAS.MIT.EDU by MIT.EDU with SMTP
> id AA17625; Thu, 13 Jan 94 23:41:10 EST
>Received: by steve-dallas.MIT.EDU (5.61/4.7) id AA00708; Thu, 13 Jan 94 23:41:>07 -0500
>Message-Id: <9401140441.AA00708@steve-dallas.MIT.EDU>
>To: bugs@MIT.EDU
>Subject: rt 7.4H: zwrite
>Date: Thu, 13 Jan 94 23:41:05 EST
>From: Marc Horowitz <marc@MIT.EDU>
>
>System name: steve-dallas
>Type and version: RTPC-ROMPC 7.4H (1 update(s) to same version)
>Display type: apa16
>
>What were you trying to do?
> That's not important. I screwed up, and uncovered a bug.
>
>What's wrong:
> Either the documentation or code for -o is wrong.
>
>What should have happened:
> if you do "zwrite -c sipb -o -i test -m foo", this should send
>to <sipb,test,*>, but it sends to <message,test,*> instead.
>
> Ye argumente parsinge shoulde be ordere independente.
>
> In particular:
>
> case 'o':
> class = DEFAULT_CLASS;
> inst = DEFAULT_INSTANCE;
> opcode = DEFAULT_OPCODE;
> case 'c':
> if (arg == argc-1 || filsys == 1)
> usage(whoami);
> arg++;
> class = argv[arg];
> filsys = -1;
> break;
>
>Please describe any relevant documentation references:
> [Please replace this line with your information.]
>