From 4552c8938c6f7a776c610a31e68d3bba161a3eb6 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Mon, 4 Apr 1994 18:56:41 +0000 Subject: [PATCH] Install komrunning, not start_kom or stop_kom. --- run-support/Makefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-support/Makefile.src b/run-support/Makefile.src index 64c524368..237d7ce08 100644 --- a/run-support/Makefile.src +++ b/run-support/Makefile.src @@ -1,5 +1,5 @@ # -# $Id: Makefile.src,v 1.3 1994/04/04 14:05:34 ceder Exp $ +# $Id: Makefile.src,v 1.4 1994/04/04 18:56:41 ceder Exp $ # Copyright (C) 1994 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -25,7 +25,7 @@ LK_STD [SUBDIRS = ] -LK_SCRIPTS([stop_kom start_kom]) +LK_SCRIPTS([komrunning]) define([doinstall], [[ [ -f $(etcdir)/config ] \ || $(INSTALL_DATA) $(srcdir)/config $(etcdir)/config -- GitLab