Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Originating-IP: [68.122.75.139] X-Originating-Email: [rkitover AT hotmail DOT com] X-Sender: rkitover AT hotmail DOT com From: "Rafael Kitover" To: "'Cygwin List'" Subject: rebaseall breaks zsh? Date: Wed, 10 Dec 2003 01:26:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 10 Dec 2003 09:26:10.0098 (UTC) FILETIME=[A59D1920:01C3BEFF] I noticed that the rebaseall scripts rebases /usr/bin/libzsh-4.0.4.dll and the modules in /usr/lib/zsh/4.1.1/zsh/*.dll, and that this breaks zsh. Rebasing libzsh stops zsh from starting, and rebasing the modules stops them from loading. If this is the case, and not just something messed up on my system, adding: -e '/\/libzsh-.*\.dll$/d' -e '/\/lib\/zsh/d' To the sed filter on the script should fix it. Or perhaps making an /etc/rebase.conf with exclusion filters. Want me to make a patch? -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/