diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | sysctl.conf.sparc | 7 |
2 files changed, 0 insertions, 9 deletions
@@ -25,8 +25,6 @@ install: install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 - if uname -m | grep -q sparc ; then \ - install -D -m644 sysctl.conf.sparc $(ROOT)/usr/lib/sysctl.d/00-system.conf ; fi if uname -m | grep -q s390 ; then \ install -D -m644 sysctl.conf.s390 $(ROOT)/usr/lib/sysctl.d/00-system.conf ; fi diff --git a/sysctl.conf.sparc b/sysctl.conf.sparc deleted file mode 100644 index 7a626139..00000000 --- a/sysctl.conf.sparc +++ /dev/null @@ -1,7 +0,0 @@ -# Kernel sysctl configuration file -# -# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and -# sysctl.conf(5) for more details. - -# Controls stop-a on the sparc -kernel.stop-a = 0 |