Re: How to clean system

2011-01-09 Thread Markiyan Kushnir
2011/1/8 Giorgos Keramidas : > On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений wrote: >> Hi >> System have many programs. >> Wanna to upgrade to new version of FBSD >> >> Is it possible to clean system from garbage (all programs, files, >> header files, except configuration files) >> like insta

Re: How to clean system

2011-01-08 Thread perryh
keram...@freebsd.org (Giorgos Keramidas) wrote: > Packages should never install stuff in /usr/bin and /usr/sbin. > Ports should *only* install files in /usr/local/... There are a > few ports that includes options to override base-system files in > /usr but these are the exception. The doc ports i

Re: How to clean system

2011-01-08 Thread Giorgos Keramidas
On Sat, 8 Jan 2011 23:41:24 +0200, Коньков Евгений wrote: > GK> On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений > wrote: >>> Hi >>> System have many programs. >>> Wanna to upgrade to new version of FBSD >>> >>> Is it possible to clean system from garbage (all programs, files, >>> header files

Re: Re[2]: How to clean system

2011-01-08 Thread Polytropon
On Sat, 8 Jan 2011 23:41:24 +0200, Коньков Евгений wrote: > I have tried: pkg_delete -a > but many files are left in /usr/bin /usr/sbin ... ((( Keep in mind that FreeBSD is not Linux. There is the base system (/usr/bin, /usr/sbin, ...), and there are the applications installed by ports or pack

Re[2]: How to clean system

2011-01-08 Thread Коньков Евгений
GK> On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений wrote: >> Hi >> System have many programs. >> Wanna to upgrade to new version of FBSD >> >> Is it possible to clean system from garbage (all programs, files, >> header files, except configuration files) >> like installing FBSD from CD? >> >>

Re: How to clean system

2011-01-08 Thread Giorgos Keramidas
On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений wrote: > Hi > System have many programs. > Wanna to upgrade to new version of FBSD > > Is it possible to clean system from garbage (all programs, files, > header files, except configuration files) > like installing FBSD from CD? > > is there cmd?

How to clean system

2011-01-08 Thread Коньков Евгений
Hi System have many programs. Wanna to upgrade to new version of FBSD Is it possible to clean system from garbage (all programs, files, header files, except configuration files) like installing FBSD from CD? is there cmd? make clean-system -- ___