Re: [cdesktopenv-devel] [PATCH] contrib/rc/linux/dtlogin: Make the init script work.

2015-03-07 Thread Jon Trulson
On Sun, 8 Mar 2015, Isaac Dunham wrote: > On Sat, Mar 07, 2015 at 05:12:12PM -0700, Jon Trulson wrote: >> On Sat, 7 Mar 2015, Isaac Dunham wrote: >> >> >> Hi, could you resubmit in gt format-patch format? >> >> Thanks. >> -jon > > If git send-email screws up, how do I do that? > I set up git send-

Re: [cdesktopenv-devel] [PATCH] contrib/rc/linux/dtlogin: Make the init script work.

2015-03-07 Thread Isaac Dunham
On Sat, Mar 07, 2015 at 05:12:12PM -0700, Jon Trulson wrote: > On Sat, 7 Mar 2015, Isaac Dunham wrote: > > > Hi, could you resubmit in gt format-patch format? > > Thanks. > -jon If git send-email screws up, how do I do that? I set up git send-email just for this. Should I attach it? Thanks, Is

Re: [cdesktopenv-devel] [PATCH] contrib/rc/linux/dtlogin: Make the init script work.

2015-03-07 Thread Jon Trulson
On Sat, 7 Mar 2015, Isaac Dunham wrote: Hi, could you resubmit in gt format-patch format? Thanks. -jon > * insserv requires a shebang line > * the rc script can hang if a daemon is started in the foreground > * "pgrep dtlogin" apparently can match the init script, if it is started > with "serv

[cdesktopenv-devel] [PATCH] contrib/rc/linux/dtlogin: Make the init script work.

2015-03-07 Thread Isaac Dunham
* insserv requires a shebang line * the rc script can hang if a daemon is started in the foreground * "pgrep dtlogin" apparently can match the init script, if it is started with "service dtlogin start" or similar. * reduce code duplication --- cde/contrib/rc/linux/dtlogin | 51 ++