From owner-freebsd-current@FreeBSD.ORG Tue Sep 29 16:50:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E20851065692 for ; Tue, 29 Sep 2009 16:50:35 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay1.uni-muenster.de (ZIVM-EXRELAY1.UNI-MUENSTER.DE [128.176.192.14]) by mx1.freebsd.org (Postfix) with ESMTP id 754ED8FC1B for ; Tue, 29 Sep 2009 16:50:35 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,474,1249250400"; d="scan'208";a="284087215" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 29 Sep 2009 18:50:33 +0200 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id AEDF81B07E5; Tue, 29 Sep 2009 18:50:33 +0200 (CEST) Date: Tue, 29 Sep 2009 18:50:33 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: In-Reply-To: <8663b1g5uc.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@FreeBSD.org, Andriy Gapon Subject: Re: ipv6 related warnings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 16:50:36 -0000 Dag-Erling Sm=F8rgrav schrieb am 2009-09-29: > Alexander Best writes: > > Dag-Erling Sm=F8rgrav writes: > > > Alexander Best writes: > > > > /etc/defaults/rc.conf: > > > > ident warning: no id keywords in /etc/defaults/rc.conf > > > Something is definitely wrong. How do you keep your source tree > > > up-to-date? > > `svn up /usr/src` > You probably have the wrong subversion port installed; you have to > use > devel/subversion-freebsd. Mergemaster won't work properly without > RCS > ID tags. You'll have to run it once with -s to fix your /etc. You > can > ease the pain by installing some of the files manually first, e.g. thanks. i installed subverserion-freebsd and did `svn up /usr/src` but no d= ata seems to have changed. do i need to delete /usr/src and grab a fresh svn snapshot or is there a switch which grabs the RCS ID tags for existing file= s? cheers. alex > cd /usr/src/etc/rc.d && make install > cd /usr/src/etc.$(uname -p) && make install > cd /usr/src/etc/pam.d && make install > cd /usr/src/etc/periodic && make install > cd /usr/src/etc/sendmail && make install > BTW, subversion-freebsd will work just like stock subversion for > non-FreeBSD trees; you'll see some FreeBSD-specific stuff in your > editor > when you type in a commit message, but if you don't remove it > manually, > subversion will do it for you before sending the delta to the server. > Also, re 'mergemaster -i', there's nothing wrong with it - I confused > -i > with -a, which is not sufficient on its own. > I use the following .mergemasterrc: > PAGER=3D"less" > IGNORE_FILES=3D"/etc/motd /etc/ntp.conf /etc/printcap /etc/profile" > AUTO_INSTALL=3D"YES" > AUTO_UPGRADE=3D"YES" > PRESERVE_FILES=3D"YES" > If you use sudo, mergemaster will look for it in ~ instead of ~root; > I > keep it in ~/.mergemasterrc with a symlink in ~root, although you can > just as well do it the other way around. > DES