Re: [cdesktopenv-devel] [PATCH] Use /sbin/getty and /usr/local/bin on linux

2013-09-24 Thread Jon Trulson
On Tue, 24 Sep 2013, ibid...@gmail.com wrote: > Sorry for the noise, hope I got it right this time. > (Last time I tried being too smart...the headers got mixed in with the > mail header.) Perfect :) > > Thanks, > Isaac Dunham > Applied. -- Jon Trulson "I am become Grey. I stand between

[cdesktopenv-devel] [PATCH] Use /sbin/getty and /usr/local/bin on linux

2013-09-24 Thread ibid . ag
Sorry for the noise, hope I got it right this time. (Last time I tried being too smart...the headers got mixed in with the mail header.) Thanks, Isaac Dunham >From a22f01bd9958ad9d31b2ed7c2def4d67d853140d Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Sun, 22 Sep 2013 17:15:06 -0700 Subject: [

Re: [cdesktopenv-devel] [PATCH] use /sbin/getty and /usr/local/bin/ on linux

2013-09-24 Thread Jon Trulson
On Mon, 23 Sep 2013, Isaac wrote: > On Mon, Sep 23, 2013 at 12:41:25PM -0600, Jon Trulson wrote: >> On Sun, 22 Sep 2013, ibid...@gmail.com wrote: >> >>> The current path to getty on Linux is /etc/getty, afaict. >>> So use /sbin/getty. >> >> Yes, /sbin/getty... Not sure what you mean by /etc/getty

Re: [cdesktopenv-devel] [PATCH] use /sbin/getty and /usr/local/bin/ on linux

2013-09-23 Thread Isaac
On Mon, Sep 23, 2013 at 12:41:25PM -0600, Jon Trulson wrote: > On Sun, 22 Sep 2013, ibid...@gmail.com wrote: > > >The current path to getty on Linux is /etc/getty, afaict. > >So use /sbin/getty. > > Yes, /sbin/getty... Not sure what you mean by /etc/getty > This snippet in dm.c is the fallback,

Re: [cdesktopenv-devel] [PATCH] use /sbin/getty and /usr/local/bin/ on linux

2013-09-23 Thread Jon Trulson
On Sun, 22 Sep 2013, ibid...@gmail.com wrote: > The current path to getty on Linux is /etc/getty, afaict. > So use /sbin/getty. Yes, /sbin/getty... Not sure what you mean by /etc/getty Also, Can you supply these (and any future) patches in git 'format-patch' format? This makes it much easier to

[cdesktopenv-devel] [PATCH] use /sbin/getty and /usr/local/bin/ on linux

2013-09-22 Thread ibid . ag
The current path to getty on Linux is /etc/getty, afaict. So use /sbin/getty. Also, /usr/local/bin is used on Linux as well as BSD. So add it to the default path. Thanks, Isaac Dunham PS: Copying policy: All my contributions to this project may be relicensed as the project decides. commit 8b9137