Subject: Rename executable and man page to tsp Forwarded: not-needed Author: Alexander Inyukhin --- 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 @@ -5,11 +5,14 @@ .\" that should have been distributed together with this file. .\" .\" Note: I took the gnu 'ls' man page as an example. +.\" +.\" Modified 2012-06-09 by Alexander Inyukhin +.\" .TH TS 1 2016-03 "Task Spooler 1.0" .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] @@ -318,3 +321,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. .