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] 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

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