From 38dfc4aa131a87735dfc8629c3394c7d2670e9d5 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 28 Aug 2018 22:05:19 +0000 Subject: Tue Aug 28 22:05:19 UTC 2018 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. --- UPGRADE.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UPGRADE.TXT') diff --git a/UPGRADE.TXT b/UPGRADE.TXT index 2c7d6c50..382e1d5a 100644 --- a/UPGRADE.TXT +++ b/UPGRADE.TXT @@ -109,7 +109,7 @@ is that you know where the slackware packages directory is. We'll use -a ! "$configfile" = "./shadow.new" ]; then cp -a $(echo $configfile | rev | cut -f 2- -d . | rev) \ $(echo $configfile | rev | cut -f 2- -d . | rev).bak 2> /dev/null - mv $configfile $(echo $configfile | rev | cut -f 2- -d . | rev) + mv --verbose $configfile $(echo $configfile | rev | cut -f 2- -d . | rev) fi done -- cgit v1.2.3