removing global /etc/sysctl.ktune
This commit is contained in:
parent
9e5a9880a0
commit
eb14144643
10 changed files with 13 additions and 13 deletions
7
Makefile
7
Makefile
|
|
@ -7,13 +7,14 @@ DESTDIR = /
|
|||
MANDIR = /usr/share/man/
|
||||
GITTAG = v$(VERSION)
|
||||
|
||||
DIRS = doc contrib tuningplugins monitorplugins ktune
|
||||
DIRS = doc doc/examples contrib tuningplugins monitorplugins ktune
|
||||
FILES = tuned tuned.spec Makefile tuned.py tuned.initscript tuned.conf tuned-adm tuned_adm.py tuned-adm.pam tuned-adm.consolehelper tuned-adm.conf tuned_nettool.py tuned_logging.py
|
||||
FILES_doc = doc/DESIGN.txt doc/README.utils doc/TIPS.txt doc/tuned.8 doc/tuned.conf.5 doc/tuned-adm.1 doc/README.scomes
|
||||
FILES_examples = ktune/sysctl.ktune
|
||||
FILES_contrib = contrib/diskdevstat contrib/netdevstat contrib/scomes contrib/varnetload
|
||||
FILES_tuningplugins = tuningplugins/cpu.py tuningplugins/disk.py tuningplugins/net.py tuningplugins/__init__.py
|
||||
FILES_monitorplugins = monitorplugins/cpu.py monitorplugins/disk.py monitorplugins/net.py monitorplugins/__init__.py
|
||||
FILES_ktune = ktune/ktune.init ktune/ktune.sysconfig ktune/sysctl.ktune ktune/README.ktune
|
||||
FILES_ktune = ktune/ktune.init ktune/ktune.sysconfig ktune/README.ktune
|
||||
DOCS = AUTHORS ChangeLog COPYING INSTALL NEWS README
|
||||
|
||||
distarchive: tag archive
|
||||
|
|
@ -27,6 +28,7 @@ archive:
|
|||
mkdir -p $(VERSIONED_NAME)/$$dir; \
|
||||
done;
|
||||
cp $(FILES_doc) $(VERSIONED_NAME)/doc
|
||||
cp $(FILES_examples) $(VERSIONED_NAME)/doc/examples
|
||||
cp $(FILES_contrib) $(VERSIONED_NAME)/contrib
|
||||
cp $(FILES_tuningplugins) $(VERSIONED_NAME)/tuningplugins
|
||||
cp $(FILES_monitorplugins) $(VERSIONED_NAME)/monitorplugins
|
||||
|
|
@ -105,7 +107,6 @@ install:
|
|||
|
||||
# Install ktune
|
||||
install -m 755 -d $(DESTDIR)/etc
|
||||
install -m 644 ktune/sysctl.ktune $(DESTDIR)/etc/
|
||||
install -m 755 -d $(DESTDIR)/etc/ktune.d
|
||||
install -m 755 -d $(DESTDIR)/etc/sysconfig
|
||||
install -m 644 ktune/ktune.sysconfig $(DESTDIR)/etc/sysconfig/ktune
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
||||
# from applying its sysctl settings.
|
||||
SYSCTL="/etc/sysctl.ktune"
|
||||
#SYSCTL="/etc/sysctl.ktune"
|
||||
|
||||
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
||||
# Value: yes|no, default: yes
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ fi
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README doc/DESIGN.txt doc/TIPS.txt ktune/README.ktune
|
||||
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README doc/DESIGN.txt doc/TIPS.txt ktune/README.ktune doc/examples
|
||||
%{_initddir}/tuned
|
||||
%config(noreplace) %{_sysconfdir}/tuned.conf
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/tuned-adm
|
||||
|
|
@ -89,7 +89,6 @@ fi
|
|||
%{_mandir}/man8/*
|
||||
%attr(0755,root,root) %{_initddir}/ktune
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/ktune
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysctl.ktune
|
||||
%dir %attr(0755,root,root) %{_sysconfdir}/ktune.d
|
||||
%dir /var/log/tuned
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue