Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
User Journal

Journal Journal: PPPoE Timeout

/etc/sysconfig/network-scripts/ifcfg-ppp0

  PPPOE-TIMEOUT = no

User Journal

Journal Journal: Mozilla Firebird

create .mozconfig
  export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-composer
ac_add_options --enable-optimize=-O2
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices

$cvs pass=anonymous
$export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
$cvs login
$cvs co -f mozilla/client.mk
$cd mozilla
$gmake -f client.mk
$cd xpinstall/packager
$make MOZILLA_BIN=../../dist/bin/MozillaFirbird MOZ_PKG_APPNAME=MozillaFirebird

Slashdot Top Deals

"I got everybody to pay up front...then I blew up their planet." "Now why didn't I think of that?" -- Post Bros. Comics

Working...