Re: /etc/X11/xinit/xinitrc
Re: /etc/X11/xinit/xinitrc
- Subject: Re: /etc/X11/xinit/xinitrc
- From: Eugene Lee <email@hidden>
- Date: Wed, 26 Feb 2003 17:12:49 -0600
- Mail-followup-to: email@hidden
On Wed, Feb 26, 2003 at 02:37:20PM -0800, Gary Tate wrote:
:
: This is the standard xinitrc provided:
:
: gtate% more /etc/X11/xinit/xinitrc
[...]
:
: When this is sourced I get the following errors:
:
: [gazzaroonii:~] gtate% source /etc/X11/xinit/xinitrc
: userresources=/Users/gtate/.Xresources: Command not found.
: usermodmap=/Users/gtate/.Xmodmap: Command not found.
: sysresources=XINITDIR/.Xresources: Command not found.
: sysmodmap=XINITDIR/.Xmodmap: Command not found.
: sysresources: Undefined variable.
: [gazzaroonii:~] gtate%
:
: Should I be worrying about these?
Stupid csh/tcsh. You don't use "source" in csh/tcsh to run a Bourne
shell script. You should run it directly:
[gazzaroonii:~] gtate% /etc/X11/xinit/xinitrc
--
Eugene Lee
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.