Etc-common: Unterschied zwischen den Versionen

Aus AmIHereWiki
Zur Navigation springen Zur Suche springen
K (content)
 
K (+99local)
 
Zeile 1: Zeile 1:
/etc/env.d/99local<br>
<pre>
CCACHE_DIR="/var/tmp/ccache"
HTTP_PROXY="http://172.24.228.3:3128"
FTP_PROXY="http://172.24.228.3:3128"
http_proxy="http://172.24.228.3:3128"
ftp_proxy="http://172.24.228.3:3128"
RSYNC_PROXY="145.228.130.10:3128"
</pre>
/etc/profile - Kernel ccache/distcc<br>
/etc/profile - Kernel ccache/distcc<br>
29: PATH="/usr/lib/ccache/bin:/usr/lib/distcc/bin:${PATH}"
29: <pre>PATH="/usr/lib/ccache/bin:/usr/lib/distcc/bin:${PATH}"</pre>

Aktuelle Version vom 4. Dezember 2007, 11:13 Uhr

/etc/env.d/99local

CCACHE_DIR="/var/tmp/ccache"
HTTP_PROXY="http://172.24.228.3:3128"
FTP_PROXY="http://172.24.228.3:3128"
http_proxy="http://172.24.228.3:3128"
ftp_proxy="http://172.24.228.3:3128"
RSYNC_PROXY="145.228.130.10:3128"

/etc/profile - Kernel ccache/distcc

29:

PATH="/usr/lib/ccache/bin:/usr/lib/distcc/bin:${PATH}"