For some reason, the emerge of wordpress overwrote my wp-config.php. Fixed in two seconds since I keep all my config files under version control. Silly cvs diff command (makes you grateful for git’s use of the carat):

cvs log myfile
cvs diff -r 1.4 myfile

Leave a Reply