diff options
author | Bill Nottingham <notting@redhat.com> | 1999-12-28 06:11:06 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-12-28 06:11:06 +0000 |
commit | 7d302ba296c897e3770de1ee968ab9eb4c963491 (patch) | |
tree | f23633a04f84a8876e7a1a4961d628a995c69be2 /Makefile | |
parent | d65f430d850549092ca90e784e753a3f76227c69 (diff) | |
download | initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar.gz initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar.bz2 initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.tar.xz initscripts-7d302ba296c897e3770de1ee968ab9eb4c963491.zip |
switch from echoing values into /proc/sys to using sysctl
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ install: install -m755 service $(ROOT)/sbin install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 sys-unconfig.8 $(ROOT)/usr/man/man8 + ( if uname -m | grep -q sparc ; then \ + install -m644 sysctl.conf.sparc $(ROOT)/etc/sysctl.conf ; \ + else \ + install -m644 sysctl.conf $(ROOT)/etc/sysctl.conf ; \ + fi ) mkdir -p $(ROOT)/etc/X11 install -m755 prefdm $(ROOT)/etc/X11/prefdm mkdir -p $(ROOT)/etc/sysconfig |