aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-10-18 16:05:51 -0400
committerBill Nottingham <notting@redhat.com>2012-10-18 16:05:51 -0400
commit231d3e4ec98e3792519ffbe7f081e592ec31fdff (patch)
tree8f9ca594ab5fbf771852bbd4669b8598eb370210 /Makefile
parent975185c8569260e759e8524a22aacb120def4544 (diff)
downloadinitscripts-231d3e4ec98e3792519ffbe7f081e592ec31fdff.tar
initscripts-231d3e4ec98e3792519ffbe7f081e592ec31fdff.tar.gz
initscripts-231d3e4ec98e3792519ffbe7f081e592ec31fdff.tar.bz2
initscripts-231d3e4ec98e3792519ffbe7f081e592ec31fdff.tar.xz
initscripts-231d3e4ec98e3792519ffbe7f081e592ec31fdff.zip
Add a default /etc/sysctl.conf that describes how to change values, and where the defaults now live. (#760254)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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/