From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Mon, 06 May 2013 08:08:45 -0300 Subject: [Buildroot] [PATCH 3/3] python-serial: fix shebang In-Reply-To: <871u9klfw3.fsf@dell.be.48ers.dk> References: <1365872210-20167-1-git-send-email-gustavo@zacarias.com.ar> <1365872210-20167-3-git-send-email-gustavo@zacarias.com.ar> <871u9klfw3.fsf@dell.be.48ers.dk> Message-ID: <51878F3D.9020102@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 05/06/2013 04:35 AM, Peter Korsgaard wrote: > I see we have the same issue with usr/bin/smtpd.py from python itself, > but I'm not sure how to fix that (besides running sed after > installation). > > Any idea? Some (all?) distributions just remove it, it's a smtp proxy, kind of a sample program, not something we want lingering on the target filesystem IMHO. Regards.