Re: export which is correct syntax

2014-01-06 Thread Frank Murphy
On Mon, 6 Jan 2014 14:46:04 +1100 Cameron Simpson wrote: > Yes I know. I was wondering why. They were all getting the claws-mail new instance,, when clicking on firefox link: https://bugzilla.redhat.com/show_bug.cgi?id=956380 ___ Regards, Frank www.frankly3d.com -- users mailing list users@

Re: export which is correct syntax

2014-01-05 Thread Cameron Simpson
On 05Jan2014 22:22, Frank Murphy wrote: > On Mon, 6 Jan 2014 08:43:54 +1100 > Cameron Simpson wrote: > > > Your call, but curious to know why you're setting it for all users > > instead of just yourself. > > Everone Yes I know. I was wondering why. -- Cameron Simpson It's my subconscious, t

Re: export which is correct syntax

2014-01-05 Thread Frank Murphy
On Mon, 6 Jan 2014 08:43:54 +1100 Cameron Simpson wrote: > Your call, but curious to know why you're setting it for all users > instead of just yourself. > > Cheers, Everone ___ Regards, Frank www.frankly3d.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change su

Re: export which is correct syntax

2014-01-05 Thread Cameron Simpson
On 05Jan2014 10:22, Frank Murphy wrote: > On Sun, 5 Jan 2014 08:40:59 +1100 > Cameron Simpson wrote: > > Just overwrite it, or programs will be trying to use directories named > > "/tmp:/var/tmp" or the like. > > Took your advise, > /etc/profile.d/my_profile > put what I need in there. Your cal

Re: export which is correct syntax

2014-01-05 Thread Frank Murphy
On Sun, 5 Jan 2014 08:40:59 +1100 Cameron Simpson wrote: > Just overwrite it, or programs will be trying to use directories named > "/tmp:/var/tmp" or the like. Took your advise, /etc/profile.d/my_profile put what I need in there. ___ Regards, Frank www.frankly3d.com -- users mailing list us

Re: export which is correct syntax

2014-01-04 Thread Cameron Simpson
On 04Jan2014 17:09, suvayu ali wrote: > On Sat, Jan 04, 2014 at 03:51:02PM +, Dave Mitchell wrote: > > On Sat, Jan 04, 2014 at 04:08:17PM +0100, Suvayu Ali wrote: > > > On Sat, Jan 04, 2014 at 10:37:48PM +1030, Tim wrote: > > > > Frank Murphy: > > > > > > 1: export TMPDIR=/var/tmp > > > > > >

Re: export which is correct syntax

2014-01-04 Thread Suvayu Ali
On Sat, Jan 04, 2014 at 03:51:02PM +, Dave Mitchell wrote: > On Sat, Jan 04, 2014 at 04:08:17PM +0100, Suvayu Ali wrote: > > On Sat, Jan 04, 2014 at 10:37:48PM +1030, Tim wrote: > > > Frank Murphy: > > > > > 1: export TMPDIR=/var/tmp > > > > > 2: export TMPDIR=$TMPDIR:/var/tmp > > > > > > Suva

Re: export which is correct syntax

2014-01-04 Thread Dave Mitchell
On Sat, Jan 04, 2014 at 04:08:17PM +0100, Suvayu Ali wrote: > On Sat, Jan 04, 2014 at 10:37:48PM +1030, Tim wrote: > > Frank Murphy: > > > > 1: export TMPDIR=/var/tmp > > > > 2: export TMPDIR=$TMPDIR:/var/tmp > > > > Suvayu Ali: > > > Depends on what you want to do. If you want to overwrite the v

Re: export which is correct syntax

2014-01-04 Thread Suvayu Ali
On Sat, Jan 04, 2014 at 10:37:48PM +1030, Tim wrote: > Frank Murphy: > > > 1: export TMPDIR=/var/tmp > > > 2: export TMPDIR=$TMPDIR:/var/tmp > > Suvayu Ali: > > Depends on what you want to do. If you want to overwrite the variable, > > use (1). If you want to add (prepend) to the variable, use (

Re: export which is correct syntax

2014-01-04 Thread Tim
Frank Murphy: > > 1: export TMPDIR=/var/tmp > > 2: export TMPDIR=$TMPDIR:/var/tmp Suvayu Ali: > Depends on what you want to do. If you want to overwrite the variable, > use (1). If you want to add (prepend) to the variable, use (2). Wouldn't that actually be an append - add onto the end of the

Re: export which is correct syntax

2014-01-04 Thread Suvayu Ali
On Sat, Jan 04, 2014 at 09:24:36AM +, Frank Murphy wrote: > 1: export TMPDIR=/var/tmp > 2: export TMPDIR=$TMPDIR:/var/tmp Depends on what you want to do. If you want to overwrite the variable, use (1). If you want to add (prepend) to the variable, use (2). Hope this helps, -- Suvayu Open