Re: [cdesktopenv-devel] [PATCH] Two fixes for dtmail

2012-08-29 Thread Jon Trulson
On Thu, 30 Aug 2012, Ulrich Wilkens wrote: > This one fixes a bug where suid bit is needed for dtmail on BSD systems. > It also fixes a bug where date/time is not displayed for some time zones. > > > Applied. -- Jon Trulson Atoms are what make us matter. -

Re: [cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Jon Trulson
On Thu, 30 Aug 2012, Ulrich Wilkens wrote: > On 08/30/12 02:45, Pascal Stumpf wrote: >> Just one inline comment. > >>> + >>> +#ifdef __OpenBSD__ >>> +# define cpp_MAIL "/var/mail/$USER" >>> +# define cpp_XINITUSER "$HOME/.xinitrc" >>> +# define cpp_XDMSYS "/etc/X11/xdm/Xsession" >>> +# undef c

Re: [cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Jon Trulson
On Thu, 30 Aug 2012, Ulrich Wilkens wrote: > This patch fixes some paths which are wrong for BSD systems. > > Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live

Re: [cdesktopenv-devel] [PATCH] Two fixes for dtmail

2012-08-29 Thread Christopher Turkel
-Original Message- From: Ulrich Wilkens To: cdesktopenv-devel Sent: Wed, Aug 29, 2012 9:52 pm Subject: [cdesktopenv-devel] [PATCH] Two fixes for dtmail This one fixes a bug where suid bit is needed for dtmail on BSD systems. It also fixes a bug where date/time is not displayed

Re: [cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Ulrich Wilkens
On 08/30/12 02:45, Pascal Stumpf wrote: > Just one inline comment. >> + >> +#ifdef __OpenBSD__ >> +# define cpp_MAIL "/var/mail/$USER" >> +# define cpp_XINITUSER "$HOME/.xinitrc" >> +# define cpp_XDMSYS "/etc/X11/xdm/Xsession" >> +# undef cpp_HELLO >> +# define cpp_HELLO "$DT_BINPATH/dthello

[cdesktopenv-devel] [PATCH] Two fixes for dtmail

2012-08-29 Thread Ulrich Wilkens
This one fixes a bug where suid bit is needed for dtmail on BSD systems. It also fixes a bug where date/time is not displayed for some time zones. -- Ulrich Wilkens Email: m...@uwilkens.de >From 764099a24f0e2987593fd33358f0c767d357f0ea Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Thu, 3

Re: [cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Pascal Stumpf
Just one inline comment. On Thu, 30 Aug 2012 02:35:35 +0200, Ulrich Wilkens wrote: > This patch fixes some paths which are wrong for BSD systems. > > -- > Ulrich Wilkens > Email: m...@uwilkens.de > > > >From 957de1fd41ff2ca5bd8c79f50e3d3919ea614487 Mon Sep 17 00:00:00 2001 > From: Ulrich Wilke

[cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Ulrich Wilkens
This patch fixes some paths which are wrong for BSD systems. -- Ulrich Wilkens Email: m...@uwilkens.de >From 957de1fd41ff2ca5bd8c79f50e3d3919ea614487 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Thu, 30 Aug 2012 02:12:16 +0200 Subject: [PATCH] Correction of paths for BSDs --- cde/.giti