From 83aa1f9a5ab54c1578b1e6c1c15f05ef784259df Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 22 Feb 1999 23:43:52 +0000 Subject: add default /etc/sysconfig/init change raw ansi to echo -e add a 'serial' mode that has no ansi escapes --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e83232b6..11b8c4ae 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 -m644 sysconfig/init $(ROOT)/etc/sysconfig/init cp -af rc.d sysconfig ppp $(ROOT)/etc mkdir -p $(ROOT)/sbin mv $(ROOT)/etc/sysconfig/network-scripts/ifup $(ROOT)/sbin -- cgit