Le Lundi 12 Ao�t 2002 21:09, Pixel a �crit : > Pascal <[EMAIL PROTECTED]> writes: > > I add that /etc/profile.d/proxy.sh does not work if variables are not > > preceded by 'export' as > > export http_proxy=xxxxxxxxxx > > export ftp_proxy=xxxxxxxxx > > that seems a good thing to do. Why hasn't anyone reported this yet?
hem, i did mounths ago... if I remember. did not check the archives ;) > > i wonder if changing this may not break some progs relying on a > sysconfig like format, uh? > (i'm having a look: grep -r -F etc/profile.d/proxy /usr) you can place the export after the 2 first lines if it helps http_proxy= ftp_proxy= export http_proxy ftp_proxy effectively it depends on parsing...
