From 231d3e4ec98e3792519ffbe7f081e592ec31fdff Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 18 Oct 2012 16:05:51 -0400 Subject: Add a default /etc/sysctl.conf that describes how to change values, and where the defaults now live. (#760254) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc3231b2..e8f3fb58 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ install: install -m644 sysctl.conf.sparc $(ROOT)/usr/lib/sysctl.d/00-system.conf ; fi if uname -m | grep -q s390 ; then \ install -m644 sysctl.conf.s390 $(ROOT)/usr/lib/sysctl.d/00-system.conf ; fi + install -m 644 sysctl.conf.README $(ROOT)/etc/sysctl.conf install -m755 -d $(ROOT)/etc/rc.d $(ROOT)/etc/sysconfig cp -af rc.d/init.d $(ROOT)/etc/rc.d/ -- cgit v1.2.1