Index: trunk/locker/sbin/get-homedirs.sh
===================================================================
--- trunk/locker/sbin/get-homedirs.sh	(revision 2302)
+++ 	(revision )
@@ -1,6 +1,0 @@
-#!/bin/sh
-
-# Run this as root on scripts.
-
-/usr/bin/ldapsearch -LLL -z 0 -b ou=People,dc=scripts,dc=mit,dc=edu -s one -x -D 'cn=Directory Manager' -y /etc/signup-ldap-pw '' cn homeDirectory | \
-	perl -0pe 's/\n //g; s/^dn: .*\ncn: (.*)\nhomeDirectory: (.*)\n\n/$1 $2\n/gm'
Index: trunk/server/doc/install-howto.sh
===================================================================
--- trunk/server/doc/install-howto.sh	(revision 2302)
+++ trunk/server/doc/install-howto.sh	(revision 2303)
@@ -373,6 +373,4 @@
 
 # Postfix doesn't actually deliver mail; fix this
-    # XXX We should ask people to *delete* the entirety of the mailqueue
-    # before running this, but I don't know what command that is.
     cd /etc/postfix
     postmap virtual
