From owner-freebsd-questions@FreeBSD.ORG Mon Nov 11 20:35:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C339C43 for ; Mon, 11 Nov 2013 20:35:55 +0000 (UTC) (envelope-from mohacsi@niif.hu) Received: from strudel.ki.iif.hu (strudel.ki.iif.hu [IPv6:2001:738:0:411:20f:1fff:fe6e:ec1e]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9D3252A for ; Mon, 11 Nov 2013 20:35:55 +0000 (UTC) Received: from bolha.lvs.iif.hu (bolha.lvs.iif.hu [193.225.14.181]) by strudel.ki.iif.hu (Postfix) with ESMTP id B563E505 for ; Mon, 11 Nov 2013 21:35:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bolha.lvs.iif.hu Received: from strudel.ki.iif.hu ([IPv6:::ffff:193.6.222.244]) by bolha.lvs.iif.hu (bolha.lvs.iif.hu [::ffff:193.225.14.72]) (amavisd-new, port 10024) with ESMTP id zZsYvVZ2bNyB for ; Mon, 11 Nov 2013 21:35:42 +0100 (CET) Received: from norfolk.lan (unknown [193.6.30.29]) by strudel.ki.iif.hu (Postfix) with ESMTPSA id 5141E4E5 for ; Mon, 11 Nov 2013 21:35:42 +0100 (CET) Message-ID: <52813F9D.5090802@niif.hu> Date: Mon, 11 Nov 2013 21:35:41 +0100 From: Janos Mohacsi User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: using freebsd-update to revert back to GENERIC config files? X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 20:35:55 -0000 Dear All, I use freebsd-update to update several FreeBSD instances. Is there a quick method to revert back to GENERIC config files is /etc/ and its sub-directories? I modified locally some files in /etc/mail a while ago, but I don't need those local modification anymore. I tried to copy over the GENERIC configs of /etc/mail files but "freebsd-update fetch" reproting something similar: " Looking up update.FreeBSD.org mirrors... 5 mirrors found. Fetching metadata signature for 9.1-RELEASE from update2.freebsd.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files are affected by updates, but no changes have been downloaded because the files have been modified locally: /etc/mail/freebsd.cf /etc/mail/freebsd.submit.cf /etc/mail/sendmail.cf /etc/mail/submit.cf /var/db/mergemaster.mtree " Is there a clean way to overvwrite these files with the GENERIC during 9.2-RELEASE upgrade? Any hints might help. Regards, Janos Mohacsi