sysmgr

a simplistic service supervisor (deprecated)
git clone git://git.ckyln.com/~cem/sysmgr.git
Log | Files | Refs | README | LICENSE

commit 85151b8208f9da4ada5a123919b3856cee39360b
parent 95ebff0a7ede58f9e39ba74d525c6e1b9aa88ca0
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 28 Feb 2020 15:52:28 +0300

remove VERSION and SHAREDIR from Makefile, add MANPREFIX

Diffstat:
MMakefile | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,9 +1,7 @@ # See LICENSE for copyright information -VERSION = 0.01.0 - -PREFIX = /usr/local -BINDIR = ${PREFIX}/bin -SHAREDIR = ${PREFIX}/share +PREFIX = /usr/local +BINDIR = ${PREFIX}/bin +MANPREFIX = ${PREFIX}/share/man LINK = runsyssv svctl