Bug 72388 - Induced ENV through Xsession script
Summary: Induced ENV through Xsession script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-06 17:40 UTC by Jose M Rodriguez
Modified: 2004-10-10 23:04 UTC (History)
1 user (show)

See Also:


Attachments
patch-kdebase3 (1.03 KB, text/plain)
2004-10-06 17:40 UTC, Jose M Rodriguez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose M Rodriguez 2004-10-06 17:40:26 UTC
	kdebase3 generated Xsession script still have problem for
	csh users.
	And unwanted Environment is induced by /bin/sh -c set
	As a result, a malformed IFS is set as an env var.

Fix: use /usr/bin/env instead o /bin/sh -c set
	don't set TERM or SHLVL from here


How-To-Repeat: 	Set csh as your shell and launch any desktop from kdm
	You may see things like PS1,PS2,IFS in your xterm env.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-10-07 08:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainers
Comment 2 groot 2004-10-10 20:19:45 UTC
Attempt to merge upstream is being made (with better env(1) detection).
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2004-10-10 23:03:59 UTC
State Changed
From-To: open->closed

Committed, thank you very much.