diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4f8d26c5..f6ce8dd7 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,7 @@ Depends: acpid, radvd (>= 1:1.1-3), apt-transport-https, hostapd (>= 1:0.6.9-3), + cpufrequtils, libcap2-bin (>= 2.19) Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index bb29896c..4c5defd4 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -143,6 +143,9 @@ EOF # 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 |