make etc broken

2005-02-28 Thread Warren
i was clearing out some files in /usr and accidentally did something and now 
command such as:  clear, make, whereis no longer work ... how can i get them 
back to working ?
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make etc broken

2005-02-28 Thread Lee Harr
i was clearing out some files in /usr and accidentally did something and 
now
command such as:  clear, make, whereis no longer work ... how can i get 
them
back to working ?

You could try doing an upgrade from the CD.
/stand/sysinstall
If you have a working system, you could try copying the
files over from the working system to the broken system.
If you built the system yourself (buildworld...) they may
still be in the /usr/obj tree somewhere.
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make etc broken

2005-02-28 Thread Warren
On Tue, 1 Mar 2005 9:03 am, Lee Harr wrote:
 i was clearing out some files in /usr and accidentally did something and
 now
 command such as:  clear, make, whereis no longer work ... how can i get
 them
 back to working ?

 You could try doing an upgrade from the CD.

 /stand/sysinstall

Will this change any of the all ready installed ports and configurations setup 
on the machine ?

 If you have a working system, you could try copying the
 files over from the working system to the broken system.

 If you built the system yourself (buildworld...) they may
 still be in the /usr/obj tree somewhere.

Yes i did do a buildworld and installworld day before this accident happend, 
however the /usr/bin/make dosent exist only the 
/usr/src/usr.bin/make
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make etc broken

2005-02-28 Thread Lee Harr
 i was clearing out some files in /usr and accidentally did something 
and
 now
 command such as:  clear, make, whereis no longer work ... how can i get
 them
 back to working ?

 You could try doing an upgrade from the CD.

 /stand/sysinstall

Will this change any of the all ready installed ports and configurations 
setup
on the machine ?
Possibly, especially since you say that you had just upgraded
with buildworld/installworld. If some port/config depended on
the update then that would break. Sort of depends on how
much you have upgraded from the CD.

 If you have a working system, you could try copying the
 files over from the working system to the broken system.

 If you built the system yourself (buildworld...) they may
 still be in the /usr/obj tree somewhere.
Yes i did do a buildworld and installworld day before this accident 
happend,
however the /usr/bin/make dosent exist only the
/usr/src/usr.bin/make
You need to look under /usr/obj  (as I said  ;o)
ls /usr/obj/usr/src/usr.bin/make/make
/usr/obj/usr/src/usr.bin/make/make
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]