summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-20 19:21:50 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-20 19:21:50 +0200
commit543bef794edd28dcb0707fb69f843ef759470ebc (patch)
tree10db3a35539b0638aacdfad3fce7df1ffbc00bae
parent77d4c0c2ec45bab1fa19e387e2d0ef9929f618e8 (diff)
downloadvyatta-cfg-system-543bef794edd28dcb0707fb69f843ef759470ebc.tar.gz
vyatta-cfg-system-543bef794edd28dcb0707fb69f843ef759470ebc.zip
Remove obsolete cpufrequtils configuration file
cpufrequtils package is not installed.
-rw-r--r--Makefile.am1
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in3
-rw-r--r--sysconf/cpufrequtils5
3 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 663040c5..3e059657 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,6 @@ sysconf_DATA += sysconf/securetty
sysconf_DATA += sysconf/level
sysconf_DATA += sysconf/filecaps
sysconf_DATA += sysconf/capability.conf
-sysconf_DATA += sysconf/cpufrequtils
sysconf_DATA += sysconf/sudoers
sysconf_DATA += sysconf/netdevice
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index c630641a..1db45622 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -57,9 +57,6 @@ if [ "$sysconfdir" != "/etc" ]; then
# default targets
mv /etc/rsyslog.conf /etc/rsyslog.conf.orig
cp $sysconfdir/rsyslog.conf /etc/rsyslog.conf
-
- # Install own version of cpufrequtils config
- cp $sysconfdir/cpufrequtils /etc/default/cpufrequtils
fi
# create needed directories
diff --git a/sysconf/cpufrequtils b/sysconf/cpufrequtils
deleted file mode 100644
index 5321b9da..00000000
--- a/sysconf/cpufrequtils
+++ /dev/null
@@ -1,5 +0,0 @@
-# Default for Vyatta systems is to not use cpu-frequency governor
-ENABLE="false"
-GOVERNOR="performance"
-MAX_SPEED="0"
-MIN_SPEED="0"