diff -Naur openafs-1.4.7-lunar/src/afsd/afs.conf.linux openafs-1.4.7/src/afsd/afs.conf.linux
--- openafs-1.4.7-lunar/src/afsd/afs.conf.linux	2005-10-03 05:14:31.000000000 +0200
+++ openafs-1.4.7/src/afsd/afs.conf.linux	2008-08-29 19:44:06.000000000 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Copyright 2000, International Business Machines Corporation and others.
 # All Rights Reserved.
-# 
+#
 # This software has been released under the terms of the IBM Public
 # License.  For details, see the LICENSE file in the top-level source
 # directory or online at http://www.openafs.org/dl/license10.html
@@ -99,4 +99,7 @@
 
 # Either the name of an executable script or a set of commands go here.
 # AFS_POST_INIT=afs_serverprefs
-AFS_POST_INIT=
+afs_prefs() {
+    echo 2 > /proc/sys/afs/GCPAGs
+}
+AFS_POST_INIT=afs_prefs
