[OpenAFS] weird behaviour of pts source
Steve Simmons
scs@umich.edu
Tue, 14 Aug 2007 13:17:15 -0400
On Aug 11, 2007, at 9:16 AM, Jason Edgecombe wrote:
>>>> On a similar note, does pts interactive, sleep, quit and source
>>>> need to be in a supergroups ifdef?
>>>
>>>
>>> I'm looking in src/ptserver/pts.c
>>>
>>> #if defined(SUPERGROUPS)
>>>
>>> ts = cmd_CreateSyntax("interactive", Interactive, 0,
>>> "enter interactive mode");
>>> add_std_args(ts);
>>> cmd_CreateAlias(ts, "in");
>>>
>>>
>>>
>>> interactive modes seems useful even without supergroups, what gives?
>>>
>>
>> It's ifdef'd SUPERGROUPS for mainly historical reasons. It shouldn't
>> be ifdef'd at all.
>>
>
> Are there any objections to enabling pts interactive, sleep, quit,
> and source for all compiles, not just supergroups?
No objection.