diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-15 22:20:09 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-04 07:59:06 -0600 |
commit | 9b785d62fbe136f4e413fa9dda4aca17462932b8 (patch) | |
tree | 032ed6fead13c2e60b4d3d943a97b3c69369a7a0 /sesman | |
parent | b828a688a705055f5b27e46dd71fd697499823cc (diff) | |
download | xrdp-proprietary-9b785d62fbe136f4e413fa9dda4aca17462932b8.tar.gz xrdp-proprietary-9b785d62fbe136f4e413fa9dda4aca17462932b8.zip |
Minor modifications for Debian
Diffstat (limited to 'sesman')
-rwxr-xr-x | sesman/startwm.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/startwm.sh b/sesman/startwm.sh index ee48263f..f7e8c689 100755 --- a/sesman/startwm.sh +++ b/sesman/startwm.sh @@ -89,6 +89,8 @@ post_start() #PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" #export PATH=$PATH +export PATH=/opt/trinity/sbin:/opt/trinity/bin:$PATH + # for PATH and LANG from /etc/environment # pam will auto process the environment file if /etc/pam.d/xrdp-sesman # includes |