summaryrefslogtreecommitdiffstats
path: root/UPGRADE.TXT
diff options
context:
space:
mode:
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
commit38dfc4aa131a87735dfc8629c3394c7d2670e9d5 (patch)
treeb34469310a5bc67af355f7145a9dd2cd6e59495c /UPGRADE.TXT
parentb70192b9212452c9cca2049c9e718ea7d88dd765 (diff)
downloadcurrent-81e8d5466a1b41df37fcfa02677415c5406ac36d.tar.gz
current-81e8d5466a1b41df37fcfa02677415c5406ac36d.tar.xz
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 'UPGRADE.TXT')
-rw-r--r--UPGRADE.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.TXT b/UPGRADE.TXT
index 2c7d6c50a..382e1d5ac 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