diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-08-28 22:05:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-08-29 09:00:38 +0200 |
commit | 38dfc4aa131a87735dfc8629c3394c7d2670e9d5 (patch) | |
tree | b34469310a5bc67af355f7145a9dd2cd6e59495c /source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | |
parent | b70192b9212452c9cca2049c9e718ea7d88dd765 (diff) | |
download | current-38dfc4aa131a87735dfc8629c3394c7d2670e9d5.tar.gz |
Tue Aug 28 22:05:19 UTC 201820180828220519
a/sysvinit-scripts-2.1-noarch-18.txz: Rebuilt.
rc.cpufreq: for CPUs that use intel_pstate, default to the performance
governor. The performance governor provides power savings while avoiding
the ramp-up lag caused by using "ondemand", which defaults to "powersave"
on these systems. Thanks to EdGr.
d/bison-3.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild')
-rwxr-xr-x | source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index 1a38236a..8876e329 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-2.1} ARCH=noarch -BUILD=${BUILD:-17} +BUILD=${BUILD:-18} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information |