Hi Insan, Insan Praja SW wrote on Thu, Feb 12, 2009 at 03:01:26AM +0700: > On Wed, 11 Feb 2009 23:29:31 +0700, Ingo Schwarze <[email protected]> wrote:
>> I bet you missed >> http://www.openbsd.org/cgi-bin/cvsweb/src/bin/ksh/c_ksh.c#rev1.33 >> >> To confirm, type [...] and show me the output. > $ /bin/ksh > $ set -o posix > $ echo > Segmentation fault (core dumped) Bingo. > $ sudo cvs [email protected]:/cvs up -dP Uh, bad idea. Do not run cvs as root. You don't want /usr/src owned by root. That way, you would have to su to root whenever you edit a source file. You do not want to do things as root when it is not needed. In particular, neither of tar -x, cvs co, cvs up, diff, patch and make (except make install and friends, of course) want root. Yours, Ingo

