Re: Does / Is anyone maintaining CVS for FreeBSD?

2013-01-03 Thread Lee Dilkie
On 1/3/2013 1:21 PM, Matthew Seaman wrote: > On 03/01/2013 17:48, Patrick M. Hausen wrote: >> I'm a bit reluctant to installing svn on every system that needs source >> updates. Are there more lightweight ways? > > freebsd-update(8) > > which is what 'make update' will run by default and in the ab

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-20 Thread Lee Dilkie
On 6/19/2013 8:24 PM, Kimmo Paasiala wrote: > Ok, this is crazy. If you put one space after the VersionAddendum > keyword you get exactly what you want, an empty VersionAddendum > string. If there's no space but a newline right after the > VersionAddendum keyword, sshd(8) complains about the line

Re: Sendmail-8.14.7 doesn't work with MS DNS in IPv4 network

2013-08-07 Thread Lee Dilkie
On 8/7/2013 12:05 PM, Gregory Shapiro wrote: >> I found a problem in new FreeBSD 9.2-{BETA2,RC1} which uses Sendmail-8.14.7. >> If you try to send email from FreeBSD 9.2 in IPv4 network with MS DNS >> you won't receive it. >> But in same time email passes from FreeBSD 9.1-RELEASE which uses >> Sen

Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"

2013-09-30 Thread Lee Dilkie
On 9/30/2013 10:12 AM, Joe Holden wrote: > root@build:/pseudosrc/misc # make love > make: don't know how to make love. Stop In this day and age, there is no excuse for not knowing how to make love. ___ freebsd-stable@freebsd.org mailing list http://lis

Re: Rebuilding "world" without physical access

2005-09-15 Thread Lee Dilkie
jcr wrote: Øystein Holmen wrote: I do under normal multiuser root: # cd /usr/obj # rm -rf * # cd /usr/src # /make clean # make buildworld && make buildkernel KERNCONF=FOO && make installkernel KERNCONF=FOO && make installworld && mergemaster then reboot prolly not the correct way, but w