Cleaning and Customizing Your FreeBSD Ports 32
BSD Forums writes "One of FreeBSD's biggest benefits is its ports collection. It seems like magic, but a little maintenance can make it work even better for your system. Dru Lavigne explains how to keep your ports collection clean and how to customize individual ports."
portsclean (Score:5, Informative)
That portsclean -DC works really well! Very through, updated the database and cleaned out a bunch of stuff. It seems like everything that the BSD people do is very stable and does exactly what they say it will do.
I really don't understand why the BSD's don't get more involvement... Maybe I just haven't been invited into that L33t crowd - yet...
Duke
Re:portsclean (Score:1)
You waiting for an invitation? Hey, this isn't Linux, you don't need one! Just come on.
Re:portsclean (Score:4, Informative)
# find
# cd
# rm everything except_big_stuff_like_X
Also a disk space saver is... (Score:2, Informative)
Re:What I Know About *BSD (Score:2, Funny)
BSD is for work, NOT PLAY.
2. It cannot be used by my grandma.
Because your grandma is farting dust six feet under.
3. It lacks a GUI of any note.
Real Men don't use GUIs.
4. There is no support available for it.
Again, Real Men don't need support.
5. It is an assortment of fragmented OSes.
Um, this article is about BSD, not Linux. Learn to read.
6. It cannot be run on the x86 platform.
Everyone on Slashdot knows x86 is dead, where have you been?.
7. You ha
Re:What I Know About *BSD (Score:2)
Is Quake 3 [freebsd.org] not good enough for you?
It cannot be used by my grandma.
Grandma can't use a toaster, what's your point?
It lacks a GUI of any note.
*looks over to freebsd box and sees KDE running*
There is no support available for it.
No support for wimps.
It is an assortment of fragmented OSes.
You must have it confused with Red Hat. The colours are similar and those might confuse you.
It cannot be run on the x86 platform.
*looks at Cyrix 6x86 PR-200 for the second time toda
Nice (Score:2)
Now, if I can only work out why sendmail (or at least the mailqueue) still insists on running *sigh*
Re:Nice (Score:4, Informative)
Re:Nice (Score:2)
Re:Nice (Score:2)
You can always check
Re:Nice (Score:3, Interesting)
SENDMAIL_ENABLE
SENDMAIL_INBOUND_ENABLE
?
It is noted in there, was it not good enough for the doc guys?
It's times like these, where I sliently swear that I'll fix it some day.
Re:Nice (Score:3, Informative)
It's in the freebsd handbook, in the sendmail section. it tells you to set sendmail_enable to none if you want to turn it off completely, or no if you want to just disable the daemon, but still wish to be able to send outgoing mail... you can find most basic stuff listed in the freebsd handbook, you really should be using it a lot in the beginning!
http://www.freebsd.org/doc/en_US.ISO8859-1/books/h andbook/mail-changingmta.html [freebsd.org]
-Frank
Re:Nice (Score:2)
But I guess I can't have everything (but grouped configuration settings should maybe in in an appendix somewhere?)