diff -urN i8krellm-2.5/i8krellm.c i8krellm-2.5-mine/i8krellm.c
--- i8krellm-2.5/i8krellm.c	Sun Sep 21 22:57:08 2003
+++ i8krellm-2.5-mine/i8krellm.c	Thu Oct 16 12:21:40 2003
@@ -468,10 +468,10 @@
 	FILE *fp;
 	char *tok = NULL;
 
-#ifdef FAKE
-	strcpy(&_i8k_procbuf[0],"1.0 A17 82S5Q01 44 0 1 0 7200 1 0");
-	fp = NULL;
-#else
+//#ifdef FAKE
+//	strcpy(&_i8k_procbuf[0],"1.0 A17 82S5Q01 44 0 1 0 7200 1 0");
+//	fp = NULL;
+//#else
 	if ((fp = fopen(PROC_I8K,"r")) == NULL) {
 		return 0;
 	}
@@ -481,7 +481,7 @@
 		return 0;
 	}
 	fclose(fp);
-#endif
+//#endif
 
 	/* format of /proc/i8k at the time of writing was:
    * 1.0 A17 2J59L02 52 2 1 8040 6420 1 2

