diff -uNr sendpage-0.8.6.2-orig/Makefile.in sendpage-0.8.6.2/Makefile.in
--- sendpage-0.8.6.2-orig/Makefile.in	Sun Jan  4 19:44:32 1998
+++ sendpage-0.8.6.2/Makefile.in	Thu Feb  3 11:05:14 2000
@@ -34,6 +34,7 @@
 install: sendpage
 	$(srcdir)/mkinstalldirs $(bindir)
 	-mv -f $(bindir)/sendpage $(bindir)/sendpage.old
+	-mv -f $(bindir)/pageq $(bindir)/pageq.old
 	$(INSTALL) -g @SENDPAGE_GROUP@ -o @SENDPAGE_USER@ -m @SENDPAGE_PERMISSIONS@ sendpage $(bindir)
 	@STRIP@ $(bindir)/sendpage
 	ln $(bindir)/sendpage $(bindir)/pageq
@@ -48,7 +49,7 @@
 	@echo "Be sure to edit $(cfpath) for your paging central"
 
 uninstall:
-	rm -f $(bindir)/sendpage $(mandir)/man1/sendpage.1
+	rm -f $(bindir)/sendpage $(bindir)/pageq $(mandir)/man1/sendpage.1
 
 configure: configure.in
 	autoconf
diff -uNr sendpage-0.8.6.2-orig/queue.c sendpage-0.8.6.2/queue.c
--- sendpage-0.8.6.2-orig/queue.c	Wed Dec 31 00:19:03 1997
+++ sendpage-0.8.6.2/queue.c	Thu Feb  3 09:16:23 2000
@@ -823,7 +823,7 @@
 	}
       
       if (pc.trMap[0])
-	if (MessageTranslate(userProfile.trMap, message, trdb)) {
+	if (MessageTranslate(pc.trMap, message, trdb)) {
 	  report (LOG_ERR, "MessageTranslate() failed");
 	  goto QueueExpandout;
 	}
@@ -2097,7 +2097,7 @@
   int ret;
   DBT dbkey, dbval;
   char *c;
-  char trData[256];
+  int  trData[256];
   
   /* key should be in id.paging central form */
   dbkey.data = (void*)key;

