X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_YG X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Oleksandr Gavenko Subject: How does setup.exe cope with upgrading of already installed packages if there exist modification in installed files? Date: Wed, 19 Oct 2011 13:11:29 +0300 Lines: 37 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com How does setup.exe cope with upgrading of already installed packages if there exist modification in installed files? I customize HG templates under: /lib/python2.6/site-packages/mercurial/templates/gitweb/* and would like preserve it when update happen. And it will be good to be notified if conflict happen. Also I try: $ cygcheck -c mercurial Cygwin Package Information Package Version Status mercurial 1.9.2-1 OK when I try: $ mv /lib/python2.6/site-packages/mercurial/templates/gitweb/branches.tmpl /lib/python2.6/site-packages/mercurial/templates/gitweb/branches~.tmpl $ cygcheck -c mercurial Cygwin Package Information Package Version Status mercurial 1.9.2-1 Incomplete So "cygcheck -c" does not provide ability to find modification to package files. Also I worry about modification in other config files in /etc (like /etc/apache2/httpd.conf). Are they overwritten on package update? How can I be notified about upgrade conflicts? What for '/etc/defaults' hierarchy was used? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple