svn commit: r39990 - head/en_US.ISO8859-1/htdocs/internal

Peter Wemm peter at FreeBSD.org
Mon Nov 12 19:21:44 UTC 2012


Author: peter (src committer)
Date: Mon Nov 12 19:21:44 2012
New Revision: 39990
URL: http://svnweb.freebsd.org/changeset/doc/39990

Log:
  Temporarily put a stub out the user list. This will have to be done
  another way.

Modified:
  head/en_US.ISO8859-1/htdocs/internal/homepage.pl

Modified: head/en_US.ISO8859-1/htdocs/internal/homepage.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/homepage.pl	Mon Nov 12 19:05:14 2012	(r39989)
+++ head/en_US.ISO8859-1/htdocs/internal/homepage.pl	Mon Nov 12 19:21:44 2012	(r39990)
@@ -39,7 +39,8 @@ while(<P>) {
 
 close P;
 if ($#pages < 0) {
-	die "No users found!\n";
+	#die "No users found!\n";
+	push(@pages, "Disabled:disabled");
 }
 
 print "<?xml version='1.0' encoding='iso-8859-1'?>\n";


More information about the svn-doc-all mailing list