Index: enscript/src/psgen.c
===================================================================
--- enscript.orig/src/psgen.c	2006-10-07 23:12:05.733624464 +0200
+++ enscript/src/psgen.c	2006-10-07 23:13:35.103038248 +0200
@@ -294,7 +294,7 @@ dump_ps_header ()
   OUTPUT ((cofp, "%%%%BoundingBox: %d %d %d %d\n", media->llx, media->lly,
 	   media->urx, media->ury));
   OUTPUT ((cofp, "%%%%Title: %s\n", title));
-  OUTPUT ((cofp, "%%%%For: %s\n", passwd->pw_gecos));
+  /* OUTPUT ((cofp, "%%%%For: %s\n", passwd->pw_gecos)); */
   OUTPUT ((cofp, "%%%%Creator: %s\n", version_string));
   OUTPUT ((cofp, "%%%%CreationDate: %s\n", date_string));
   OUTPUT ((cofp, "%%%%Orientation: %s\n",
