Index: branches/fc13-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc13-dev/server/doc/install-howto.sh	(revision 1676)
+++ branches/fc13-dev/server/doc/install-howto.sh	(revision 1677)
@@ -36,4 +36,7 @@
 
     yum update
+
+# Get rid of network manager
+    yum remove NetworkManager
 
 # Check out the scripts.mit.edu svn repository. Configure svn not to cache
@@ -84,4 +87,5 @@
     cd /root
     \cp -a etc /
+    chmod 0440 /etc/sudoers
 
 # NOTE: You will have just lost DNS resolution and the ability
@@ -308,5 +312,5 @@
 
 # Ensure fcgid isn't broken (should be 755)
-    ls -l /var/run/mod_fcgid
+    ls -l /var/run | grep mod_fcgid
 
 # Fix etc by making sure none of our config files got overwritten
