Index: branches/fc11-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc11-dev/server/doc/install-howto.sh	(revision 1211)
+++ branches/fc11-dev/server/doc/install-howto.sh	(revision 1212)
@@ -9,5 +9,5 @@
 boot=${1:$(cat /scripts-boot-count)}
 
-branch=branches/fc11-dev
+# XXX: let 'branch' be the current svn branch you are on
 
 doreboot() {
@@ -104,6 +104,6 @@
     yumdownloader krb5-libs
     # XXX: These version numbers are hardcoded, need some cli-fu to generalize
-    rpm -i krb5-libs-1.6.3-20.fc11.i586.rpm
-    rpm -U --force krb5-libs-1.6.3-20.fc11.scripts.1138.x86_64.rpm
+    rpm -i krb5-libs-*.i586.rpm
+    rpm -U --force krb5-libs-*.scripts.1138.x86_64.rpm
 
 # env NSS_NONLOCAL_IGNORE=1 yum install scripts-base
@@ -184,8 +184,8 @@
 # write down what you had to do here.
     yumdownloader krb5-devel
-    rpm -i --force krb5-devel-1.6.3-20.fc11.i586.rpm
-    rpm -U --force krb5-devel-1.6.3-20.fc11.scripts.1138.x86_64.rpm
+    rpm -i --force krb5-devel-*.i586.rpm
+    rpm -U --force krb5-devel-*.scripts.1138.x86_64.rpm
     yumdownloader krb5-server
-    rpm -i --force krb5-server-1.6.3-20.fc11.scripts.1138.x86_64.rpm
+    rpm -i --force krb5-server-*.scripts.1138.x86_64.rpm
 
 
@@ -297,5 +297,5 @@
 #   o /etc/httpd/conf.d/vhost_ldap.conf
 #       replace: VhostLDAPUrl ****
-#       with: VhostLDAPUrl "ldap://18.181.0.46/ou=VirtualHosts,dc=scripts,dc=mit,dc=edu"
+#       with: VhostLDAPUrl "ldap://scripts.mit.edu/ou=VirtualHosts,dc=scripts,dc=mit,dc=edu"
 # to use scripts.mit.edu instead of localhost.
 # XXX: someone should write sed scripts to do this
@@ -331,6 +331,7 @@
 # Ensure that fcgid isn't broken:
     chmod 755 /var/run/httpd
+    # ezyang: The below didn't exist for me
     chmod 755 /var/run/httpd/mod_fcgid
-    # ezyang: The latter didn't exist for me
+    chmod 755 /var/run/mod_fcgid
 
 # Fix etc by making sure none of our config files got overwritten
