Subject: Rename executable and man page to tsp
Forwarded: not-needed
Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,6 @@
 
 install: ts
 	$(INSTALL) -d $(PREFIX)/bin
-	$(INSTALL) ts $(PREFIX)/bin
+	$(INSTALL) ts $(PREFIX)/bin/tsp
 	$(INSTALL) -d $(PREFIX)/share/man/man1
-	$(INSTALL) -m 644 ts.1 $(PREFIX)/share/man/man1
+	$(INSTALL) -m 644 ts.1 $(PREFIX)/share/man/man1/tsp.1
--- a/ts.1
+++ b/ts.1
@@ -9,7 +9,7 @@
 .SH NAME
 ts \- task spooler. A simple unix batch system
 .SH SYNOPSIS
-.BI "ts [" actions "] [" options "] [" command... ]
+.BI "tsp [" actions "] [" options "] [" command... ]
 .sp
 Actions:
 .BI "[\-KClhV]
@@ -311,3 +311,9 @@
 .B TRICKS
 found in the distribution package can show some ideas on special uses of
 .B ts.
+
+The Debian version of
+.B ts
+is called
+.B tsp
+to avoid name conflict with moreutils package.
