From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.13]) by sourceware.org (Postfix) with ESMTPS id 2A4813858412 for ; Sat, 5 Feb 2022 10:20:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2A4813858412 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=cygwin.com Received: from calimero.vinschen.de ([24.134.7.25]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPSA (Nemesis) id 1Mqagw-1mU5Jm1g4O-00mYgd for ; Sat, 05 Feb 2022 11:20:46 +0100 Received: by calimero.vinschen.de (Postfix, from userid 500) id 772B5A80D8B; Sat, 5 Feb 2022 11:20:45 +0100 (CET) Date: Sat, 5 Feb 2022 11:20:45 +0100 From: Corinna Vinschen To: cygwin-apps@cygwin.com Subject: Re: tcsh /etc/default files Message-ID: Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com References: <87bkzlzth8.fsf@Rainer.invalid> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87bkzlzth8.fsf@Rainer.invalid> X-Provags-ID: V03:K1:/AYynZiJpVIEr+lvL/qb5f1m6Rd0Gk2ajK5EHXWeHnU6Lrw4LIc 4oYGr7mJGxc3iNMhvSfk4rRIvZnSig0mX0b16u/uwhmpjPoJUkL+5osyFdWdlF+6gF3J2qA mFwXslBRa7AjM2melLaKhjuNKp9XN4AuyxmSFq0wdjRvmlyIRnhjoaXwqdxFD0ivcQmBygj Wk6Y7Pl+SKyNtCc2R4fmA== X-UI-Out-Filterresults: notjunk:1;V03:K0:UYBZZv6/SIA=:pdkFad7eHafQIhVLXJjwYe pqT6+cD5WZxSXRRzHyeFWzWs9W/JgOyUxvwCKWny4SFWbN1NqN/++rJioacVvE98WTsHq7aBS uHnK1wZA/BSXirCVfWYy7oIYivQZUypQkrbhFMb46TvdrAFpyc7VL1VGPyLdch50sHAA/2G83 6gh6rSnMKe0PMTxcQQ0U6PNOvFLZs6ycZtYkXrOJcYDGyU93L/aPj+ayZQN8pG1J/5PcTbT9u AkRACrtIkhWrh/BSTjtcVdHUxscBpwMa+xpxS7X+Q0gUyR2L3xdNpDJas9Toif0hTp7hHqoA/ isc/TCc6jelRaEvUUEnRA/28M0h2bz7IfqHGhIfKdBMiYv0TcKPLGe7GU0KZI2bzF8tbgZPGe 3RP122TX/PP0KuDrkTPukEKsXLkX5024zz2kF0alfeaZR1mlOESOa1ho9ERKTND4Bgwb9AJxn xUrC0BYiwNBF9AFeqh2LifHkqWzJclir49L35nIoIO+gapmxlf9N4cDHLoKm8dm3DM2TADEY5 HZQ5wlAEtv4cVkiImrRGavmmvMnVCtkfBvfB0vUGAhR6ET5DT2BHswnYezvtNMVXefXaI2XKN UOd157BvN+r5at0aXwPYDiOFQeK32it8Mrj/xysW571Ul3Fd3zDhs9XP9jkQbs2JrH9LMG9xg HvDF7QWaPaYr3bphMGpZgOM7SnHvEQR7WJn+yGvcZAxPxig6dVJFvgTS2EiPhBIdUZgw0j3tV SZt9MCVxZwKcrbNk X-Spam-Status: No, score=-97.8 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_FAIL, SPF_HELO_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2022 10:20:50 -0000 On Feb 5 08:02, Achim Gratz wrote: > > I'm not certain if I ever discussed this before, but the recent tcsh > update reminded me that I think the defaults should be changed a little > bit. First off, running the scripts in profile.d should IMHO be done in > csh.login to ensure it's only done once. Secondly the (optional) > cleaning up of the PATH variable already introduced for all POSIX shells > in base-files years ago should be replicated for tcsh. Lastly, since > /usr/bin/ and /bin are the same thing on Cygwin, one of them is > redundant and placement of /usr/local/bin should be left at the > discretion of the user since tha directory does not exist by default on > Cygwin. Fine with me, but these files are not part of the distro package only. They are part of the upstream tcsh package and just copied into the right place by a cygwin-specific postinstall step, also part of the upstream Makefile. I'm going to send the patch upstream, with a very minor tweak it applies cleanly. Thanks, Corinna