[cdesktopenv-devel] [PATCH 2/2] Add -quiet option to dtlogin.

2013-09-23 Thread Isaac Dunham
This should shut up the console spamming, for those who use VT1. Default behavior is not changed. --- cde/doc/C/guides/man/man1_dt/login.sgm | 10 +- cde/programs/dtlogin/dm.c |2 ++ cde/programs/dtlogin/dm.h |1 + cde/programs/dtlogin/resource.c

[cdesktopenv-devel] [PATCH 1/2] dtlogin: use proper path to getty and /usr/local/bin in path on Linux

2013-09-23 Thread Isaac Dunham
--- cde/programs/dtlogin/config/Xconfig.src |4 +--- cde/programs/dtlogin/dm.c |2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cde/programs/dtlogin/config/Xconfig.src b/cde/programs/dtlogin/config/Xconfig.src index 57f0ec9..ad6ba47 100644 --- a/cde/prog

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, [email protected] 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, [email protected] 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