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 /UPGRADE.TXT | |
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 'UPGRADE.TXT')
-rw-r--r-- | UPGRADE.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
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
|