Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 1999 03:18:27 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        current@freebsd.org
Subject:   ps ax: kernel command line caching bug with "-"?
Message-ID:  <19991120031827.A242@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
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 :-(

-- 
Andrey A. Chernov
http://www.nagual.pp.ru/~ache/
MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991120031827.A242>