Re: [dev] [sbase] chvt.c does not need to be executable

2013-07-02 Thread sin
On Tue, Jul 02, 2013 at 12:08:27PM -0400, Galos, David wrote: > > so why keep it executable... > > Indeed. chvt.c is now 644. Hi David, Could you also have a look at the two patches I've sent: "Explicitly cast len to unsigned long for %lu" and "v3 Add md5sum" Thanks, stateless

Re: [dev] [sbase] chvt.c does not need to be executable

2013-07-02 Thread Galos, David
> so why keep it executable... Indeed. chvt.c is now 644.

Re: [dev] [sbase] chvt.c does not need to be executable

2013-06-25 Thread pancake
tcc can execute .c files On Jun 26, 2013, at 0:43, u...@netbeisser.de wrote: > On Tue, Jun 25, 2013 at 11:56:27PM +0200, Jakob Kramer wrote: >> u...@netbeisser.de wrote: >>> On Tue, Jun 25, 2013 at 08:24:08PM +0200, Jakob Kramer wrote: so why keep it executable... commit 8512381861878f2

Re: [dev] [sbase] chvt.c does not need to be executable

2013-06-25 Thread u
On Tue, Jun 25, 2013 at 11:56:27PM +0200, Jakob Kramer wrote: > u...@netbeisser.de wrote: > >On Tue, Jun 25, 2013 at 08:24:08PM +0200, Jakob Kramer wrote: > >>so why keep it executable... > >>commit 8512381861878f2123a50a162a0d1ea550157da5 > >>Author: Jakob Kramer > >>Date: Tue Jun 25 20:10:39 2

Re: [dev] [sbase] chvt.c does not need to be executable

2013-06-25 Thread Jakob Kramer
u...@netbeisser.de wrote: On Tue, Jun 25, 2013 at 08:24:08PM +0200, Jakob Kramer wrote: so why keep it executable... commit 8512381861878f2123a50a162a0d1ea550157da5 Author: Jakob Kramer Date: Tue Jun 25 20:10:39 2013 +0200 removed executable bits from chvt.c diff --git a/chvt.c b/chvt.

Re: [dev] [sbase] chvt.c does not need to be executable

2013-06-25 Thread u
On Tue, Jun 25, 2013 at 08:24:08PM +0200, Jakob Kramer wrote: > so why keep it executable... > commit 8512381861878f2123a50a162a0d1ea550157da5 > Author: Jakob Kramer > Date: Tue Jun 25 20:10:39 2013 +0200 > > removed executable bits from chvt.c > > diff --git a/chvt.c b/chvt.c > old mode

[dev] [sbase] chvt.c does not need to be executable

2013-06-25 Thread Jakob Kramer
so why keep it executable... commit 8512381861878f2123a50a162a0d1ea550157da5 Author: Jakob Kramer Date: Tue Jun 25 20:10:39 2013 +0200 removed executable bits from chvt.c diff --git a/chvt.c b/chvt.c old mode 100755 new mode 100644