> In message <[EMAIL PROTECTED]>, "Rodney W. Grimes" writes
> :
> >> In message <[EMAIL PROTECTED]> Matthew 
>Jacob writes:
> >> : Same with me.
> >> 
> >> This sounds like a job for Captain UPDATING:
> >
> >Don't you just need to rebuild vi/ex?  Ie would not:
> >     cd /usr/src/usr.bin/vi;
> >     make cleandir && make obj && make depend && make all install
> >
> >fix the problem?
> >
> >Two buildworlds seems like a big sledgehammer when a small tap with
> >a 2oz would do :-)
> 
> It's actually libc you need to reinstall (unless your vi/ex is
> statically linked).

Okay...
        cd /usr/src/lib/libc;
        make cleandir && make obj && make depend && make all install


-- 
Rod Grimes - KD7CAX @ CN85sl - (RWG25)               [EMAIL PROTECTED]


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

Reply via email to