This repository has been archived on 2021-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
gentoo-overlay/sys-apps/ksmtuned/files/001-sysconfdir.patch

13 lines
316 B
Diff
Raw Normal View History

2019-03-27 12:33:08 +00:00
+++ src/ksmtuned.sh.in 2019-03-27 11:11:13.520784975 +0100
@@ -18,8 +18,8 @@
#
# needs testing and ironing. contact danken@redhat.com if something breaks.
-if [ -f @SYSCONFDIR@/ksmtuned.conf ]; then
- . @SYSCONFDIR@/ksmtuned.conf
+if [ -f /etc/ksmtuned.conf ]; then
+ . /etc/ksmtuned.conf
fi
debug() {