Date: Sat, 30 Dec 2006 07:48:51 +0300 From: Patrick Okui <pokui@psg.com> To: freebsd-stable@freebsd.org Cc: stable@freebsd.org Subject: Re: system breach Message-ID: <200612300748.52324.pokui@psg.com> In-Reply-To: <971FF040-8DF7-4C2A-82E1-76EE865C3560@ece.cmu.edu> References: <20061228231226.GA16587@lordcow.org> <45956307.4090403@saeab.se> <971FF040-8DF7-4C2A-82E1-76EE865C3560@ece.cmu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 29 December 2006 21:50, Brandon S. Allbery KF8NH wrote: > That looks like CPAN to me. pear is actually like CPAN - but for PHP. I didn't have the said download directory on my FreeBSD 6.1-STABLE machine, but going to /usr/ports/devel/pear and doing make all install clean sure does create the directory and the files inside. That directory is basically used when pear is downloading modules (hope that's what they're called). [root@backup] ~ #> pear config-show | grep download_dir PEAR Installer download download_dir /tmp/download [root@backup] ~ #> You can change the location of that directory at any time using pear config-set (works on a per user basis writing to their $HOME/.pearrc) or by editing the file /usr/local/etc/pear.conf. Try "pear help" for more details. -- patrick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612300748.52324.pokui>