K 10 svn:author V 5 gavin K 8 svn:date V 27 2012-08-31T12:19:04.708027Z K 7 svn:log V 505 Change the script to generate the list of personal homepages away from using "ypcat passwd" and towards "getent passwd". With work taking place on the FreeBSD cluster, the former will eventually start failing. While here, increase the lowest UID we care about from 100 to 500. In reality, daemons may get any user ID below 1000, but the FreeBSD cluster has some longstanding users with IDs in the 500s. At the very least, this change is no less wrong than the existing code. Approved by: bcr (mentor) END