"Andrey A. Chernov" wrote:
> So the question is: should csh/tcsh use setproctitle() or should su be fixed
> to not use "_"?

IMHO: Either change su to use '-' or forget about it..  I don't recall
whether csh/tcsh attribute anything magic to having the leading "-" or
not..

> On Sat, Nov 20, 1999 at 03:18:27AM +0300, Andrey A. Chernov wrote:
> > With recent -current I got
> > 
> > _su (tcsh)
> > \___
> > 
> > in "ps ax" instead of
> > 
> > -su (tcsh)
> > 
> > as before.
> > 
> > >From su.c:
> > 
> > /* csh strips the first character... */
> > *np = asthem ? "-su" : iscsh == YES ? "_su" : "su";
> > 
> > It seems that it NOT strip the first character now :-(

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to