Re: [cdesktopenv-devel] [PATCH] BSD > BSD|linux: Add /usr/local/bin to the default PATH on login

2012-09-17 Thread Mike Stroyan
at debian based systems like ubuntu, PATH is set from /etc/environment or from /etc/login.defs as ENV_PATH. It seems that AIX also uses /etc/environment. Code in programs/dtlogin/util.c is already looking in /etc/environment for LANG on AIX. -- Mike Stroyan m...@stroyan.net --

[cdesktopenv-devel] Fix for dtexec

2012-09-09 Thread Mike Stroyan
the pipe is closed and EOF is reached. >From a127368f6b9e84ec03efa12316fc1149b8270629 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Sun, 9 Sep 2012 15:44:45 -0600 Subject: [PATCH] Don't use fstat for readable pipe chars in dtexec. The dtexec code assumes that fstat reports pipe&#x