From dfd3eae3c12fc1d053a218b774bb6a06a2bb82fc Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 13 Apr 1999 15:11:04 +0000 Subject: add a service script for starting and stopping things. wheeeeeeeeee... --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c24162fc..394bb52b 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ install: install -m644 inputrc $(ROOT)/etc install -m755 setsysfont $(ROOT)/sbin install -m755 lang.sh $(ROOT)/etc/profile.d + install -m755 service $(ROOT)/sbin mkdir -p $(ROOT)/etc/sysconfig mkdir -p $(ROOT)/etc/sysconfig/console install -m644 sysconfig/init $(ROOT)/etc/sysconfig/init -- cgit