Index: trunk/Ohana/src/kapa/event/CheckPipe.c
===================================================================
--- trunk/Ohana/src/kapa/event/CheckPipe.c	(revision 5852)
+++ trunk/Ohana/src/kapa/event/CheckPipe.c	(revision 10802)
@@ -46,4 +46,10 @@
   if (!strcmp (buffer, "PSNS")) {
     status = PSit (NOSCALE);
+    write (sock, "DONE", 4);
+    return (status);
+  }
+  
+  if (!strcmp (buffer, "PSNP")) {
+    status = PSit (NEWPAGE);
     write (sock, "DONE", 4);
     return (status);
